Skip to content

Commit

Permalink
fix indentation in automl.py (#553)
Browse files Browse the repository at this point in the history
* fix indentation in flaml.py
  • Loading branch information
harish445 authored May 19, 2022
1 parent 2851134 commit 992ea34
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flaml/automl.py
Original file line number Diff line number Diff line change
Expand Up @@ -2207,7 +2207,9 @@ def custom_metric(
}
}
}
fit_kwargs_by_estimator: dict, default=None | The user specified keywords arguments, grouped by estimator name.
```
fit_kwargs_by_estimator: dict, default=None | The user specified keywords arguments, grouped by estimator name.
For TransformersEstimator, available fit_kwargs can be found from
[flaml/nlp/training_args.py:TrainingArgumentsForAuto](https://microsoft.github.io/FLAML/docs/reference/nlp/huggingface/training_args).
e.g.,
Expand Down

0 comments on commit 992ea34

Please sign in to comment.