-
all i am new to hyperopt. i plan to use it as below:
```
space={'max_depth': hp.quniform("max_depth", 3, 18, 1),
'gamma': hp.uniform ('gamma', 1,9),
'reg_alpha' : hp.quniform('r…
-
Hello! I've a question about scaling data in sktime. I want to make a forecasting model using SVR which is need some tools such as make reduction, scaling or mlflow to track the parameter output.
1.…
-
Hello,
I'm struggling with an error message with ENMevaluate. I'm a bit confused because all the runs I've done previously have worked fine. It would be great to have an explanation of the error me…
-
## Background
- 모델의 일반화 성능을 추정하기 위해, Cross-Validation을 진행합니다.
- 총 4가지 기법의 Cross-Validation 코드를 작성합니다.
- 예상 시나리오 : kfold 사용 시
- Usage
`python train.py [--use_kfold] [--n_splits N]`
-…
-
### What is the motivation for this task?
1. I would like to see support for k-fold cross-validation or even stratified k-fold cross validation
2. This would have multiple advantages, such as:
…
-
### Prerequisites
- [X] I am an Open Source Contributor
- [X] I checked to make sure that this issue has not already been filed
### Description
I would like to propose adding cross-validation techn…
-
I want to change dropout rate when training. The dropout rate is a random value between 0.1 and 0.9, and in every five times, dropout rate is set to 1. My code is as follows. But I found that the dro…
-
Hi,
I'm using RAPIDS 24.02 nightly with XGBoost v2.0.3 and have recently encountered a possible bug in XGBoost code. This bug seems a little bit nondeterministic, as it popped out unexpectedly and …
-
The following example shows that {{h2o.feature_interaction}} can fail on cross-validation models. It appears to be related to early stopping. When setting {{stopping_rounds}} to 0, this didn’t come up…
-
Currently many of our metrics allow for sample weights, but when using the `cross_val_score` or `GridSearchCV` these are not taken into account. As I said on the mailing list, I'm not sure if this is …