-
## Reconcile handling of nonlinear formulas by `parsnip::fit()` and `tune::fit_resamples()`
Not sure if this is a feature or bug or neither. Created a custom parsnip model for nonlinear regression …
-
## Environment data
- VS Code version: 1.73.1
- Jupyter Extension version (available under the Extensions sidebar): v2022.9.1303220346
- Python Extension version (available under the Exten…
-
In the [example notebook](https://github.com/VegeWaterDynamics/motrainer/blob/generalization/example/dssat_s1/dask_ml.ipynb), we use the standard CV functions from sklearn. Sometimes the CV function n…
-
Since the data is sorted by sources (and in some parks there are only real ones and in others only artificial ones), the question arises how to properly organize them for feeding into the model input…
-
As the decription in EEG-inception`[1]`, it has the accuracy 88.39% even without the augumentation, but it has **no description of Preprocessing steps**
In my attempt on BCIC-IV 2a dataset with the …
-
Hello. Recently, I use TPOT to optimize the machine learning model. I am confused by the data splitting when the cross validation is introduced.
The offical example is:
```
from tpot import TPOTRe…
-
**Hello**, I noticed while running this code that each dataset has only one training set and one testing set. However, it is mentioned in this paper that the final answer was obtained using a Five-f…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### YOLOv8 Component
Training, Validation
##…
-
When I created a model with default settings using the RF algorithm, I encountered an overfit problem.
Therefore, I created a new model using bigboss settings. When I changed the nodesize parameter…
-
Hi!
Thanks a lot for this amazing template and project.
I was curious to know that can we do K-Fold cross validation using Pytorch Lightning with Hydra?.
Thank You