Skip to content

Commit

Permalink
docu
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalIversen committed Dec 12, 2024
1 parent c9a1601 commit 73f50a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drevalpy/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def drug_response_experiment(
:param response_transformation: normalizer to use for the response data
:param metric: metric to use for hyperparameter optimization
:param n_cv_splits: number of cross-validation splits
:param multiprocessing: whether to use multiprocessing
:param multiprocessing: whether to use multiprocessing. This requires Ray to be installed.
:param randomization_mode: list of randomization modes to do. Modes: SVCC, SVRC, SVCD, SVRD Can be a list of
randomization tests e.g. 'SVCC SVCD'. Default is None, which means no randomization tests are run.
Expand Down Expand Up @@ -1025,7 +1025,7 @@ def hpam_tune_raytune(
path_data: str = "data",
) -> dict:
"""
Tune the hyperparameters for the given model using raytune.
Tune the hyperparameters for the given model using raytune. This requires ray to be installed.
:param model: model to use
:param train_dataset: training dataset
Expand Down

0 comments on commit 73f50a1

Please sign in to comment.