xlearn icon indicating copy to clipboard operation
xlearn copied to clipboard

High performance, easy-to-use, and scalable machine learning (ML) package, including linear model (LR), factorization machines (FM), and field-aware factorization machines (FFM) for Python and CLI int...

Results 104 xlearn issues
Sort by recently updated
recently updated
newest added

In the model training step, specifically when we are standing in the "fit" step, we use the command and it crashes the kernel. train and test are txt files readed...

At present, the metric indicators calculated by the algorithm are all output in the log, and the indicator values ​​cannot be obtained, so I additionally calculated logloss, acc, and prec....

Hi! I would like to programmatically extract the train mse_loss incurred after each training epoch. Currently, I am piping the xlearn printing output to a file, but I don't know...

I got an error when I run "example_FM_wine.py" file. ____________________ Failed to convert feature matrix X and label y to xlearn data format During handling of the above exception, another...