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

training data num: 400000, feature num: 1400 same data, use FM is ok. but use FFM , segment fault when init. if Use data num 80000, and feature num 300,...

Can it be used on Windows

For example, a 50G dataset might correspond with a 80G bin file. If I have 128G memory, actually I cannot train the dataset, because during generating the .bin file, the...

Check the issue #311 some error cases when installed by pip in latest ubuntu(or CentOS). because of c compiler version issue, the `init_log()`'s parameter is empty. maybe specify the parameter...

I successfully installed xlearn using cmake(3.12) and gcc(6.1.0),but when I run the following statement,: ./xlearn_train ./small_train.txt -s 2 -v ./small_test.txt -x acc,which copy from run_example.sh. an error occurred: terminate called...

Hello, I am dealing with highly imbalance data and I was wondering if there is an option to set the class weight for the target labels for FFM model training...

![image](https://user-images.githubusercontent.com/32673766/71616371-e7d71780-2bf0-11ea-9002-e1a76815a4ec.png) ![image](https://user-images.githubusercontent.com/32673766/71616438-400e1980-2bf1-11ea-8a35-8a906b79d11b.png) ![image](https://user-images.githubusercontent.com/32673766/71616509-82cff180-2bf1-11ea-8fb3-dc9162f9b8eb.png) The error appears on line 327, i think the value of 'num_features' is wrong ![image](https://user-images.githubusercontent.com/32673766/71616592-07bb0b00-2bf2-11ea-81a0-30be641d5641.png) The temp_file like this, Should the value of 'num_features' be '9992'?

_ | | __ _| | ___ __ _ _ __ _ __ \ \/ / | / _ \/ _` | '__| '_ \ >

Till now, using pip install xlearn will get 0.4. The newest 0.44 are not avaliable through pip, which will bring some inconvenience. Thank you for your attention.

报错信息 ``` [ ACTION ] Read Problem ... [------------] First check if the text file has been already converted to binary format. [------------] Binary file (train_after10000_.csv_0.bin) NOT found. Convert text...