New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove support for predictions without specified data #27

Open
leeper opened this Issue Aug 5, 2018 · 0 comments

Comments

Projects
None yet
1 participant
@leeper
Owner

leeper commented Aug 5, 2018

  • Remove the ability to call prediction() without new data. People can use fitted() for that instead. The default will continue to return predictions for the data used to estimate the model via find_data()
  • Remove methods where data/newdata is not allowed
  • Update documentation

This is needed because of the complexities introduced by at and #17, which for non-linear models require two calls to predict() the second of which requires data (and, if at, that argument also).

@leeper leeper added the enhancement label Aug 5, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment