mirror of
https://github.com/microsoft/autogen.git
synced 2025-09-25 08:05:36 +00:00
fix link
This commit is contained in:
parent
58ac6b61c4
commit
c6f8e004e7
@ -375,7 +375,7 @@ The data split method for classification can be changed into uniform split by se
|
||||
|
||||
For both classification and regression tasks more advanced split configurations are possible:
|
||||
- time-based split can be enforced if the data are sorted by timestamps, by setting `split_type="time"`,
|
||||
- group-based splits can be set by using `split_type="group"` while providing the group identifier for each sample through the `groups` argument. This is also shown in an [example notebook](https://github.com/microsoft/FLAML/blob/main/notebook/basics/understanding_cross_validation.ipynb.ipynb).
|
||||
- group-based splits can be set by using `split_type="group"` while providing the group identifier for each sample through the `groups` argument. This is also shown in an [example notebook](https://github.com/microsoft/FLAML/blob/main/notebook/basics/understanding_cross_validation.ipynb).
|
||||
|
||||
More in general, `split_type` can also be set as a custom splitter object, when `eval_method="cv"`. It needs to be an instance of a derived class of scikit-learn
|
||||
[KFold](https://scikit-learn.org/stable/modules/generated/sklearn.model_selection.KFold.html#sklearn.model_selection.KFold)
|
||||
|
Loading…
x
Reference in New Issue
Block a user