Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbonet committed Jan 29, 2024
1 parent dea1815 commit 5e5582c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ print(f"Accuracy: {accuracy * 100:.2f}%")


**Warning**:
* Set ``cat_features`` as the list of indices of the categorical features in the dataset (if any), now in ``__init__``.
* The current default hyperparameters provide medium speed-accuracy performance.
* For the fastest inference (but less accurate) set ``n_ensemble=1`` and ``optimization=None``.
* For slower but most accurate predictions, optimize the parameters of HyperFast for each dataset. In this case, we recommend the following search space:
Expand Down

0 comments on commit 5e5582c

Please sign in to comment.