Hindi Machine Learning Tutorial 5 - Save Model Using Joblib And Pickle

Описание к видео Hindi Machine Learning Tutorial 5 - Save Model Using Joblib And Pickle

Training machine learning model can be quite time consuming if training dataset is very big. In this case it makes sense to train a model and save it to a file so that later on while making predictions you can just load that model from a file and you don't need to train it every time. Pickle and sklearn joblib modules can be used for this purpose. Joblib seems to be more efficient with big numpy arrays hence it is preferred when you have many numpy objects involved in your training step.

#MachineLearningHindi #PythonMachineLearning #MachineLearningTutorial #Python #PythonTutorial #PythonTraining #MachineLearningCource #Joblib

Code: https://github.com/codebasics/py/blob...
To download csv and code for all tutorials: go to https://github.com/codebasics/py, click on a green button to clone or download the entire repository and then go to relevant folder to get access to that specific file.

Website: http://codebasicshub.com/
Facebook:   / codebasicshub  
Twitter:   / codebasicshub  

Комментарии

Информация по комментариям в разработке