Archives for model performance

18 Oct

Generating Suitable ML Models Using LazyPredict Python Tool

image-16792
image-16792

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…

The post Generating Suitable ML Models Using LazyPredict Python Tool appeared first on Analytics India Magazine.

05 Aug

Tensorboard Tutorial – Visualize the Model Performance During Training

image-14561
image-14561

In image classification when you train a Deep Learning model it takes a lot of time. We are unable to check what all is going on when a model is getting trained. Even some of the models that were trained on the Image Net dataset took many days to get trained. But what do you…

The post Tensorboard Tutorial – Visualize the Model Performance During Training appeared first on Analytics India Magazine.