LICENSE.md
MANIFEST.in
README.md
requirements.txt
setup.py
BandGap_ml.egg-info/PKG-INFO
BandGap_ml.egg-info/SOURCES.txt
BandGap_ml.egg-info/dependency_links.txt
BandGap_ml.egg-info/requires.txt
BandGap_ml.egg-info/top_level.txt
band_gap_ml/__init__.py
band_gap_ml/app.py
band_gap_ml/band_gap_predictor.py
band_gap_ml/client.py
band_gap_ml/config.py
band_gap_ml/constants.py
band_gap_ml/model_training.py
band_gap_ml/vectorizer.py
band_gap_ml/data/elements.csv
band_gap_ml/data/train_classification.csv
band_gap_ml/data/train_regression.csv
band_gap_ml/models/best_model/classification_model.pkl
band_gap_ml/models/best_model/classification_scaler.pkl
band_gap_ml/models/best_model/regression_model.pkl
band_gap_ml/models/best_model/regression_scaler.pkl
band_gap_ml/models/gradientboosting/classification_model.pkl
band_gap_ml/models/gradientboosting/classification_scaler.pkl
band_gap_ml/models/gradientboosting/regression_model.pkl
band_gap_ml/models/gradientboosting/regression_scaler.pkl
band_gap_ml/models/randomforest/classification_model.pkl
band_gap_ml/models/randomforest/classification_scaler.pkl
band_gap_ml/models/randomforest/regression_model.pkl
band_gap_ml/models/randomforest/regression_scaler.pkl
band_gap_ml/models/xgboost/classification_model.pkl
band_gap_ml/models/xgboost/classification_scaler.pkl
band_gap_ml/models/xgboost/regression_model.pkl
band_gap_ml/models/xgboost/regression_scaler.pkl