mlr3shiny
mlr3shiny copied to clipboard
SVM error on german credit data
trafficstars
svm resampling on bootstrap with german credit data failed with error message:
Error: Assertion on 'primary_key' failed: Contains duplicated values, position 3. This happened PipeOp colapply's $train()
Potentially caused by pipe-op functionality (pre-processing).
Affected functionalities:
- resample tab -> train model
- benchmark tab -> compute benchmark
Reproduce steps:
- Start application
- Set german credit data as task
- Create SVM learner
- Go to resample tab (or benchmark tab respectively)
- Select Bootstrap resampling and start learner training