Skip to content

Commit

Permalink
train model nb
Browse files Browse the repository at this point in the history
  • Loading branch information
sronilsson committed Feb 21, 2024
1 parent 75fb550 commit 3a627a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/nb/train_models.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "488098e3",
"metadata": {},
"source": [
"# TRAIN MODELS I"
"# Train models I"
]
},
{
Expand Down Expand Up @@ -67,7 +67,7 @@
],
"source": [
"###Create an instance of a model trainer based on the settings in the project config\n",
"model_trainer = TrainRandomForestClassifier(config_path='/Users/simon/Desktop/envs/simba/troubleshooting/two_black_animals_14bp/project_folder/project_config.ini')"
"model_trainer = TrainRandomForestClassifier(config_path=CONFIG_PATH)"
]
},
{
Expand Down Expand Up @@ -152,7 +152,7 @@
],
"source": [
"###Create an instance of a grid model trainer.\n",
"model_trainer = GridSearchRandomForestClassifier(config_path='/Users/simon/Desktop/envs/simba/troubleshooting/two_black_animals_14bp/project_folder/project_config.ini')"
"model_trainer = GridSearchRandomForestClassifier(config_path=CONFIG_PATH)"
]
},
{
Expand Down

0 comments on commit 3a627a1

Please sign in to comment.