Skip to content

Commit fd480fe

Browse files
New material on scikit-learn library (#162)
* 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 <yakutovicha@gmail.com>
1 parent cafd088 commit fd480fe

5 files changed

Lines changed: 1169 additions & 2 deletions

File tree

basic_datatypes.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2737,7 +2737,7 @@
27372737
"name": "python",
27382738
"nbconvert_exporter": "python",
27392739
"pygments_lexer": "ipython3",
2740-
"version": "3.9.6"
2740+
"version": "3.10.13"
27412741
},
27422742
"vscode": {
27432743
"interpreter": {

binder/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ dependencies:
1616
- pytest-timeout
1717
- markdown
1818
- pre-commit
19+
- scikit-learn
1920
- attrs
2021
- multiprocess

index.ipynb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@
2020
"- [Manage Python project](./manage_python_project.ipynb)\n",
2121
"- [Advanced functions](./functions_advanced.ipynb)\n",
2222
"- [Advanced Object-oriented programming](./object_oriented_programming_advanced.ipynb)\n",
23-
"- [Parallelism and concurrency in Python](./threads.ipynb)\n"
23+
"- [Parallelism and concurrency in Python](./threads.ipynb)\n",
24+
"\n",
25+
"# Libraries\n",
26+
"\n",
27+
"- [scikit-learn](./library_sklearn.ipynb)"
2428
]
2529
}
2630
],

0 commit comments

Comments
 (0)