Skip to content

Commit

Permalink
Biasmodel.py docs now correctly list default model
Browse files Browse the repository at this point in the history
  • Loading branch information
tomazou-lab committed Dec 20, 2021
1 parent 290ca83 commit 9128924
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions liquorice/utils/BiasModel.py
Expand Up @@ -42,8 +42,7 @@ class BiasModel:
computation time, but using too few bins will make the model less precise. Can be None, then all bins will be
used.
:param sklearn_model: A regressor that implements to functions .fit() and .predict() (e.g. from `sklearn`).
Default of None means using sklearn.ensemble.RandomForestRegressor with prior standard-scaling, and with
default settings.
Default of None means using sklearn.ensemble.HistGradientBoostingRegressor with default settings.
:param n_jobs: How many jobs to run in parallel when training the model
:param filename_performance_metrics: If **test_fraction** or **cross_validate_k** is set, save a .csv containing
the performance metrics (r2, MSE) to this path.
Expand Down

0 comments on commit 9128924

Please sign in to comment.