No articles match
Getting Started4 months ago
Rationale | Installation | A Quick Tour | table_default() | table_summary() | corr_matrix() | cross_table() | Styling Primer
Custom Activation Function4 months ago
Rationale | Function to use | Basic Usage | Using Custom Activations in a Model | Skipping the Dry-Run Probe | Naming Your Custom Activation | Error Handling | Summary
Special Cases: Linear and Logistic Regression4 months ago
What's so special about | Setup | Linear Regression as a Special Case | Data | Fitting the model | Evaluation | Comparison with lm() | Logistic Regression as a Special Case | Binary Logistic Regression | Comparison with glm() / nnet::multinom()
Tuning Capabilities4 months ago
Rationale | Custom grid creation | Setup | Usage | Data Preparation | Using grid_depth() | Tuning | Inspect | Visualizing Results | Finalizing the Model | Evaluating on the test set | A Note on Parametric Activations
Getting Started with kindling5 months ago
Introduction | Installation | Before using | Four Levels of Interaction | Level 1: Code Generation | Level 2: Direct Training | Level 3: tidymodels Integration | Learn More
Similar packages and comparison5 months ago
Similar packages | Package Comparison | Complementary Use