Closed firefly-cpp closed 8 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.
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 fromTrue
to'auto'
in 1.5. Set the value ofdual
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(