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

Module: Feature Matrix -> Multiple Classifier Models #35

Closed
jonc101 opened this issue Dec 14, 2017 · 2 comments
Closed

Module: Feature Matrix -> Multiple Classifier Models #35

jonc101 opened this issue Dec 14, 2017 · 2 comments

Comments

@jonc101
Copy link
Collaborator

jonc101 commented Dec 14, 2017

Module:

  • Input: Feature matrix data file for a target (lab) test to predict and list of features/columns/covariates to include or exclude from consideration.
  • Output: Collection of standard ML models (e.g., logistic regression, LASSO, random forest, XGBoost, AdaBoost, SVM, neural net? though hard to use "off the shelf") across a credible range of hyperparameters (e.g., lambda coefficient, tree depth, etc.)
@jonc101 jonc101 created this issue from a note in Predicting Lab Results (In Progress) Dec 14, 2017
@jonc101 jonc101 moved this from In Progress to To Do in Predicting Lab Results Dec 14, 2017
@jonc101
Copy link
Collaborator Author

jonc101 commented Dec 14, 2017

Could conceivably generate dozens (if not hundreds) of model variants, so many not want to actually store the models if requires significant data size, but rather produce a generator/iterator/pipe over models so that the next analytic step (evaluation, selection, visualization) can just work off the stream.

@SanthoshBala
Copy link
Contributor

Handled by SupervisedLearningPipeline.

Predicting Lab Results automation moved this from To Do to Done Feb 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

No branches or pull requests

2 participants