]> AND Private Git Repository - predictops.git/commit
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
On importe les travaux précédents.
authorChristophe Guyeux <christophe.guyeux@univ-fcomte.fr>
Mon, 10 Feb 2020 07:41:15 +0000 (08:41 +0100)
committerChristophe Guyeux <christophe.guyeux@univ-fcomte.fr>
Mon, 10 Feb 2020 07:41:15 +0000 (08:41 +0100)
commit844b558b71ac568d904e8845ce203d31b68c776d
tree949f34b54762ade0593245705a2d3243b063d574
parent27d766f401d49503c949ee75bb14a1109732ecac
On importe les travaux précédents.
19 files changed:
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
config/features.cfg [new file with mode: 0644]
config/features/meteofrance/meteofrance_features.csv [new file with mode: 0644]
config/features/parameters.csv [new file with mode: 0644]
config/logging.cfg [new file with mode: 0644]
config/main.cfg [new file with mode: 0644]
doc/predictops.model [new file with mode: 0644]
lib/__init__.py [new file with mode: 0644]
lib/source/__init__.py [new file with mode: 0644]
lib/source/meteofrance.py [new file with mode: 0644]
lib/tools/cleaner.py [new file with mode: 0644]
lib/tools/connector.py [new file with mode: 0644]
main.py [new file with mode: 0644]
requirements.txt [new file with mode: 0644]
test_celery/__init__.py [new file with mode: 0644]
test_celery/celery.py [new file with mode: 0644]
test_celery/run_tasks.py [new file with mode: 0644]
test_celery/tasks.py [new file with mode: 0644]