Eric Scott

Results 5 issues of Eric Scott

I tried to convert ParallelColt to scala. It worked fine, except it hung on the file hep.aida.tdouble.ref.DoubleConverter.java. You can get any of the ParallelColt implementations on github or google code....

Love optunity. I can't seem to figure out how to optimize an integer hyperparameter. Here is my function: @optunity.cross_validated(x=df_x.as_matrix(), y=df_y.as_matrix(), num_folds=5) def xgb_model(x_train, y_train, x_test, y_test, max_depth=9, min_child_weight=1, subsample=0.8, colsample_bytree=0.8):...

I'm using the latest statsforecast and trying to run a forecast with 2 models and a dataset of 90K rows. The lib tries to grab 360gb of memory and crashes...

* cattrs version: 23.2.3 * Python version: 3.9 * Operating System: MacOS and Linux ### Description I have a set of classes that all inherit from one base class. I...

more-info-needed

I'm trying to use the lib for the first time, for a sequential test. I'm getting an exception "ValueError: Information ratio must be monotonically increasing", but I don't know what...