Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Machine Learning #22

Open
EBAX1 opened this issue Mar 22, 2021 · 2 comments
Open

Machine Learning #22

EBAX1 opened this issue Mar 22, 2021 · 2 comments

Comments

@EBAX1
Copy link
Contributor

EBAX1 commented Mar 22, 2021

If anyone has any good ideas for ML we could implement. We have to make sure that we don't try to implement anything that takes too long to run, as it will live update whenever we change factor levels.

  • I was thinking a basic classification tree would be good. The user could choose a set of variables and we generate a tree using those. Cross validation might be too computationally intensive and take a while to generate, so it may not be the most accurate thing (I guess CARTS never are though)
@EBAX1
Copy link
Contributor Author

EBAX1 commented Mar 22, 2021

Tried to incorperate classification trees in CARTS.R, but can't figure out how embed base R plots

@Me222CYX
Copy link
Contributor

Got it to work!

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

No branches or pull requests

2 participants