Skip to content

Commit

Permalink
Broken machine learning notebook (#78)
Browse files Browse the repository at this point in the history
* Fix broken notebook

* Remove empty cells, fix header

* Bump version
  • Loading branch information
catanzaromj authored Mar 6, 2024
1 parent 71187b2 commit a44f6eb
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 75 deletions.
3 changes: 3 additions & 0 deletions RELEASE.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.3.5
- Fix broken notebook, Issue #77 (https://github.com/scikit-tda/persim/issues/77).

0.3.4
- Fix bug of Issue #70 (https://github.com/scikit-tda/persim/issues/70).

Expand Down
9 changes: 1 addition & 8 deletions docs/notebooks/Classification with persistence images.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -350,13 +350,6 @@
"inverse_image = np.copy(lr.coef_).reshape(pimgr.resolution)\n",
"pimgr.plot_image(inverse_image)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand All @@ -375,7 +368,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.5"
"version": "3.9.1"
}
},
"nbformat": 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "bulgarian-conviction",
"metadata": {},
"source": [
"## Distinguishing spheres using persistence landscapes"
"# Distinguishing spheres using persistence landscapes"
]
},
{
Expand Down Expand Up @@ -357,7 +357,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
Expand All @@ -371,7 +371,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.0"
"version": "3.9.1"
}
},
"nbformat": 4,
Expand Down
77 changes: 14 additions & 63 deletions docs/notebooks/Persistence Landscapes and Machine Learning.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion persim/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.4"
__version__ = "0.3.5"

0 comments on commit a44f6eb

Please sign in to comment.