Closed madprogramer closed 10 months ago
Can you tell me what do you provide as an 'outcome' variable? It should be a string value with the column name.
The outcome variable is given as a string similar to the vignette examples. It's a tibble column (pga_m6) which is a numeric ranging from 0 to 8, possibly NA.
Sorry for such a long break, I was swamped up with other responsibilities. If the outcome is given by the string, although it should be numeric, then the automatic guess for the target is multilabel classification, which is still unavailable task for the package, and might lead to corrupted results.
In a few days, we will provide a new custom preprocessing module which might answer your issue.
Training using forester with these settings
gave me the following error:
Output from verbose mode:
Just to confirm that the
splitTools::partition
error was caused by preprocessing, I tried callingtrain_test_balance
with the original dataset and that worked just fine.Any clue what might be going on here?