Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd FieldAwareFactorizationMachine to AutoML #3985
Comments
|
Hi, I would like to take this issue if possible. |
|
Sounds great. This will be a change to the master branch as the AutoML API code has been merged into master. The CLI's CodeGen (which creates the C# project) still lives in the AutoML feature branch. Perhaps @XiaroanZhang can create the CodeGen part, or walk you though what's needed. @daholste may also be able to offer advice. I'll be out for the next week, but feel free to submit a PR and have folks approve/merge in. Thanks so much. |
|
Hi @justinormont, looks like this issue is still open - do you mind if I work on it? |
|
if somebody tried to run locally ? |
FieldAwareFactorizationMachine is good for large dataset like the Criteo 1TB dataset.
Currently FieldAwareFactorizationMachine is not swept over in AutoML.
Task:
Should be easy to just replicate an existing trainer like SDCA:
machinelearning/src/Microsoft.ML.AutoML/TrainerExtensions/BinaryTrainerExtensions.cs
Lines 150 to 169 in d518b58