-
Add extra output neurons that predict object classes.
-
#### Describe the workflow you want to enable
If the target is discrete multiclass, but ordinal (ordered) in nature (e.g. Likert scale, user ratings, preference levels), as opposed to nominal, wo…
-
Hi!
In paper 'Real-Time Grasp Detection Using Convolutional Neural Networks'
part IV. GRASP DETECTION WITH NEURAL NETWORKS
C. Regression + Classification
D. MultiGrasp Detection
Do you have a …
-
Hello,
I found that the first example with the ExtraTreesClassifier() doesn't work:
_"ValueError: Shape of passed values is (30, 2), indices imply (30, 30)"_
It seems the library works for reg…
-
Some models like the `LogisticRegression` effectively call the same engine in the background (e.g.: a BFGS optimiser) but then process and interpret the output differently:
- as a mere number that …
-
### Description
The Random Forest Classification (RFC) and Random Forest Regression (RFR) in Jasp have not K-fold option in training data menu and resuts added in data (column) is only the resuts of …
-
### Describe the feature you want to add to this project
Can we make PyCaret 3.0 handle for Multi-Output Regressor and Classifier (>2 target columns) in the dataset?
There is a `RegressorChain` …
-
### Have you completed your first issue?
- [X] I have completed my first issue
### Guidelines
- [X] I have read the guidelines
- [ ] I have the link to my latest merged PR
### Latest Merged PR Lin…
vamzx updated
2 weeks ago
-
### System Info
Different batch sizes result in inconsistent predicted probabilities when using the trainer for regression task predictions.
How to get the consistent result?
Also, How to get consi…
-
There has been some community appetite for classification tasks #1249 #1124. Incidentally, due to the use of classification models for RLHF, we already have some of the necessary components to support…