SkillAgentSearch skills...

FMLite

Python implementation of Factorization Machine

Install / Use

/learn @moriaki3193/FMLite
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

FMLite

Pure Python Implementation of Facorization Machine.

Author

  • moriaki3193

Setup

$ pip install FMLite

Usage

You can easily use this package like below.

from fmlite import FMLite

model = FMLite(k=10, n_epochs=20) # and some other kwargs...
model.fit(X_train, y_train)
model.predict(X_test)

More detailed examples are in samples directory.

Requirements

  • Python 3.6.0 or newer
View on GitHub
GitHub Stars9
CategoryEducation
Updated1y ago
Forks2

Languages

Python

Security Score

75/100

Audited on Aug 2, 2024

No findings