Custom Multiclass Logistic Regression from Scratch

Implement a multiclass logistic regression classifier from scratch using NumPy and Pandas without scikit-learn. Use the One-vs-Rest strategy to handle multiple classes (e.g., 0, 1, 2) and save 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/custom-multiclass-logistic-regression-from-scratch commit 0809deb334

Frequently asked questions

npx skillmds@latest add ecnu-icalk/custom-multiclass-logistic-regression-from-scratch