Skip to content

Commit

Permalink
Fix sklearn ensemble tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
umaannamalai committed May 21, 2024
1 parent 6d30f32 commit 4ffb603
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/mlmodel_sklearn/test_ensemble_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ def test_above_v1_1_model_methods_wrapped_in_function_trace(ensemble_model_name,
("Function/MLModel/Sklearn/Named/HistGradientBoostingClassifier.fit", 1),
("Function/MLModel/Sklearn/Named/HistGradientBoostingClassifier.predict", 2),
("Function/MLModel/Sklearn/Named/HistGradientBoostingClassifier.score", 1),
("Function/MLModel/Sklearn/Named/HistGradientBoostingClassifier.predict_proba", 3),
],
"HistGradientBoostingRegressor": [
("Function/MLModel/Sklearn/Named/HistGradientBoostingRegressor.fit", 1),
Expand Down

0 comments on commit 4ffb603

Please sign in to comment.