firefly-cpp / NiaAML

Python automated machine learning framework.
MIT License
29 stars 11 forks source link

Warnings #80

Closed firefly-cpp closed 6 months ago

firefly-cpp commented 7 months ago

tests/test_pipeline_optimizer.py: 197 warnings /home/runner/work/NiaAML/NiaAML/.venv/lib/python3.11/site-packages/sklearn/ensemble/_weight_boosting.py:519: FutureWarning: The SAMME.R algorithm (the default) is deprecated and will be removed in 1.6. Use the SAMME algorithm to circumvent this warning. warnings.warn(

tests/test_classifiers.py::ClassifierTestCase::test_lsvc_works_fine /home/runner/work/NiaAML/NiaAML/.venv/lib/python3.11/site-packages/sklearn/svm/_classes.py:31: FutureWarning: The default value of dual will change from True to 'auto' in 1.5. Set the value of dual explicitly to suppress the warning. warnings.warn(

tests/test_feature_transform.py::FeatureTransformTestCase::test_qt_works_fine /home/runner/work/NiaAML/NiaAML/.venv/lib/python3.11/site-packages/sklearn/preprocessing/_data.py:2762: UserWarning: n_quantiles (1000) is greater than the total number of samples (100). n_quantiles is set to n_samples. warnings.warn(

firefly-cpp commented 7 months ago

FAILED tests/test_pipeline.py::PipelineTestCase::test_pipeline_run_works_fine - sklearn.exceptions.NotFittedError: This RandomForestClassifier instance is not fitted yet. Call 'fit' with appropriate arguments before using this estimator.