Solve MLDM Lab01
This commit is contained in:
parent
f587281ad3
commit
0e381bf47b
3 changed files with 527 additions and 46 deletions
File diff suppressed because one or more lines are too long
1
Pipfile
1
Pipfile
|
@ -14,5 +14,6 @@ ipympl = "*"
|
|||
sympy = "*"
|
||||
autopep8 = "*"
|
||||
scikit-learn = "*"
|
||||
seaborn = "*"
|
||||
|
||||
[dev-packages]
|
||||
|
|
10
Pipfile.lock
generated
10
Pipfile.lock
generated
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"_meta": {
|
||||
"hash": {
|
||||
"sha256": "b14e3d25c62a40762f737e4cc3c6985e5d34c5ab6f9e40553295a2593f53996b"
|
||||
"sha256": "84b9c7bb8fd900578a1275894f11a3084686fba998fbd93a9409ab5121dd0bcb"
|
||||
},
|
||||
"pipfile-spec": 6,
|
||||
"requires": {},
|
||||
|
@ -777,6 +777,14 @@
|
|||
"index": "pypi",
|
||||
"version": "==1.10.1"
|
||||
},
|
||||
"seaborn": {
|
||||
"hashes": [
|
||||
"sha256:374645f36509d0dcab895cba5b47daf0586f77bfe3b36c97c607db7da5be0139",
|
||||
"sha256:ebf15355a4dba46037dfd65b7350f014ceb1f13c05e814eda2c9f5fd731afc08"
|
||||
],
|
||||
"index": "pypi",
|
||||
"version": "==0.12.2"
|
||||
},
|
||||
"six": {
|
||||
"hashes": [
|
||||
"sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926",
|
||||
|
|
Loading…
Reference in a new issue