forked from open-machine-learning/mldata-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST
More file actions
34 lines (34 loc) · 683 Bytes
/
MANIFEST
File metadata and controls
34 lines (34 loc) · 683 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
CHANGELOG
COPYING
INSTALL
README
setup.py
ml2h5/__init__.py
ml2h5/data.py
ml2h5/fileformat.py
ml2h5/indexsplit.py
ml2h5/task.py
ml2h5/converter/__init__.py
ml2h5/converter/arff.py
ml2h5/converter/basehandler.py
ml2h5/converter/h5_arff.py
ml2h5/converter/h5_csv.py
ml2h5/converter/h5_libsvm.py
ml2h5/converter/h5_mat.py
ml2h5/converter/h5_octave.py
ml2h5/converter/h5_rdata.py
ml2h5/converter/h5_uci.py
mleval/__init__.py
mleval/classification.py
mleval/evaluation.py
mleval/multiclass.py
mleval/output.py
mleval/parse.py
mleval/regression.py
mleval/util.py
scripts/ml2h5
scripts/ml2h5extract_data
scripts/ml2h5extract_task
scripts/mleval
clientapi/mlprocess.py
clientapi/api_demo.sh