A
lgorithmique
N
umérique
D
istribuée
Private GIT Repository
projects
/
predictops.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
XGBoost integrated
[predictops.git]
/
Makefile
1
run:
2
#@python -m test_celery.run_tasks
3
@python main.py
4
5
clean-db:
6
@python extomeAI/lib/cleaner.py db
7
8
clean-data:
9
@python extomeAI/lib/cleaner.py data
10
11
clean-all:
12
@python extomeAI/lib/cleaner.py all
13