Skip to content

Commit fccd8c4

Browse files
committed
[fix] Fix a gramatical error
1 parent a2e67d6 commit fccd8c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In the figure, **Data** is provided by user and
1919
**Portfolio** is a predefined pool of machine learning algorithms, e.g. LightGBM and support vector machine, to solve either
2020
regression or classification task on the provided dataset.
2121
Then API starts the following procedures:
22-
1. **Validate input data**: Process each data type that can be handled by Auto-Pytorch such as encoding categorical data
22+
1. **Validate input data**: Process each data type, e.g. encoding categorical data, so that Auto-Pytorch can handled
2323
2. **Create dataset**: Create a dataset that can be handled in this API including cross validation splits
2424
3. **Evaluate baselines**: Train each algorithm in the predefined pool with a fixed hyperparameter configuration and dummy model from `sklearn.dummy` that represents the worst possible performance
2525
4. **Search by [SMAC](https://github.com/automl/SMAC3)**:\

0 commit comments

Comments
 (0)