Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fd480fe

Browse filesBrowse files
New material on scikit-learn library (empa-scientific-it#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
Copy full SHA for fd480fe

File tree

Expand file treeCollapse file tree

5 files changed

+1169
-2
lines changed
Filter options
Expand file treeCollapse file tree

5 files changed

+1169
-2
lines changed

‎basic_datatypes.ipynb

Copy file name to clipboardExpand all lines: basic_datatypes.ipynb
+1-1Lines 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

Copy file name to clipboardExpand all lines: binder/environment.yml
+1Lines 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

Copy file name to clipboardExpand all lines: index.ipynb
+5-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.