Skip to main content
Note Accelerators are packaged automation tools using Jupyter Workspaces that simplify and streamline different parts of the data science process to remove speed bumps and accelerate results.If you have questions about or encounter issues when using the accelerators, contact datascienceSME@domo.com.

Data Profiler


Conducts an automated exploratory analysis of all variables in your dataset; creates a Domo dashboard with a correlation matrix card that shows the correlations between variables, histogram and bar chart cards that show the distribution of variables, and scatterplot and bar chart cards that show the relationships between variables For files and instructions to set up the Data Profiler Accelerator, see the Data Profiler Accelerator GitHub page.

Data Anonymizer


Creates an anonymized version of your dataset. The anonymized dataset maintains the aggregate characteristics of your dataset (i.e., correlations between and distributions of variables) without revealing information about observations within your dataset For files and instructions to set up the Data Anonymizer Accelerator, see the Data Anonymizer Accelerator GitHub page.

Model Insights Tool (Beta)


Creates a comprehensive Model Insights dashboard that includes the following.
  • Live model performance evaluation.
  • Model monitoring (monitors overall and feature drift as well as proper model pipeline function)
  • Feature Importance and Correlations.
  • Insights into individual predictions.
  • Training performance evaluation. The tool currently supports the use of regression, binary classification, and multiclass classification models. The tool requires a pickled (saved) model, training dataset (data upon which the pickled model was built), and a live dataset (data for which predictions will and have been made).
Watch this walkthrough video which shows how to prepare for and use the Model Insights Tool. For files and instructions to set up the Model Insights Accelerator, see the Model Insights Accelerator GitHub page.