-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See er…
-
Hi!
I think I found a typo in the following video:
https://youtu.be/9W6o6eWGi-0?t=53s
The train indices are incorrect. I have highlighted in bold what I think is wrong:
[3 4 **4** 6 7 8 9 10 11] …
-
I think that in the PNN.py when the k-fold cross-validation method is used, the network must be reinitialized for each cross-validation to create fresh w1 and w2.
The problem now is that the test sam…
-
![Image](https://github.com/user-attachments/assets/9a35b53d-d858-42cb-8a02-83d6d1fda287)
.mapo file
```
{"id":null,"name":"CS441 2.1 Classification","edges":[{"id":"b4f3d8d8-8f06-47d0-83a4-eafaef0…
-
GPEP now has leave-one-out or k-fold cross validation for spatial regression. The ensemble estimation can also benefit from this ability.
-
@Devanik21 i analyze the mining python file and see lots of abnormalities ,i would to work on it
there is list of problem s that i can solve
### Data Leakage:** Pre-trained models may have bee…
-
Hi,
Currently, [`cross_validation`](https://github.com/aimacode/aima-python/blob/master/learning.py#L1061) function shuffles data before every step of k fold cross-validation [[here](https://github…
-
refer to :
- pull request -> [K fold cross validation](https://github.com/allenai/allennlp/pull/2827)
- issue -> [K fold cross validation](https://github.com/allenai/allennlp/issues/1912)
so , h…
-
Hi,
As advised in #187, I tried to call fit() multiple times to train a different model in each fold, but this leads to an out of GPU memory error, apparently the same as in #248. I am using the A…
-
The implemented following code snippet for binary classification on tabular data, using stratified K-fold cross-validation (K=10). The performance results seem exceptionally good. Can someone help re…