π£Extracting Insights
Detecting Outliers and Edge Cases From Your Data
Get Insights From Your Data
insight = manot.insight(
name="insight_example",
setup_id=setup["id"],
data_path="/path/to/data",
data_provider="local", # it can be "s3", "local" or "deeplake"
percentage="percentage" # percentage of images to be considered insight should be larger than 0 and less or equal than 100
)Visualize Your Data
insight_info = manot.get_insight(insight["id"])
manot.visualize_data_set(insight_info['data_set']['id'], deeplake_token)
Last updated