Skip to content

Commit 0c33bb8

Browse files
Update F1 Macro in Turbofan Degradation (#180)
1 parent f71a174 commit 0c33bb8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ jupyter>=1.0.0
22
nbconvert>=5.5.0
33
nbsphinx>=0.4.2
44
Sphinx>=3.0.3
5-
evalml>=0.12.2
5+
evalml>=0.13.2
66
featuretools>=0.9.0
77
nlp_primitives>=0.3.0
88
pydata-sphinx-theme>=0.4.0

docs/source/examples/predict_turbofan_degredation.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@
372372
"source": [
373373
"automl = evalml.AutoMLSearch(\n",
374374
" problem_type='multiclass',\n",
375-
" objective='f1_macro',\n",
375+
" objective='f1 macro',\n",
376376
" random_state=0,\n",
377377
" allowed_model_families=['catboost', 'random_forest'],\n",
378378
" max_pipelines=3,\n",
@@ -423,7 +423,7 @@
423423
"score = best_pipeline.score(\n",
424424
" X=X_holdout,\n",
425425
" y=y_holdout,\n",
426-
" objectives=['f1_macro'],\n",
426+
" objectives=['f1 macro'],\n",
427427
")\n",
428428
"\n",
429429
"dict(score)"

0 commit comments

Comments
 (0)