-
Reformat docstrings for create_model and tune_model specifically as Google Colab cannot handle table spacing.
-
I try to adapt old code to new version and I have this issue for none native dataset.
(tf) tgg@gvalmu00008 training % python AttFP.py config.cfg
ERROR:root:Module 'kgcnn.utils.learning' is depreca…
-
I think that whenever `crossvalidate` gets called, the data are split each time in different folds:
```
function test()
X = randn(100, 30) # fake inputs
T = [ones(50);…
-
Hi guys,
I would like to use the following code to conduct my deep forest configuration (i.e., with my custom base estimators) within a k-fold cross validation process:
```python
k = 5
kf = KF…
-
I'm trying to perform k-fold cross validation on a beta binomial model fit using a brms custom model family.
While both `loo` and `kfold` work fine sequentially, specifying the cores argument or att…
-
The example on [cross-validation](https://github.com/wandb/examples/tree/d82e9f047a4c2abcf4234f90c513cac83d1d94ca/examples/wandb-sweeps/sweeps-cross-validation) is a little tricky to understand.
Thes…
-
## 🐛 Bug
I'm trying the K-Fold cross-validation example from pl_examples.
When I run the example, there is an error
AttributeError: 'Trainer' object has no attribute 'strategy'
`Traceback (…
-
else produce data from scratch
https://github.com/fitzgeraldja/stc_unicef_cpi/blob/574dd5cd9685df0d5b68674c359d7803c4a338be/src/stc_unicef_cpi/models/train_model.py#L189
```python
import argparse
i…
-
thr_df = pd.read_csv(thr_data)
thr_all = all_df.set_index('hex_code').loc[thr_df.hex_code].reset_index()
### Select features to use
conflict and healthcare data, and FB connectivity data
"metric":…
-
I am unable to impute NaNs (missing values) with mean and constant using PyCaret. Their documentation says, it does that by default. However, I have tried both (manual and automatic) but nothing is wo…