.gitignore
.readthedocs.yml
.travis.yml
LICENSE
README.md
requirements.txt
setup.py
configs/HNB_expt_set0.json
configs/LR_expt_set0.json
configs/LR_fruit_expt_savemodel_set0.json
configs/LR_fruit_expt_set0.json
configs/LR_twitter_expt_set0.json
configs/LR_twitter_expt_set0_ipca100.json
configs/LR_twitter_expt_set0_pca400.json
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/index.rst
exampledataset/HRDataset_v13.csv
exampledataset/HRDataset_v13.json
exampledataset/README.md
exampledataset/fruits.json
ml_experiment.egg-info/PKG-INFO
ml_experiment.egg-info/SOURCES.txt
ml_experiment.egg-info/dependency_links.txt
ml_experiment.egg-info/not-zip-safe
ml_experiment.egg-info/requires.txt
ml_experiment.egg-info/top_level.txt
mlexpt/__init__.py
mlexpt/experiment.py
mlexpt/modelrunio.py
mlexpt/data/__init__.py
mlexpt/data/adding_features.py
mlexpt/data/dataload.py
mlexpt/metrics/__init__.py
mlexpt/metrics/statistics.py
mlexpt/ml/__init__.py
mlexpt/ml/core.py
mlexpt/ml/models.py
mlexpt/ml/classifiers/__init__.py
mlexpt/ml/classifiers/linear.py
mlexpt/ml/encoders/__init__.py
mlexpt/ml/encoders/dictembedding.py
mlexpt/ml/encoders/sklearnencoders.py
mlexpt/utils/__init__.py
mlexpt/utils/caching.py
mlexpt/utils/core.py
mlexpt/utils/datatransform.py
mlexpt/utils/embeddings.py
script/CSV2JSON
script/RunExperiments
test/__init__.py
test/testConvertListToNDArray.py