You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a variation of the code example in xlearn documentation.
But always outputs are same value.
I tried to change parameter, and tried to change a little in dataset.
but the problem isn't solved.. help me please..
and I can't speak Chinese plz comments in english..
The text was updated successfully, but these errors were encountered:
I'm trying to learn ffm model by this dataset
This dataset has approximately 10 million instance in size.
and the code is below
import xlearn as xl
ffm_model = xl.create_ffm()
ffm_model.setTrain("./train.txt")
param = {'task':'reg', 'lr':0.2, 'lambda':0, 'metric':'rmse'}
ffm_model.setTXTModel('./model.txt')
ffm_model.fit(param, "./model.out")
ffm_model.setTest("./test.txt")
ffm_model.predict("./model.out", "./output.txt")
This is a variation of the code example in xlearn documentation.
But always outputs are same value.
I tried to change parameter, and tried to change a little in dataset.
but the problem isn't solved.. help me please..
and I can't speak Chinese plz comments in english..
The text was updated successfully, but these errors were encountered: