mirror of
https://github.com/ArthurDanjou/ml_exercises.git
synced 2026-01-14 12:14:38 +01:00
add data for case study to enable working with binder
This commit is contained in:
BIN
data/Concrete_Data.xls
Normal file
BIN
data/Concrete_Data.xls
Normal file
Binary file not shown.
@@ -11,7 +11,7 @@ fastapi = {version = "^0.109.2", extras = ["all"]}
|
|||||||
ipython = ">=8.0.0"
|
ipython = ">=8.0.0"
|
||||||
joblib = "^1.2.0"
|
joblib = "^1.2.0"
|
||||||
matplotlib = "^3.7.2"
|
matplotlib = "^3.7.2"
|
||||||
notebook = "^6.5.0"
|
notebook = "^6.5.6"
|
||||||
numpy = "^1.20.3"
|
numpy = "^1.20.3"
|
||||||
pandas = ">=1.3.5,<3.0.0"
|
pandas = ">=1.3.5,<3.0.0"
|
||||||
pillow = ">=9.1.0"
|
pillow = ">=9.1.0"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
ipython>=8.2.0
|
ipython>=8.2.0
|
||||||
notebook>=6.4.10
|
notebook~=6.5.6
|
||||||
numpy>=1.22.3
|
numpy>=1.22.3
|
||||||
matplotlib>=3.5.1
|
matplotlib>=3.5.1
|
||||||
pandas>=1.4.2
|
pandas>=1.4.2
|
||||||
@@ -11,6 +11,3 @@ plotly>=5.7.0
|
|||||||
xlrd>=2.0.1
|
xlrd>=2.0.1
|
||||||
requests>=2.27.1
|
requests>=2.27.1
|
||||||
fastapi[all]>=0.89.0
|
fastapi[all]>=0.89.0
|
||||||
torch>=1.12.1
|
|
||||||
torchvision>=0.13.1
|
|
||||||
skorch>=0.11.0
|
|
||||||
|
|||||||
Reference in New Issue
Block a user