When building a machine learning model, it’s important to measure the results of your model. Typically, you split a dataset into a training dataset and a test dataset. The training dataset is used to train your model, while the test dataset is used to measure the performance of your model. A commonly used method to […]
Tag: scikitlearn
Tuning / regularizing common linear regressions and classifiers in scikitlearn
If you read my article in January about my personal development goals, you might have seen that I’m working to achieve the DP-200 certification. During the learning process for DP-200, I learned that I lacked certain basic knowledge about how to do data engineering / data science in Python. For that reason, I decided to […]