-
### DL beginner here. I have a dataset of ~1000 pictures on which I have to perform a deep nn to estimate the illumination and compare it to the ground truth one.
I am using 3-fold cross-validation…
ghost updated
3 years ago
-
**System information**
- This was run on [Google Colab](http://colab.research.google.com/)
- Have I written custom code (as opposed to using example directory): Yes
- OS Platform and Distributio…
adiba updated
3 years ago
-
I have a feature request regarding the cross validation strategy for the `AutoML` class.
**Current status**
Currently, the parameter `validation_strategy` allows to specify the cross validation …
-
We've finally reached a good point where we can move the first steps toward supporting **model selection**
## Cookbook
The following is a list of things that we aim to provide
- [x] Cross Vali…
-
When trying to apply cross-validation for dki model on 7T adult HCP data the following error arises:
```python
base) synapsi@charlie:/media/synapsi/dkeTest/new_version/code$ python goodness_of_fit.p…
-
**System information**
OS Platform and Distribution: Windows 10
Sklearn-genetic-opt version: 0.6.0
Scikit-learn version: 0.24.1
Python version: 3.8
**Describe the bug**
When defining a `Cont…
-
I am doing 10-fold cross validation and I noticed that the GPU memory requirement is rising through iterations. The graph of used memory through 10 folds on a randomly generated toy data set (look the…
-
これをしないと現在公開しているtestデータのスコアで過学習してしまい,コンテスト終了後の本評価で痛い目を見るので,**最も優先して**実装したほうが良いです.
コード残ってたら今までの実装すべてに対して行い,Issueに結果を書いてください.
-
I suggest to add function StratifiedKFold for continous Y.
1. Step 1 - concatenate X and Y into single array
2. Step 2 - clusterize XY array into m- clusters
3. Step 3 - concatenate column with c…
-
I want to use `EarlyStopping` and `TensorBoard` callbacks with the `KerasClassifier` scikit_learn wrapper. Normally, when not using scikit_learn wrappers, I pass the callbacks to the fit function [as …