Reorganize the repository
- make it more generic (not cscm in the names) - update the readme and license files - use latest releases in pyproject.toml and requirements.txt
This commit is contained in:
parent
b480ded9de
commit
1566258b25
6 changed files with 185 additions and 124 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[tool.poetry]
|
||||
name = "cscm-workshop-intro-machine-learning"
|
||||
name = "workshop-machine-learning-for-beginners"
|
||||
version = "0.1.0"
|
||||
description = "An introductory workshop on machine learning for WHU's Campus for Supply Chain Management"
|
||||
description = "An introductory workshop on machine learning"
|
||||
authors = ["Alexander Hess <alexander@webartifex.biz>"]
|
||||
license = "MIT"
|
||||
|
||||
|
|
@ -11,7 +11,7 @@ jupyter = "^1.0"
|
|||
numpy = "^1.17"
|
||||
matplotlib = "^3.1"
|
||||
pandas = "^0.25"
|
||||
scikit-learn = "^0.21"
|
||||
scikit-learn = "^0.22"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue