Stefan Falkner
Stefan Falkner
check wether λ or 1-λ is the actual bandwidth
Right now, the pynisher shows logs like: ``` python Wallclock time exceeded, aborting! Your function call was aborted. ``` This should be optional!
There is a quickstart guide in the readme, but there should be a place that explains all arguments.
f = fanova.fANOVA(X,y, n_trees=32,bootstrapping=True) f.quantify_importance(0) should be equivalent to f.quantify_importance((0,))
With the new SWIG interface, there is no numpy array data container anymore. It would be nice to be able to import an array all at once, rather then adding...
Forest and tree options should come with meaningful defaults. Maybe reintroducing num_data_points_per_tree = 0 to use as many as the data container has...