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
Is it possible to add a predict_proba method to the MultivariateClassifier and have it output class probabilities?
predict_proba
MultivariateClassifier
https://pyts.readthedocs.io/en/stable/generated/pyts.multivariate.classification.MultivariateClassifier.html
mv_tsf_classifier = MultivariateClassifier( TimeSeriesForest( n_jobs=-1, #class_weight=class_weight, ), ) y_pred_p = mv_tsf_classifier.predict_proba(X_test)
pyts '0.13.0'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Is it possible to add a
predict_proba
method to theMultivariateClassifier
and have it output class probabilities?https://pyts.readthedocs.io/en/stable/generated/pyts.multivariate.classification.MultivariateClassifier.html
Steps/Code to Reproduce
Versions
pyts '0.13.0'
The text was updated successfully, but these errors were encountered: