Custom Multiclass Logistic Regression with NumPy

Implement a multiclass logistic regression classifier from scratch using NumPy and Pandas, avoiding libraries like scikit-learn. The implementation uses a One-vs-Rest strategy to handle multiple classes (e.g., 0, 1, 2) and saves the trained model coefficients to a pickle file.

ECNU-ICALK Updated 559 repo stars

File contents

ECNU-ICALK/AutoSkill/tree/main/SkillBank/ConvSkill/english_gpt4_8_GLM4.7/custom-multiclass-logistic-regression-with-numpy commit ae793b442e

Frequently asked questions

npx skillmds@latest add ecnu-icalk/custom-multiclass-logistic-regression-with-numpy