[scikit-learn] Help me Please!

2018-05-08 Thread Santosh Subedi
Hello, I'm using Scikit-learn for Gaussian Process Regression (GPR). I'm facing a problem/confusion regarding GaussianProcessRegressor class. If gp is a GaussianProcessRegressor, the prediction is given as: y_pred_test, sigma = gp.predict(x_test, return_std =True) After printing the y_pred_test

Re: [scikit-learn] Any recommend way to encode IP address?

2019-08-16 Thread Santosh Subedi
Hi guys, How can I unsubscribe myself from Scikit-learn mailing list? Thanks. On Fri, 16 Aug 2019 at 4:56 PM Chris Aridas wrote: > Hey, > > Apart from encoding you could use feature engineering. Something like this > https://ipgeolocation.io/documentation/ip-geolocation-api.html > Two IPs mig