If the options are True, and the model is not implemented (currently only the poly model is implemented), nothing happens. A NotImplementedError should be raised if the model does not support these options.
Hint: Check this commit for a way to improve the handling of these options using the helper functions from this commit.
If the options are True, and the model is not implemented (currently only the
poly
model is implemented), nothing happens. ANotImplementedError
should be raised if the model does not support these options.Hint: Check this commit for a way to improve the handling of these options using the helper functions from this commit.