Building 10 Classifier Models in Machine Learning + Notebook
In the last tutorial, we completed the Data Pre-Processing step. We saw preprocessing techniques applied in transformation and variable selection, dimensionality reduction, and sampling for machine learning throughout this previous tutorial. Now we can move on to the next steps within the Data Science process, where we'll apply the rest of the model building process with various classification algorithms to understand what it is and how to use machine learning with python language. In the next moment, we will discuss the Regression algorithms. We will not go into detail about the algorithms. The purpose here will be to understand the detailed process of building the Machine Learning model, machine learning, model evaluation, and prediction scans. See The Jupyter Notebook for the concepts we'll cover on building machine learning models and my LinkedIn profile for other Data Science articles and tutorials. The metrics chosen to evaluate model performance will influence how performance is measured and compared to models created with other algorithms. We need to find a metric to measure performance between models solidly and coherently, a metric comparable to the models analyzed. Let's use the same algorithm, but with different metrics, and so compare the results.
May-6-2021, 21:20:17 GMT
- Technology: