No articles match
Feature Samplers4 months ago
Setup | Base Class: FeatureSampler | Key Properties | Permutation Sampler | Marginal Reference Sampler | Conditional Samplers | Gaussian Conditional Sampler | ARF Sampler | Ctree Conditional Sampler | kNN Conditional Sampler | Example 1: All-numeric conditioning (Euclidean distance) | Example 2: Mixed-type conditioning (Gower distance) | Knockoff Samplers | Gaussian Knockoffs | Summary
Getting Started with xplainfi4 months ago
Core Concepts | Basic Example | Permutation Feature Importance (PFI) | Leave-One-Covariate-Out (LOCO) | Feature Samplers | Detailed Scoring Information | Observation-wise losses and importances | Statistical Inference | Using Pre-trained Learners | Parallelization | Example with future | Example with mirai
Add a new Tuner4 months ago
Adding new Tuners | Adding a new Tuner | Template | Optimize method | Writing a custom iteration | Calling an external optimization function | Assign result method | Transform optimizer to tuner | Add unit tests
Creating a new Learner5 months ago
Defining the Parameter Set of a Learner | Train function | Predict function | Optional Extractors | Testing the learner | Autotest | Skipping tests for optional dependencies | Special considerations for Python learners | Checking Parameters | Documenting the Learner | Example Templates | When to Use Custom Templates | Creating a Custom Template | Using Templates in Learner Files | Contributing to mlr3extralearners
Simulation Settings for Feature Importance Methods5 months ago
Introduction | Overview of Simulation Settings | 1. Correlated Features DGP | Mathematical Model | Causal Structure | Usage Example | 2. Mediated Effects DGP | 3. Confounding DGP | 4. Interaction Effects DGP | 5. Independent Features DGP (Baseline) | Expected Behavior | 6. Ewald et al. (2024) DGP
Common Issues when Creating a new Learner10 months ago
Ordering Features | Accessing Internals From $state | Default vs. Initial Parameters | Complex Defaults
In Depth Tutorial2 years ago
Parameters (using paradox) | Reference Based Objects | Defining a Parameter Space | Domain Representing Single Parameters | Type / Range Checking | Parameter Sets | Values in a ParamSet | Dependencies | Vector Parameters | Parameter Sampling | Parameter Designs | Grid Design | Random Sampling | Generalized Sampling: The Sampler Class | 1D-Samplers | Hierarchical Sampler | Joint Sampler | SamplerUnif | Parameter Transformation | Transformation between Types | Defining a Tuning Spaces | Creating ParamSets | Transformations (trafo) | Automatic Factor Level Transformation | Parameter Dependencies (depends) | Creating Tuning ParamSets from other ParamSets
distr62 years ago
Getting Started | Construction and Parameterisation | Parameters in distr6 | Representing a distribution | d/p/q/r | Mathematical and Statistical Results | Listing in distr6 | Further Documentation
Spatiotemporal Visualization2 years ago
3D Visualization (spatiotemporal) | Examples of spatial partitioning (2D)
Getting Started2 years ago
Introduction | Creating a spatial Task | Contributed reflections by | Task Type | Task Column Roles | Resampling Methods | Examples Tasks | Upstream Packages and Scientific References | References
Adding new PipeOps3 years ago
General Case Example: PipeOpCopy | First Steps: Inheriting from PipeOp | Channel Definitions | Train and Predict | Putting it Together | Special Case: Preprocessing | Example: PipeOpDropNA | Example: PipeOpScaleAlways | Special Case: Preprocessing with Simple Train | Example: PipeOpDropConst | Example: PipeOpScaleAlwaysSimple | Hyperparameters | Hyperparameter Example: PipeOpScale
Benchmark Parallel Predictions4 years ago
Preparations | Benchmark
Introduction to set66 years ago
Constructing a Set | The different kind of sets | Comparisons and Containedness | Algebra of Sets | Union of Sets | Relative Complement | Cartesian Product | Intersection | Wrappers | Going Forward