Currently almost all subclasses of rail_base.estimator.CatEstimator will store resulting qp.Ensembles using a qp.interp gridded representation. We should add a new configuration parameter to allow users to select which qp 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.
Currently almost all subclasses of
rail_base.estimator.CatEstimatorwill store resultingqp.Ensemblesusing aqp.interpgridded representation. We should add a new configuration parameter to allow users to select whichqprepresentation 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
CatEstimatorwill 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.