Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedyd authored May 27, 2022
1 parent b389550 commit 6a2076a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Please, cite our paper if you use the code.
volume={},
number={},
pages={},
year={2022},
year={2023},
publisher={VLDB Endowment}
}
```
Expand Down Expand Up @@ -293,4 +293,4 @@ models_dictionary = {
},}}
```
* In `hyperopt_functions`, implement a function to run Optuna on the new ML model to fine tune the hyperparameters of the new ML model. If hyperparameter tunning is not of interest, you can ignore this step and remove the key `hyperopt` from the above dictionary.
* In `auxiliaries/configurations.py`, add the name of the new ML model to the `MLModel` class.
* In `auxiliaries/configurations.py`, add the name of the new ML model to the `MLModel` class.

0 comments on commit 6a2076a

Please sign in to comment.