You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: topic/machine-learning/classification-automl/README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,13 @@ should be a good starting point for your own projects.
9
9
## About PyCaret
10
10
11
11
[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
13
13
capabilities.
14
14
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.
17
17
18
-
PyCaret provides a simple low-code interface to utilize these libraries without
18
+
PyCaret provides a universal interface to utilize these libraries without
19
19
needing to know the details of the underlying model architectures and
20
20
parameters.
21
21
@@ -28,16 +28,16 @@ of the best models. Again, this process is highly empirical. The parameters are
28
28
changed, the model is retrained and evaluated again. This process is repeated
29
29
until the best performing parameters are found.
30
30
31
-
Modern algorithms for executing all these experiments are - among other -
31
+
Modern algorithms for executing all these experiments are - amongst others -
32
32
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].
35
34
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 -
37
36
which is a tedious and time-consuming task. PyCaret automates this process
38
37
and provides a simple interface to execute all these experiments in a
39
38
straightforward way. This notebook shows how.
40
39
40
+
41
41
## What's inside
42
42
43
43
[](https://jupyter.org/try)[](https://commonmark.org)
0 commit comments