Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapt the use_case to the new library API and name #2

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64,451 changes: 27 additions & 64,424 deletions Chaos_Prediction_Notebook.ipynb

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions chaos_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
import sys

# Giotto (use 'pip install giotto-learn' if you want to install it)
import giotto as gt
import giotto.time_series as ts
import giotto.diagrams as diag
import giotto.homology as hl
import gtda as gt
import gtda.time_series as ts
import gtda.diagrams as diag
import gtda.homology as hl


# Plotting
Expand Down
2 changes: 1 addition & 1 deletion plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import numpy as np
import plotly.graph_objs as gobj
from giotto.diagrams._utils import _subdiagrams
from gtda.diagrams._utils import _subdiagrams


def plot_point_cloud(point_cloud, dimension=None):
Expand Down
9 changes: 9 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
pandas
numpy
Giotto-tda>=0.1.4
plotly
matplotlib
scikit-learn>=0.22
xgboost
pandarallel
opennml