Skip to content
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

rethink base Estimator #23

Closed
kjhall01 opened this issue Jun 6, 2022 · 3 comments
Closed

rethink base Estimator #23

kjhall01 opened this issue Jun 6, 2022 · 3 comments

Comments

@kjhall01
Copy link
Owner

kjhall01 commented Jun 6, 2022

  • some methods .fit on continous observations data, and are capable of producing probabilistic forecasts.
  • predict_proba takes the number of outputs from the number of outputs on the training data
  • methods trained on continuous data expect only a single output for predict_proba - but that is an issue for tercile forecasts
@kjhall01
Copy link
Owner Author

kjhall01 commented Jun 8, 2022

we can also add broadcasting along higher dimensions , if implementing by stacking x/y/...higher dimensions along a 'point' axis.

@kjhall01
Copy link
Owner Author

kjhall01 commented Jun 8, 2022

also: remove extraneous transposing / rechunking / appending

@kjhall01
Copy link
Owner Author

you can remove Nan calculations by stacking and dropping missing points externally. multioutput is implemented for predict and predict proba. transposing/rechunking has been addressed to an extent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant