F.A.Q.

I found a bug. Where to report it?

Check if there is already an open issue on the topic on GitHub. If there is none, create a new issue.

I have a question about the tool. Where to ask it?

Open an issue on GitHub, or ask in our Discord community.

Can you add {insert a plot type} to one of your reports?

We probably can! However, we might choose not to, since we try to have a good-enough default setup without unnecessarily increasing the size of the report. That is a delicate balance!

If you want to change the default report, you can create a custom widget and tab, and even contribute it back to the community gallery! Explore the Customization section for more details.

Can I export the report to display it elsewhere / integrate it into the prediction pipeline?

You can export the report summary as a JSON profile and integrate it with external tools. Refer to the Integration section to see examples.

The HTML report size is too large. Can I decrease it?

Unfortunately, not yet.

It happens because we store all the data inside the HTML file itself. We will address this in the later versions of the tool when it will be available as a service.

In the meantime, we suggest using some sampling strategy for your dataset, for instance, random sampling or stratified sampling.

Does it work for large datasets and distributed computation?

If your dataset is too large, you can define a sampling strategy.

We plan to add support for distributed computation in the later version.

Do you have a Slack chat?

We have a Discord community!

Last updated