Skip to content

Numerical features #3

Description

@alexeygrigorev

Currently it supports only binary features. It would be nice to support numerical features as well, so feature weighting schemes (such as TF-IDF) could be used.

Right now there is already an implementation in a separate branch (numerical), but there's no single interface that supports both types of model.

It would be nice to have the ability to specify type on model creation. Something like

model = ftrl.FtrlProximal(alpha=1, beta=1, l1=10, l2=0, features_type='binary')

or

model = ftrl.FtrlProximal(alpha=1, beta=1, l1=10, l2=0, features_type='numeric')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions