-
### Prerequisites
- [X] I have read the [documentation](https://hf.co/docs/autotrain).
- [X] I have checked other issues for similar problems.
### Backend
Colab
### Interface Used
UI
### CLI Com…
-
Hi,
Thank you for the software,
I have observed that for some genes some targets isoforms are absent for the orthology classification file,
Have you already observed that ? Is there a reason…
-
## 🐛 Bug
`torchmetrics.functional.classification.binary_auroc` always gives 0.5 when all logits are large. This seems to be caused by a floating point precision error with sigmoid.
### To Reprod…
-
Hi,
I am interested in the topic. But I do not understand the exact output of the ML model?
As far as I understood. the app can classify if the pistachio is close
![image](https://user-images.git…
-
Classification field is allowed in csv file in import, but Classification is an enum for the list. Add in the GUI description the list of the fields and how should they look like in the csv file.
-
Is cloud/aerosol target classification (fra Annex 1 i DMP) the same as hydrometer type classification (ACTRIS Vocabulary)? If not, we need vocabulary for cloud/aerosol target classification.
Need …
-
Hi,
can this code be changed from single target detection to multi-target detection and classification? Because there are other diseases besides pulmonary nodules.
-
**System Information (please complete the following information):**
- ML.NET Version: 2.0
**Describe the bug**
Detailed info can be found in
#https://github.com/dotnet/machinelearning-modelbu…
-
Hi,
The current code normalizes the targets during training,
```python
if task == "regression":
assert normalizer is not None
targets = normalizer.norm(targets).squeeze() # noqa: PLW2…
-
Great package, and I think it offers a very easy-to-use implementation for targeted sentiment classification! I had a brief question: it took me a while to track down that I think the package fails fo…