@@ -21,11 +21,11 @@ Installation & Set up
2121~~~~~~~~~~~~~~~~~~~~~~
2222
2323The OpenML Python package is a connector to `OpenML <https://www.openml.org/ >`_.
24- It allows to use and share datasets and tasks, run
24+ It allows you to use and share datasets and tasks, run
2525machine learning algorithms on them and then share the results online.
2626
2727The following tutorial gives a short introduction on how to install and set up
28- the OpenML python connector, followed up by a simple example.
28+ the OpenML Python connector, followed up by a simple example.
2929
3030* `Introduction <examples/introduction_tutorial.html >`_
3131
@@ -52,7 +52,7 @@ Working with tasks
5252~~~~~~~~~~~~~~~~~~
5353
5454You can think of a task as an experimentation protocol, describing how to apply
55- a machine learning model to a dataset in a way that it is comparable with the
55+ a machine learning model to a dataset in a way that is comparable with the
5656results of others (more on how to do that further down). Tasks are containers,
5757defining which dataset to use, what kind of task we're solving (regression,
5858classification, clustering, etc...) and which column to predict. Furthermore,
@@ -86,7 +86,7 @@ predictions of that run. When a run is uploaded to the server, the server
8686automatically calculates several metrics which can be used to compare the
8787performance of different flows to each other.
8888
89- So far, the OpenML python connector works only with estimator objects following
89+ So far, the OpenML Python connector works only with estimator objects following
9090the `scikit-learn estimator API <http://scikit-learn.org/dev/developers/contributing.html#apis-of-scikit-learn-objects >`_.
9191Those can be directly run on a task, and a flow will automatically be created or
9292downloaded from the server if it already exists.
0 commit comments