🟣Extracting Insights
Detecting Outliers and Edge Cases From Your Data
Get Insights From Your Data
Once you have completed your data setup, you can extract insights from your data by detecting outliers and edge cases.
This code snippet below generates Manot's insights on outliers that your model will perform poorly on. Once it has completed processing, Manot will return an ID value which we will use in the next step to visualize the insights Manot has identified.
Visualize Your Data
Finally, we will use the ID generated in the previous step to visualize the outliers that Manot has identified.
Note: Providing a Deep Lake token in the line of code below is only required if you used Deep Lake as the data storage
Example of output:
To see a full end-to-end example, visit our Colab notebook.
Last updated