Results 6 comments of Ekta Grover

@ibayer - thanks for your prompt response. So, seeing eqn 1 , I have X encoded as {1,0 along with some continuous variables, see sample below} , which of these...

@ibayer @takuti @macks22 @chezou @bdaskalov - I got the y_pred from `fm.predict(X_test)` - which I tested 1:1 with Bayer eqn 1/ Rendle eqn 2 , which is a continuous number...

@ibayer - Here are the results of the prob. as returned by `fm.fit_predict_proba` (red), sigmoid of y_pred_hat (back calculated, real number, the y_pred_hat itself maps to fm.predict(X_test)) (green) and the...

@ibayer - Also from documentation here http://ibayer.github.io/fastFM/tutorial.html#bayesian-probit-classification-with-mcmc-solver > "Probit regression uses the Cumulative Distribution Function (CDF) of the standard normal Distribution as link function. Mainly because the CDF leads to...

@ibayer - Simplifying the question. 1. I have trained the model on some 1200+ files (~1.8 GB) - with 50 files in each run. 2. I store w0,w_ , V_...

IMO - it just a bad error message with setup.py. This is a known issue,when installing a python egg(see reference below). You could use --allow-external, or --allow-unverified option with pip...