Skip to content

Commit a209dd9

Browse files
committed
ML/PyCaret: Copy-edit Notebook
- Fix typos - Wording - Formatting - Active voice
1 parent 79f124e commit a209dd9

File tree

3 files changed

+254
-220
lines changed

3 files changed

+254
-220
lines changed

topic/machine-learning/classification-automl/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ should be a good starting point for your own projects.
99
## About PyCaret
1010

1111
[PyCaret] is a Python library that makes it easy to create and train machine
12-
learning models in python. The outstanding feature of PyCaret is its AutoML
12+
learning models in Python. The outstanding features of PyCaret are its AutoML
1313
capabilities.
1414

15-
PyCaret is a high-level interface on top of popular machine learning
16-
frameworks. Among them are scikit-learn, xgboost, ray, lightgbm and many more.
15+
PyCaret is a high-level interface on top of popular machine learning frameworks.
16+
Amongst them are scikit-learn, xgboost, ray, lightgbm, and many more.
1717

18-
PyCaret provides a simple low-code interface to utilize these libraries without
18+
PyCaret provides a universal interface to utilize these libraries without
1919
needing to know the details of the underlying model architectures and
2020
parameters.
2121

@@ -28,16 +28,16 @@ of the best models. Again, this process is highly empirical. The parameters are
2828
changed, the model is retrained and evaluated again. This process is repeated
2929
until the best performing parameters are found.
3030

31-
Modern algorithms for executing all these experiments are - among other -
31+
Modern algorithms for executing all these experiments are - amongst others -
3232
GridSearch, RandomSearch and BayesianSearch. For a quick introduction into
33-
these methods, see this
34-
[Introduction to hyperparameter tuning][Introduction to hyperparameter tuning]
33+
these methods, see [Introduction to hyperparameter tuning].
3534

36-
In the past, all these try-and-error experiments had to be done manually -
35+
In the past, all these trial-and-error experiments had to be done manually -
3736
which is a tedious and time-consuming task. PyCaret automates this process
3837
and provides a simple interface to execute all these experiments in a
3938
straightforward way. This notebook shows how.
4039

40+
4141
## What's inside
4242

4343
[![Made with Jupyter](https://img.shields.io/badge/Made%20with-Jupyter-orange?logo=Jupyter)](https://jupyter.org/try) [![Made with Markdown](https://img.shields.io/badge/Made%20with-Markdown-1f425f.svg?logo=Markdown)](https://commonmark.org)

0 commit comments

Comments
 (0)