mlr3shiny
mlr3shiny copied to clipboard
mlr3shiny: Machine Learning in Shiny with mlr3
Add a function to add lable for learners. For example learnder_id in benchmark tab is unreadable.
...if a) new predict data is imported or b) another learner is selected in predict tab or c) a new task is created REPEX: - data: import sas iris.sas7bdat -...
Explain only works if the final predict learner has been trained. there should be information on this. Affected functionalities: * When no final learner is trained, the first panel in...
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...
Issue: Linux and Windows translate empty Shiny value differently (in Learner). If Out of Bounds, there is no issue as we now revert back to defaults of algorithms. If however,...
Check if parallelization is already enabled and how to utilize it for xgboost
This issue is closely related to #31 We are planning to utilize mlr3tuningspaces to dynamically create ui elements for parameter selection
To replicate: initialize workflow until 4 and complete all train and evaluate steps. Now change the learner to any other in the learner tab, press go and initialize it. Now...
To replicate: Go to learner select svm and create learner change selection to any other algorithm without hitting 'Go' Now hyperparameters cannot be changed anymore and the available hyperparameters differ.