QUICK LINKS

GETTING STARTED

COMPONENTS

TUTORIALS

Data Summary

Get Data Summary:


project.data_observations('Training') # Can pass any Tag for getting Summary

Initiate new Data Diagnostics

You can retrieve the data warning specifically by 'tag'. Just pass the 'Tag' below.


project.data_warnings('Training')

Compute selection

Default data drift report generated after uploading train and test data


project.data_drift_diagnosis()

Seeing Data Drift report between Tags


project.data_drift_diagnosis(['Training'],['Testing'])

Data alerts

The Data Warning section highlights any inconsistencies detected in the uploaded analytical data. These warnings encompass various issues, including missing data, high feature correlation, high cardinality, and more.

You can also retrieve the data warning specifically by 'tag'. Just pass the 'Tag' below.


# data diagnosis
project.data_warnings('Training')