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

Add non-CLI documentation for Naive Bayes #1591

Open
HaleySchuhl opened this issue Aug 30, 2024 · 0 comments
Open

Add non-CLI documentation for Naive Bayes #1591

HaleySchuhl opened this issue Aug 30, 2024 · 0 comments
Labels
documentation Documentation issues or features

Comments

@HaleySchuhl
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Not all users feel comfortable using the terminal, and we have found that reducing the number of times a user needs to switch applications can enhance the experience. It would be beneficial to add jupyter notebook/straight python documentation on ReadTheDocs and in the tutorial for Naive Bayes.

Describe the solution you'd like

from plantcv import learn

learn.naive_bayes_multiclass(pixelinspectdata.txt, naive_bayes_pdfs.txt)

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context

@HaleySchuhl HaleySchuhl added the documentation Documentation issues or features label Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Documentation issues or features
Projects
Status: New Issues
Development

No branches or pull requests

1 participant