Click here to Skip to main content
15,881,757 members
Articles / Programming Languages / IronPython

Starter Framework for Machine Learning Projects

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
14 May 2020CPOL22 min read 7.3K   11  
Introduce a simplified clarification about the main steps for performing statistical learning or building machine learning model
Let’s summarize our story here. We started with Problem statement and Algorithm selection by formulating of the task of predicting which species of iris a particular flower belongs to by using physical measurements of the flower and then we prepare our project and load the associated dataset. We used a dataset of measurements that was annotated by an expert with the correct species to build our model, making this a supervised learning task (three-class classification problem). After that, we start exploring and visualizing the data to understand it, then split our data to training and test sets reaching to build our model and fit it by training and then test.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Engineer
Egypt Egypt
Machine learning engineer with a solid experience in building predictive models using cutting edge machine learning algorithms such as deep learning and more.

Comments and Discussions