dklein0

Results 4 comments of dklein0

Ok, I realized my mistake. Since it was looking for nlopt_x64.dll, not nloptNET_x64.dll I thought it was looking for the underlying nlopt library. So I installed it from the nlopt...

I am also running xgboost 1.6.1 and the problem exists. I am creating a regressor, not a classifier. Probably more to the point, on a data set of about 75,000...

My data is financial data that I have pre-processed with a C# program to create my feature set. The feature set has NaN values, but I use a panda DataFrame,...