Skip to content

Commit 8d95ca3

Browse files
committed
chore: disable deprecationWarning
Very targeted at 'CatBoostClassifier' object has no attribute '__sklearn_tags__'
1 parent 9041000 commit 8d95ca3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/freqai/test_freqai_interface.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ def test_extract_data_and_train_model_Standard(
143143
("CatboostClassifierMultiTarget", "freqai_test_multimodel_classifier_strat"),
144144
],
145145
)
146+
@pytest.mark.filterwarnings(r"ignore:.*__sklearn_tags__.*:DeprecationWarning")
146147
def test_extract_data_and_train_model_MultiTargets(mocker, freqai_conf, model, strat):
147148
can_run_model(model)
148149

0 commit comments

Comments
 (0)