SkillAgentSearch skills...

Ogd

FTRL proximal algorithm according to McMahan et al. 2013

Install / Use

/learn @BenjaminBossan/Ogd
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

FTRL proximal

Note: This project is abandoned.

Right now, this package includes Online Gradient Descent Logistic Regression (OGDLR) and Follow the (proximal) Regularized Leader (FTRLprox) algorithms.

Some features:

  • The methods work with extremely sparse data (all treated categorically) by using dictionary for storage or hashing trick. This allows to train very sparse feature sets without exhausting memory.
  • The interface is similar to that of scikit learn.
  • Cross-validation is made on the fly.

All this is work in progress, use at your own risk.

For paper, see here.

Related Skills

View on GitHub
GitHub Stars24
CategoryDevelopment
Updated2y ago
Forks17

Languages

Python

Security Score

60/100

Audited on Dec 12, 2023

No findings