repository is now a presentation-ready development prototype
This commit is contained in:
@@ -97,6 +97,14 @@ REQUIRED_MART_COLUMNS = {
|
||||
"last_observed_model",
|
||||
}
|
||||
DENIED_EXACT_KEYS = {
|
||||
"credential",
|
||||
"credentials",
|
||||
"inspector",
|
||||
"inspector_id",
|
||||
"password",
|
||||
"secret",
|
||||
"technician",
|
||||
"technician_id",
|
||||
"vehicle_token",
|
||||
"vehicle_bucket",
|
||||
"is_vin_audit",
|
||||
@@ -122,6 +130,11 @@ DENIED_EXACT_KEYS = {
|
||||
"row_count",
|
||||
}
|
||||
DENIED_KEY_FRAGMENTS = (
|
||||
"credential",
|
||||
"inspector",
|
||||
"password",
|
||||
"secret",
|
||||
"technician",
|
||||
"vehicle_token",
|
||||
"internal_event",
|
||||
"license_plate",
|
||||
|
||||
@@ -89,6 +89,17 @@ PLATT_CALIBRATION_CONFIG = {
|
||||
# These fields are forbidden even when they are not selected as model features.
|
||||
# Their presence indicates that the input is not the approved episode mart.
|
||||
FORBIDDEN_EXACT_COLUMNS = {
|
||||
"credential",
|
||||
"credentials",
|
||||
"inspector",
|
||||
"inspector_id",
|
||||
"password",
|
||||
"prediction",
|
||||
"probability",
|
||||
"row_prediction",
|
||||
"secret",
|
||||
"technician",
|
||||
"technician_id",
|
||||
"vin",
|
||||
"plate",
|
||||
"zip",
|
||||
@@ -109,7 +120,14 @@ FORBIDDEN_EXACT_COLUMNS = {
|
||||
"target_final_outcome",
|
||||
}
|
||||
FORBIDDEN_COLUMN_FRAGMENTS = (
|
||||
"credential",
|
||||
"inspector",
|
||||
"license_plate",
|
||||
"password",
|
||||
"raw_json",
|
||||
"row_prediction",
|
||||
"secret",
|
||||
"technician",
|
||||
"certificate",
|
||||
"calibration_id",
|
||||
"visual_check",
|
||||
@@ -122,17 +140,27 @@ FORBIDDEN_COLUMN_FRAGMENTS = (
|
||||
FORBIDDEN_UNKNOWN_COLUMN_TOKENS = {
|
||||
"address",
|
||||
"certificate",
|
||||
"credential",
|
||||
"dtc",
|
||||
"email",
|
||||
"inspector",
|
||||
"ip",
|
||||
"json",
|
||||
"mil",
|
||||
"obd",
|
||||
"owner",
|
||||
"password",
|
||||
"payload",
|
||||
"pid",
|
||||
"plate",
|
||||
"prediction",
|
||||
"probability",
|
||||
"raw",
|
||||
"readiness",
|
||||
"secret",
|
||||
"session",
|
||||
"station",
|
||||
"technician",
|
||||
"user",
|
||||
"vin",
|
||||
"zip",
|
||||
|
||||
Reference in New Issue
Block a user