We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a ZeroDivisionError trying to fit LearningShapelets data.txt
import pandas as pd from pyts.classification.learning_shapelets import LearningShapelets train_data = pd.read_csv('data.txt', index_col=0) y_train = train_data['class'] x_train = train_data.drop('class', axis=1) pls = LearningShapelets() pls.fit(x_train, y_train)
NumPy 1.18.5 SciPy 1.4.1 Scikit-Learn 0.22.2 Numba 0.51.2 Pyts 0.11.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
I have a ZeroDivisionError trying to fit LearningShapelets
data.txt
Steps/Code to Reproduce
Versions
NumPy 1.18.5
SciPy 1.4.1
Scikit-Learn 0.22.2
Numba 0.51.2
Pyts 0.11.0
The text was updated successfully, but these errors were encountered: