Skip to content

Commit

Permalink
increased expected mae
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsten Behring committed Dec 3, 2024
1 parent e110f4c commit fa97dcd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions model-integration-tests/model_integration_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,9 @@ warnings.simplefilter('ignore')")
(-> (ml/predict iris-ds-regression--test model) :sepal_length))]

(println :mae mae)
(is (> 0.36 mae) (format "mae validation failed: %s" model-map))))

(is (>
0.4 ;; dummy-model has mae of 0.69
mae) (format "mae validation failed: %s" model-map))))

(deftest regression-works
(run!
Expand All @@ -375,7 +376,7 @@ warnings.simplefilter('ignore')")
:smile.regression/lasso
:smile.regression/ridge
:smile.regression/gradient-tree-boost
:smile.regression/random-forest
:smile.regression/random-forest
:xgboost/linear-regression
:xgboost/regression
:sklearn.regression/linear-regression
Expand Down

0 comments on commit fa97dcd

Please sign in to comment.