David Santiago Garcia Chicangana

Results 2 comments of David Santiago Garcia Chicangana

Thank you for sharing it. I could change the values to spanish. Here are the parameters I changed: ``` ```

I solved this problem by changing the way it accesses the target column. In the file train.py, within the function 'perform_kfold_cv', change df.flags to df['flags']. The first returns the attribute...