Skip to content

add functions to output an unfit classifier/forecaster workflow #187

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

Merged
merged 5 commits into from
Jun 15, 2023

Conversation

dajmcdon
Copy link
Contributor

Closes #179

  • Creates two functions to output the unfit workflows from either arx_forecaster() or arx_classifier().
  • Refactors both of those to simply call the unfit workflow creator, then fit + predict.

As for also implementing functionality to modify these (or any) unfit workflows, this is #73 which is still open.

@dajmcdon dajmcdon requested a review from brookslogan May 27, 2023 17:16
@dajmcdon dajmcdon changed the base branch from main to v0.0.5 June 15, 2023 19:28
@dajmcdon dajmcdon merged commit 9d84f6a into v0.0.5 Jun 15, 2023
@dajmcdon dajmcdon deleted the djm/unfit-wf branch June 15, 2023 22:08
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

Successfully merging this pull request may close these issues.

Add a function to output the unfit workflow that would be used by arx_forecaster()
1 participant