Open PeterDSteinberg opened 7 years ago
The docs should explain why there are two main usage workflows supported by fit_ensemble, fit_ea and predict_many:
fit_ensemble
fit_ea
predict_many
sampler
sample
X
y
sample_weight
pynio
WIP - I'll fill this out more later
The docs should explain why there are two main usage workflows supported by
fit_ensemble
,fit_ea
andpredict_many
:sampler
function to create >=1sample
where asample
is a tuple ofX
,y
, andsample_weight
. Some ideas for it:pynio
's Grib supportX
,y
,sample_weight
:WIP - I'll fill this out more later