v0.2.1
Improving the scaler:
- Allow for scaling of certain variables only. See https://simon-hirsch.github.io/rolch/scaler/ for details. You can now pass either a bool into
scale_inputs
or a numpy array with indices of the columns of$X$ you'd like to scale.
Some fixes:
- Add MLE estimates as start values to improve convergence in the beginning. This is more robust, since the previous start values might have been overly optimistic.
- Allow for boolean arrays in the
equation
and thescale_inputs
.