insights
Get Percentage
Gets the percentage of the current filter against the original dataframe.
Use this route if you just need a percentage without calculating all summary stats
POST
/
projects
/
{project_id}
/
runs
/
{run_id}
/
split
/
{split}
/
insights
/
percentage
/
sample
Authorizations
Galileo-API-Key
string
headerrequiredPath Parameters
project_id
string
requiredrun_id
string
requiredsplit
enum<string>
requiredAvailable options:
training
, validation
, test
, inference
Query Parameters
inference_name
string
default: scope
string | null
default: Body
application/json
task
string | null
filter_params
object
compare_to
enum<string> | null
Available options:
training
, validation
, test
, inference
map_threshold
number
default: 0.5meta_cols
string[] | null
Response
200 - application/json
task
string | null
filter_params
object
compare_to
enum<string> | null
Available options:
training
, validation
, test
, inference
map_threshold
number
default: 0.5meta_cols
string[] | null
percentage
number
requiredsample_count
integer
requiredsample_easy_percentage
number | null
sample_hard_percentage
number | null
sample_misclassified_percentage
number | null
sample_otb_percentage
number | null
sample_drifted_percentage
number | null
span_count
integer | null
span_percentage
number | null
sample_mislabeled_percentage
number | null
gold_box_count
integer | null
gold_box_percentage
number | null
pred_box_count
integer | null
pred_box_percentage
number | null
gold_polygon_count
integer | null
gold_polygon_percentage
number | null
pred_polygon_count
integer | null
pred_polygon_percentage
number | null
sample_error_percentage
number | null
label_noise_pct
number | null
feature_noise_pct
number | null
Was this page helpful?