Skip to content

Commit

Permalink
MAINT: fix kernel names
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Aug 28, 2024
1 parent 1e46f41 commit 7a7474f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions light_curves/ML_AGNzoo.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jupytext:
kernelspec:
display_name: root *
language: python
name: conda-root-py
name: python3
---

# AGN Zoo: Comparison of AGN selected with different metrics
Expand Down Expand Up @@ -166,7 +166,7 @@ for (_, band), times in df_lc.reset_index().groupby(["objectid", "band"]).time:
cadence[band].append(len(times))
if times.max() - times.min() > 0:
timerange[band].append(np.round(times.max() - times.min(), 1))
plt.figure(figsize=(20,4))
plt.title(r'Time range and cadence covered in each in each waveband averaged over this sample:')
for el in cadence.keys():
Expand Down Expand Up @@ -572,7 +572,7 @@ for index, f in enumerate(fzr):
if label not in labc:
labc[label] = [] # Initialize the list for this label if it's not already in labc
labc[label].append(index) # Append the current index to the list of indices for this label
sm = sompy.SOMFactory.build(data, mapsize=[msz0,msz1], mapshape='planar', lattice='rect', initialization='pca')
sm.train(n_job=4, shared_memory = 'no')
```
Expand Down
2 changes: 1 addition & 1 deletion light_curves/light_curve_classifier.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jupytext:
kernelspec:
display_name: science_demo
language: python
name: conda-env-science_demo-py
name: python3
---

# Light Curve Classifier
Expand Down

0 comments on commit 7a7474f

Please sign in to comment.