Tag: Evaluation metrics in python
-
How to Evaluate Your Classification Algorithm in Python

In the previous episode, we went over the different methods you can evaluate your classification algorithm. In this episode, we focus on applying these methods in Python. You can view and use the code and data used in this episode here: Link 1. Building the Classification Algorithm First we need to build a classification algorithm…
-
Evaluating your Regression Model in Python

Code and data used can be found here: Repository In the previous episode we discussed multiple methods in which you can evaluate your regression model. At the end of the episode we also discussed a general method which you can apply. This article is split into two parts: Part 1 builds a multiple linear regression…