New configuration to specify qp.Ensemble parameterization in CatEstimator
stages
#28
Labels
enhancement
New feature or request
CatEstimator
stages
#28
Currently almost all subclasses of
rail_base.estimator.CatEstimator
will store resultingqp.Ensembles
using aqp.interp
gridded representation. We should add a new configuration parameter to allow users to select whichqp
representation is preferred. i.e.qp.hist
,qp.spline
,qp.packed_interp
, etc...)The work here is similar to issue #11 in that the work in this repository (rail_base) is relatively small, but the work to respect the new configuration parameter in all of the subclasses of
CatEstimator
will be substantial.Also note that there will likely need to be updates made to several jupyter notebooks as well. But currently we do not have an exhaustive list of which notebooks will be affected.
The text was updated successfully, but these errors were encountered: