Skip to content

Commit

Permalink
New material on scikit-learn library (#162)
Browse files Browse the repository at this point in the history
* Add skeleton for sklearn library notebook.

* add scikit-learn dependency.

* Add explanation texts to the library_sklearn.ipynb

* Add explanation texts to the library_sklearn.ipynb

* Adding more explanations and exercises to the librarty_sklearn.ipynb notebook

* Correct basic_datatypes.ipynb

* Add more exercises to the library_sklearn.ipynb notebook

* Add Exercises entry to the Table of contents

* Reformat notebook.

* Add some prints and figures to the library_sklearn.ipynb notebook

* Add reference to the library in the index.ipynb

* Remove solutions from the notebook.

---------

Co-authored-by: Aliaksandr Yakutovich <[email protected]>
  • Loading branch information
fabioacl and yakutovicha authored Dec 13, 2023
1 parent cafd088 commit fd480fe
Show file tree
Hide file tree
Showing 5 changed files with 1,169 additions and 2 deletions.
2 changes: 1 addition & 1 deletion basic_datatypes.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2737,7 +2737,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.6"
"version": "3.10.13"
},
"vscode": {
"interpreter": {
Expand Down
1 change: 1 addition & 0 deletions binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ dependencies:
- pytest-timeout
- markdown
- pre-commit
- scikit-learn
- attrs
- multiprocess
6 changes: 5 additions & 1 deletion index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@
"- [Manage Python project](./manage_python_project.ipynb)\n",
"- [Advanced functions](./functions_advanced.ipynb)\n",
"- [Advanced Object-oriented programming](./object_oriented_programming_advanced.ipynb)\n",
"- [Parallelism and concurrency in Python](./threads.ipynb)\n"
"- [Parallelism and concurrency in Python](./threads.ipynb)\n",
"\n",
"# Libraries\n",
"\n",
"- [scikit-learn](./library_sklearn.ipynb)"
]
}
],
Expand Down
Loading

0 comments on commit fd480fe

Please sign in to comment.