Skip to content

Commit

Permalink
Fixed docs warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuederle committed Sep 14, 2023
1 parent 6fbd288 commit a4518d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tpcp/optimize/optuna.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ class _CustomOptunaOptimize(BaseOptimize[PipelineT, DatasetT]):

@property
def search_results_(self) -> Dict[str, Sequence[Any]]:
"""Detailed results of the study.
r"""Detailed results of the study.
This basically contains the same information as `self.study_.trials_dataframe()`, with some small modifications:
- columns starting with "params_" are renamed to "param_"
- columns starting with "params\_" are renamed to "param\_"
- a new column called "params" containing all parameters as dict is added
- "value" is renamed to score"
- the score of pruned trials is set to `np.nan`
Expand Down

0 comments on commit a4518d0

Please sign in to comment.