This project will predict suitable temperature based on current temperature
TO do
- Install / Setup Anaconda Environment
- Install Keras , TensorFlow and scikit-learn libraries for your Environment
dataFinal.csv contains training dataset
learn.py contains train using keras - my_model2.h5 is the trained model - testFinal.py is the predictor( give argument at command line) learnFinal.py contains train using LinearRegression - finalized_model.sav is the trained model - regressionRedo.py is the predictor (give argument at command line)