logo
Loading...

Machine Learning Tutorial Python - 5: Save Model Using Joblib And Pickle - codebasics - 機器學習 Machine Learning 公開課 - Cupoy

Data Science Full Course For Beginners | Python Data Science Tutorial | Data Science With Python Tr...

Data Science Full Course For Beginners | Python Data Science Tutorial | Data Science With Python 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. #MachineLearning #PythonMachineLearning #MachineLearningTutorial #Python #PythonTutorial #PythonTraining #MachineLearningCource #TrainingDataset #sklearntutorials #scikitlearntutorials Code: https://github.com/codebasics/py/blob... Topics that are covered in this Video: 0:00 - Saving trained model to the file 0:14 - How to solve a problem using machine learning? 1:33 - Coding 2:06 - Save model using pickle module 5:10 - Save model using joblib module 5:13 - Difference between pickle and joblib?