AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
ci/bootstrap.py
ci/requirements.txt
ci/templates/.travis.yml
docs/.DS_Store
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/reference/cumulator.rst
docs/reference/index.rst
src/.DS_Store
src/cumulator/.DS_Store
src/cumulator/__init__.py
src/cumulator/base.py
src/cumulator/bonus.py
src/cumulator.egg-info/PKG-INFO
src/cumulator.egg-info/SOURCES.txt
src/cumulator.egg-info/dependency_links.txt
src/cumulator.egg-info/not-zip-safe
src/cumulator.egg-info/top_level.txt
src/cumulator/countries_data/countr_2_dig.json
src/cumulator/countries_data/country_data.csv
src/cumulator/countries_data/country_dataset_adjusted.csv
src/cumulator/countries_data/country_dataset_helpers.py
src/cumulator/hardware_data/cpu.csv
src/cumulator/hardware_data/gpu.csv
src/cumulator/hardware_data/webscraper.py
src/cumulator/metrics_conversion_data/CO2_metrics.json
src/cumulator/prediction_feature/dataset.csv
src/cumulator/prediction_feature/prediction_helper.py
src/cumulator/prediction_feature/visualization_helper.py
src/cumulator/prediction_feature/models/F1_model_Decision_Tree.sav
src/cumulator/prediction_feature/models/F1_model_Linear.sav
src/cumulator/prediction_feature/models/F1_model_Neural_Network.sav
src/cumulator/prediction_feature/models/F1_model_Random_Forest.sav
src/cumulator/prediction_feature/models/F1_rmse.pkl
src/cumulator/prediction_feature/models/consumption_model_Decision_Tree.sav
src/cumulator/prediction_feature/models/consumption_model_Linear.sav
src/cumulator/prediction_feature/models/consumption_model_Neural_Network.sav
src/cumulator/prediction_feature/models/consumption_model_Random_Forest.sav
src/cumulator/prediction_feature/models/consumption_rmse.pkl
src/cumulator/prediction_feature/models/support_F1_Decision_Tree.pkl
src/cumulator/prediction_feature/models/support_F1_Linear.pkl
src/cumulator/prediction_feature/models/support_F1_Neural_Network.pkl
src/cumulator/prediction_feature/models/support_F1_Random_Forest.pkl
src/cumulator/prediction_feature/models/support_consumption_Decision_Tree.pkl
src/cumulator/prediction_feature/models/support_consumption_Linear.pkl
src/cumulator/prediction_feature/models/support_consumption_Neural_Network.pkl
src/cumulator/prediction_feature/models/support_consumption_Random_Forest.pkl
src/cumulator/prediction_feature/utils/mljar_dataset_adder.py
src/cumulator/prediction_feature/utils/openml_datasets_retrieval.ipynb
src/cumulator/prediction_feature/utils/regression.ipynb
src/cumulator/web_app/app.py
src/cumulator/web_app/templates/app_image.png
src/cumulator/web_app/templates/content.html
src/cumulator/web_app/templates/index.html
tests/test_base.py