Generating Suitable ML Models Using LazyPredict Python Tool
While building machine learning models we are not sure which algorithm should work well with the given dataset, hence we end up trying many models and keep iterating until we get proper accuracy. Have you ever thought about getting all the basic algorithms at once to predict for model performance? LazyPredict is a module helpful for this purpose. LazyPredict will generate all the basic machine learning algorithms' performances on your model. Along with the accuracy score, LazyPredict provides certain evaluation metrics and the time taken by each model.
Oct-24-2020, 02:10:58 GMT
- Technology: