Model Training |
|
---|---|
Machine learning made easy |
|
Tune multiple machine learning models using cross validation to optimize performance |
|
Train models without tuning for performance |
|
Prediction |
|
Get predictions |
|
Patient Impact Predictor |
|
Get class-separating thresholds for classification predictions |
|
Model Interpretation |
|
Explore a model's "reasoning" via counterfactual predictions |
|
Get variable importances |
|
Interpret a model via regularized coefficient estimates |
|
Get model performance metrics |
|
Visualization |
|
|
Plot model predictions vs observed outcomes |
Plot performance of models |
|
Plot Counterfactual Predictions |
|
Plot variable importance |
|
Plot regularized model coefficients |
|
Plot missingness |
|
Plot threshold performance metrics |
|
Create a control chart |
|
Data Preparation |
|
Build efficient features from high-cardinality, multiple-membership factors |
|
Prepare data for machine learning |
|
Split data into training and test data frames |
|
Impute data and return a reusable recipe |
|
Data Manipulation |
|
Pivot multiple rows per observation to one row with multiple columns |
|
Convert MSDRGs into a "base DRG" and complication level |
|
Add SAM utility columns to table |
|
Adds the category count to each category name in a given variable column |
|
Replace missingness values with NA and correct columns types |
|
Data Profiling |
|
Find missingness in each column and search for strings that might represent missing values |
|
Connect to Databases |
|
Build a connection string for use with MSSQL and dbConnect |
|
Read from a SQL Server database table |
|
Save and Load Models |
|
Save models to disk and load models from disk |
|
Example Data |
|
Patient diabetes dataset |
|
Patient medications dataset |
|
Model Details |
|
Supported models and their hyperparameters |
|
Get hyperparameter values |