This repository contains a machine learning model that predicts job packages based on students' CGPA. Utilizing Python, Pandas, Scikit-Learn, and Joblib, the model employs a RandomForestRegressor to ...
Using the new PEP695 type syntax from python 3.12, instead of the old TypeAlias syntax, causes a A task has failed to un-serialize error when using joblib. Here is a ...