-
Can you help with a Decision Tree as asked bellow?
https://stackoverflow.com/questions/47203550/tensorflow-print-decision-tree
-
The Iris Flower Classification project involves developing a machine learning model to classify iris flowers into three species: Setosa, Versicolor, and Virginica. Using the widely recognized Iris d…
-
I'm trying to use MultinomialNB for iris classification, but it looks like `fit` for MultinomialNB expects X to be Matrix{Int64}, which is not the case for my dataset. (Similar for the predict functio…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature Description
Flower Classification ML Android App
### Use Case
A flower classification android app wh…
-
Hello, I'm trying to run the Test: **TestAccuracyScore**, manually, however I'm getting an Error using the earlier version 0.2
In the previous version the code was running fine.
My code:
```py…
-
We have a rich set of examples covering a very broad range of issues, but they're not necessarily easily discoverable via the section on the bottom of the API pages.
This meta-issue is to keep trac…
-
### Prerequisites
- [X] I am a GSSoC-22 Participant
- [X] I checked to make sure that this issue has not already been filed
### Description
I would like to contribute my project of Iris Flow…
-
### Issue Description
While working with SHAP for a classification task, I encountered an issue where SHAP values contain `NaN`. This seems to occur when the output of `predict_proba` is either `1`…
-
Not sure if already available easily, but when having a multi-class classification problem, then it would be good to automatically get the performance on several metrics separately for each class, not…
-
I would like to build a neural network with a tunable number of layers. While I can tune the number of neurons per layer, I’m encountering issues when it comes to dynamically changing the number of la…