Week 7: Model Training
Ishan B -
Last week, I finished up the feature engineering generating features such as percent of population with different levels of education as well as comparisons of amounts of people with bachelor’s degrees to people with master’s degrees. This can help as certain business types are more likely to get customers of certain education levels.
This week, I am beginning to train my machine learning model. The first model I will be testing is a scikit-learn (sklearn) linear regression model. Sklearn is an open source python library which has access to many different types of machine learning/artificial intelligence models ranging from regression models to neural networks. Once completing training of the sklearn linear regression model, I will begin to train other regression models from sklearn. This will allow me to compare the results and see which regression model best fits the data and provides the most accurate results. After completing that, if I have extra time, I will try to train regression models from either Tensorflow, Keras, or both. Testing all these models can help guarantee that the final trained model has the best results possible and is the most useful that it can be based on the data.
Comments:
All viewpoints are welcome but profane, threatening, disrespectful, or harassing comments will not be tolerated and are subject to moderation up to, and including, full deletion.