diff --git a/doc/contributing.rst b/doc/contributing.rst index 7b2a0fb3c..212c0fca7 100644 --- a/doc/contributing.rst +++ b/doc/contributing.rst @@ -30,7 +30,7 @@ in python, `scikit-learn `_. Thereby it will automatically be compatible with many machine learning libraries written in Python. -We aim to keep the package as leight-weight as possible and we will try to +We aim to keep the package as light-weight as possible and we will try to keep the number of potential installation dependencies as low as possible. Therefore, the connection to other machine learning libraries such as *pytorch*, *keras* or *tensorflow* should not be done directly inside this @@ -43,7 +43,7 @@ Open issues and potential todos We collect open issues and feature requests in an `issue tracker on github `_. The issue tracker contains issues marked as *Good first issue*, which shows -issues which are good for beginers. We also maintain a somewhat up-to-date +issues which are good for beginners. We also maintain a somewhat up-to-date `roadmap `_ which contains longer-term goals. diff --git a/examples/create_upload_tutorial.py b/examples/create_upload_tutorial.py index d41121880..9cec460cd 100644 --- a/examples/create_upload_tutorial.py +++ b/examples/create_upload_tutorial.py @@ -210,7 +210,7 @@ print(df.info()) ############################################################################ -# We enforce the column 'outlook', 'winday', and 'play' to be a categorical +# We enforce the column 'outlook', 'windy', and 'play' to be a categorical # dtype while the column 'rnd_str' is kept as a string column. Then, we can # call :func:`create_dataset` by passing the dataframe and fixing the parameter # ``attributes`` to ``'auto'``.