-
Hi,
I am wondering if there is an option to speed up the cross-validation. Although I have access to a HPC this still takes very long, which is (as I understand) due to the fact that each chain is bo…
-
## Prelude / Prior Work
- https://github.com/kurtzace/complete-data-science-bootcamp-excercises
- [AI notes 2023](https://github.com/kurtzace/diary2023/issues/13)
- [Other data science steps taken …
-
Hi Andy, I am new to Kaggle competition and found your scripts really helpful to learn those crazy ideals.
I have been reading the `withBagging-xgboost.py` and it seems the models in the bag are fitt…
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report.
### YOLOv5 Component
Other
### Bug
I …
-
Before filing an issue, please make sure to tick the following boxes.
- [x] Make sure your issue hasn't been filed already. Use GitHub search or manually check the [existing issues](https://github.…
-
Hello,
I am trying to tune Maxent model but not sure how it should be done. In my code below I specifyed a 5-fold cv in BIOMOD_modeling, but the the message said a 10-fold cv is used. I would like t…
ls320 updated
1 month ago
-
I want to use the CAMUS dataset on this project, but I have some problems:
I use the castor/vital/vital/data/camus/dataset_generator.py to generate the HDF5 file, but I got an error:
> (castor) de…
-
In the code where you've shown how to apply stratified k-fold cross validation to a regression problem, I noticed a small bug.
```def create_folds(data):
# we create a new column called kfold and…
-
hello,I am a very new person in sklearn,I have a question while learing chapter3, the books writen this:
![image](https://user-images.githubusercontent.com/34855731/50810312-e9566280-1343-11e9-826e-b…
-
There are many cases where an estimated covariance does not have good small sample properties.
We need some regularization methods (beyond what scikit-learn has)
One of the main tasks will be to prov…