Skip to content

Commit

Permalink
docs: update tuner.mdx
Browse files Browse the repository at this point in the history
minor fix
  • Loading branch information
eltociear authored Sep 10, 2024
1 parent fca3435 commit 1280650
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api-reference/tuner.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Inherits all parameters from `BaseParamTuner`.
### Methods

#### `fit() -> ExperimentResult`
Generates all possible combinations of hyperparameters and runs the parameter function for each combination. Returns a `ExperimentResult` with the best configuration.
Generates all possible combinations of hyperparameters and runs the parameter function for each combination. Returns an `ExperimentResult` with the best configuration.

### Example Usage

Expand Down Expand Up @@ -134,7 +134,7 @@ The `RayTuneParamTuner` class leverages Ray Tune to perform hyperparameter tunin
### Methods

#### `fit() -> ExperimentResult`
Runs the tuning process using Ray Tune based on the specified search method and configuration. Returns a `ExperimentResult` containing the best hyperparameter configuration and its associated score.
Runs the tuning process using Ray Tune based on the specified search method and configuration. Returns an `ExperimentResult` containing the best hyperparameter configuration and its associated score.

### Example Usage

Expand Down

0 comments on commit 1280650

Please sign in to comment.