merge MLinterface
Showing
- .gitattributes 2 additions, 0 deletions.gitattributes
- .gitignore 1 addition, 0 deletions.gitignore
- .gitignore~ 4 additions, 0 deletions.gitignore~
- requirements.txt 3 additions, 0 deletionsrequirements.txt
- ressources/machine_learning/data/soil_moisture_mwe.feather 3 additions, 0 deletionsressources/machine_learning/data/soil_moisture_mwe.feather
- ressources/machine_learning/models/testmodel_0.2.pkl 3 additions, 0 deletionsressources/machine_learning/models/testmodel_0.2.pkl
- ressources/machine_learning/train_machine_learning.py 154 additions, 0 deletionsressources/machine_learning/train_machine_learning.py
- saqc/funcs/__init__.py 1 addition, 0 deletionssaqc/funcs/__init__.py
- saqc/funcs/machine_learning.py 74 additions, 0 deletionssaqc/funcs/machine_learning.py
- test/funcs/test_machine_learning.py 63 additions, 0 deletionstest/funcs/test_machine_learning.py
.gitattributes
0 → 100644
.gitignore~
0 → 100644
atomicwrites==1.3.0 | ||
attrs==19.1.0 | ||
joblib==0.14.0 | ||
llvmlite==0.30.0 | ||
more-itertools==7.0.0 | ||
numba==0.46.0 | ||
... | ... | @@ -7,9 +8,11 @@ numpy==1.16.2 |
pandas==0.24.2 | ||
pluggy==0.9.0 | ||
py==1.8.0 | ||
pyarrow==0.15.1 | ||
pytest==4.4.0 | ||
python-dateutil==2.8.0 | ||
python-intervals==1.10.0 | ||
pytz==2018.9 | ||
scikit-learn==0.21.2 | ||
scipy==1.3.0 | ||
six==1.12.0 |
File added
source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
saqc/funcs/machine_learning.py
0 → 100644
test/funcs/test_machine_learning.py
0 → 100644
Please register or sign in to comment