Upload 4 files
Browse filesCRIMEX v2 — Actor Intelligence Dataset
- README.md +221 -1
- crimex_actor_dataset_metadata.json +16 -0
- crimex_actor_feature_dictionary.csv +113 -0
- crimex_actor_intelligence.parquet +3 -0
README.md
CHANGED
|
@@ -12,6 +12,10 @@ configs:
|
|
| 12 |
data_files:
|
| 13 |
- split: CrimeX_50k
|
| 14 |
path: crimex_v1_la_incident_behavioral_intelligence_sample_50000.csv
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
tags:
|
| 16 |
- crime
|
| 17 |
- machine-learning
|
|
@@ -20,6 +24,10 @@ tags:
|
|
| 20 |
- behavioral-analysis
|
| 21 |
- explainable-ai
|
| 22 |
- graph-features
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
pretty_name: CRIMEX v1 — LA Incident Behavioral Intelligence Dataset
|
| 24 |
size_categories:
|
| 25 |
- 1M<n<10M
|
|
@@ -134,7 +142,219 @@ CRIMEX v1 provides **feature-engineered transformations** and does not modify or
|
|
| 134 |
|
| 135 |
---
|
| 136 |
|
| 137 |
-
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 138 |
|
| 139 |
- CRIMEX v2: Geo/POI enrichment using OpenStreetMap (local stack)
|
| 140 |
- CRIMEX v3: Multi-source integration (OpenSanctions, Interpol, etc.)
|
|
|
|
| 12 |
data_files:
|
| 13 |
- split: CrimeX_50k
|
| 14 |
path: crimex_v1_la_incident_behavioral_intelligence_sample_50000.csv
|
| 15 |
+
- config_name: CrimeX_actor
|
| 16 |
+
data_files:
|
| 17 |
+
- split: actor
|
| 18 |
+
path: crimex_actor_intelligence.parquet
|
| 19 |
tags:
|
| 20 |
- crime
|
| 21 |
- machine-learning
|
|
|
|
| 24 |
- behavioral-analysis
|
| 25 |
- explainable-ai
|
| 26 |
- graph-features
|
| 27 |
+
- law-enforcement
|
| 28 |
+
- intelligence
|
| 29 |
+
- knowledge-graph
|
| 30 |
+
- entity-resolution
|
| 31 |
pretty_name: CRIMEX v1 — LA Incident Behavioral Intelligence Dataset
|
| 32 |
size_categories:
|
| 33 |
- 1M<n<10M
|
|
|
|
| 142 |
|
| 143 |
---
|
| 144 |
|
| 145 |
+
# CRIMEX v2 — Actor Intelligence Dataset
|
| 146 |
+
|
| 147 |
+
## 📌 Overview
|
| 148 |
+
|
| 149 |
+
CRIMEX v2 is a **person-level intelligence dataset** built from public watchlists and criminal data sources.
|
| 150 |
+
|
| 151 |
+
It extends the CRIMEX framework from incident-level analysis (v1) to **actor-level intelligence modeling**.
|
| 152 |
+
|
| 153 |
+
The dataset transforms raw OpenSanctions data into:
|
| 154 |
+
|
| 155 |
+
- Structured actor profiles
|
| 156 |
+
- Crime-aware intelligence features
|
| 157 |
+
- Risk scoring and prioritization
|
| 158 |
+
- Explainable investigation signals
|
| 159 |
+
|
| 160 |
+
---
|
| 161 |
+
|
| 162 |
+
## 📊 Dataset Summary
|
| 163 |
+
|
| 164 |
+
- **Source:** OpenSanctions Crime Dataset
|
| 165 |
+
- **Raw records:** 247,463
|
| 166 |
+
- **Final actor records:** 170,097 :contentReference[oaicite:1]{index=1}
|
| 167 |
+
- **Total features:** 112 :contentReference[oaicite:2]{index=2}
|
| 168 |
+
- **Format:** Parquet
|
| 169 |
+
- **Type:** Tabular intelligence dataset
|
| 170 |
+
|
| 171 |
+
---
|
| 172 |
+
|
| 173 |
+
## 🧠 Feature Categories
|
| 174 |
+
|
| 175 |
+
### 1. Identity Features
|
| 176 |
+
- Actor name and aliases
|
| 177 |
+
- Birth date and derived age
|
| 178 |
+
- Nationality and multi-country indicators
|
| 179 |
+
- Identity complexity score (aliases + identifiers)
|
| 180 |
+
|
| 181 |
+
---
|
| 182 |
+
|
| 183 |
+
### 2. Crime Intelligence
|
| 184 |
+
- Cleaned crime description
|
| 185 |
+
- Enhanced crime text extraction
|
| 186 |
+
- Crime ontology classification:
|
| 187 |
+
- violent
|
| 188 |
+
- fraud_identity
|
| 189 |
+
- narcotics
|
| 190 |
+
- child_related
|
| 191 |
+
- other
|
| 192 |
+
- unknown
|
| 193 |
+
|
| 194 |
+
- Serious crime flag
|
| 195 |
+
- Crime text quality indicators
|
| 196 |
+
|
| 197 |
+
---
|
| 198 |
+
|
| 199 |
+
### 3. Source Intelligence
|
| 200 |
+
- Source dataset name (e.g., INTERPOL, sanctions lists)
|
| 201 |
+
- Watchlist indicators
|
| 202 |
+
- Terrorism flag
|
| 203 |
+
- Source risk score
|
| 204 |
+
|
| 205 |
+
---
|
| 206 |
+
|
| 207 |
+
### 4. Temporal Features
|
| 208 |
+
- First seen / last seen dates
|
| 209 |
+
- Observation duration
|
| 210 |
+
- Days since last update
|
| 211 |
+
- Recent activity indicators
|
| 212 |
+
|
| 213 |
+
---
|
| 214 |
+
|
| 215 |
+
### 5. Geographic Context
|
| 216 |
+
- Country count
|
| 217 |
+
- Cross-border activity flag
|
| 218 |
+
- Address-based mobility score
|
| 219 |
+
|
| 220 |
+
---
|
| 221 |
+
|
| 222 |
+
### 6. Risk Scoring
|
| 223 |
+
|
| 224 |
+
CRIMEX introduces a multi-layer risk system:
|
| 225 |
+
|
| 226 |
+
- `actor_risk_score_v3` → numerical score
|
| 227 |
+
- `actor_risk_level_v3` → low / medium / high
|
| 228 |
+
|
| 229 |
+
Risk is derived from:
|
| 230 |
+
- crime type
|
| 231 |
+
- source reliability
|
| 232 |
+
- temporal activity
|
| 233 |
+
- identity complexity
|
| 234 |
+
- geographic spread
|
| 235 |
+
|
| 236 |
+
---
|
| 237 |
+
|
| 238 |
+
### 7. Investigator Intelligence
|
| 239 |
+
|
| 240 |
+
Designed for real-world usage:
|
| 241 |
+
|
| 242 |
+
- `investigator_priority_level_refined`
|
| 243 |
+
- `investigator_priority_score`
|
| 244 |
+
- `investigator_segment`
|
| 245 |
+
|
| 246 |
+
Segments include:
|
| 247 |
+
- urgent_high_risk
|
| 248 |
+
- high_risk_monitor
|
| 249 |
+
- manual_review
|
| 250 |
+
- medium_risk_watch
|
| 251 |
+
- low_risk_archive
|
| 252 |
+
|
| 253 |
+
---
|
| 254 |
+
|
| 255 |
+
### 8. Explainability Layer
|
| 256 |
+
|
| 257 |
+
Each actor includes human-readable explanations:
|
| 258 |
+
|
| 259 |
+
- `risk_explanation`
|
| 260 |
+
|
| 261 |
+
Examples:
|
| 262 |
+
- `serious_crime|watchlist_source|cross_border`
|
| 263 |
+
- `multiple_identities|long_term_activity`
|
| 264 |
+
- `low_signal`
|
| 265 |
+
|
| 266 |
+
---
|
| 267 |
+
|
| 268 |
+
### 9. Data Quality Features
|
| 269 |
+
|
| 270 |
+
- Data completeness score
|
| 271 |
+
- Missing field indicators
|
| 272 |
+
- Data confidence score
|
| 273 |
+
- Sparse data flags
|
| 274 |
+
|
| 275 |
+
---
|
| 276 |
+
|
| 277 |
+
## 🔬 Key Contributions
|
| 278 |
+
|
| 279 |
+
CRIMEX Actor Intelligence introduces:
|
| 280 |
+
|
| 281 |
+
- Multi-source actor intelligence modeling
|
| 282 |
+
- Explainable risk scoring
|
| 283 |
+
- Separation of **risk vs investigator priority**
|
| 284 |
+
- Behavioral + contextual + temporal fusion
|
| 285 |
+
- Analyst-ready feature design
|
| 286 |
+
|
| 287 |
+
---
|
| 288 |
+
|
| 289 |
+
## 🚀 Use Cases
|
| 290 |
+
|
| 291 |
+
- Criminal risk scoring
|
| 292 |
+
- Watchlist prioritization
|
| 293 |
+
- Law enforcement analytics
|
| 294 |
+
- Graph intelligence systems
|
| 295 |
+
- Entity resolution and linking
|
| 296 |
+
- Explainable AI research
|
| 297 |
+
|
| 298 |
+
---
|
| 299 |
+
|
| 300 |
+
## ⚠️ Limitations
|
| 301 |
+
|
| 302 |
+
- Based on public watchlists (coverage varies by country)
|
| 303 |
+
- Crime descriptions are partially inferred from source text
|
| 304 |
+
- Some ontology mapping is rule-based
|
| 305 |
+
- Not all actors have complete identity data
|
| 306 |
+
|
| 307 |
+
---
|
| 308 |
+
|
| 309 |
+
## ⚖️ Data Source & License
|
| 310 |
+
|
| 311 |
+
Derived from:
|
| 312 |
+
|
| 313 |
+
- OpenSanctions
|
| 314 |
+
https://www.opensanctions.org
|
| 315 |
+
|
| 316 |
+
Important:
|
| 317 |
+
|
| 318 |
+
- Data is subject to **OpenSanctions license (CC BY-NC 4.0)**
|
| 319 |
+
- Users must comply with attribution and non-commercial use
|
| 320 |
+
|
| 321 |
+
CRIMEX provides **feature-engineered transformations only**.
|
| 322 |
+
|
| 323 |
+
---
|
| 324 |
+
|
| 325 |
+
## Reproducibility
|
| 326 |
+
|
| 327 |
+
The dataset is fully reproducible using:
|
| 328 |
+
|
| 329 |
+
- Notebook pipeline
|
| 330 |
+
- Modular Python scripts
|
| 331 |
+
|
| 332 |
+
Pipeline modules:
|
| 333 |
+
|
| 334 |
+
- `src/actor.py`
|
| 335 |
+
- `src/actor_pipeline.py`
|
| 336 |
+
- `src/actor_extended.py` :contentReference[oaicite:3]{index=3}
|
| 337 |
+
|
| 338 |
+
---
|
| 339 |
+
|
| 340 |
+
## Files Included
|
| 341 |
+
|
| 342 |
+
- `crimex_actor_intelligence.parquet` → final dataset
|
| 343 |
+
- `crimex_actor_feature_dictionary.csv` → feature documentation
|
| 344 |
+
- `crimex_actor_dataset_metadata.json` → dataset metadata
|
| 345 |
+
|
| 346 |
+
---
|
| 347 |
+
|
| 348 |
+
## Future Work
|
| 349 |
+
|
| 350 |
+
- Multi-dataset actor linking
|
| 351 |
+
- Graph-based intelligence networks
|
| 352 |
+
- Real-time watchlist updates
|
| 353 |
+
- Integration with CRIMEX v1 (incident + actor fusion)
|
| 354 |
+
|
| 355 |
+
---
|
| 356 |
+
|
| 357 |
+
## Future Versions
|
| 358 |
|
| 359 |
- CRIMEX v2: Geo/POI enrichment using OpenStreetMap (local stack)
|
| 360 |
- CRIMEX v3: Multi-source integration (OpenSanctions, Interpol, etc.)
|
crimex_actor_dataset_metadata.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_name": "CRIMEX Actor Intelligence Dataset v2",
|
| 3 |
+
"source": "OpenSanctions crime dataset",
|
| 4 |
+
"source_url": "https://data.opensanctions.org/datasets/20260501/crime/targets.simple.csv",
|
| 5 |
+
"raw_rows": 247463,
|
| 6 |
+
"final_rows": 170097,
|
| 7 |
+
"final_columns": 112,
|
| 8 |
+
"output_file": "C:\\Users\\ayman\\Documents\\IdiomX\\github_idiomX\\CrimeX\\data\\final\\opensanctions\\crimex_actor_intelligence_v2_extended.parquet",
|
| 9 |
+
"feature_dictionary": "C:\\Users\\ayman\\Documents\\IdiomX\\github_idiomX\\CrimeX\\data\\final\\opensanctions\\crimex_actor_feature_dictionary.csv",
|
| 10 |
+
"pipeline_modules": [
|
| 11 |
+
"src/actor.py",
|
| 12 |
+
"src/actor_pipeline.py",
|
| 13 |
+
"src/actor_extended.py"
|
| 14 |
+
],
|
| 15 |
+
"license_note": "Derived from OpenSanctions data. Users must comply with OpenSanctions data licensing and attribution requirements."
|
| 16 |
+
}
|
crimex_actor_feature_dictionary.csv
ADDED
|
@@ -0,0 +1,113 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
feature_name,data_type,non_null_count,null_count,unique_values,sample_value
|
| 2 |
+
id,object,170097,0,170097,NK-224TRezPqwzhQZ37exWxtX
|
| 3 |
+
schema,object,170097,0,1,Person
|
| 4 |
+
name,object,170097,0,166600,SANAVBARI NIKITENKO
|
| 5 |
+
aliases,object,10299,159798,9313,Michael KUAJIEN DUER MAYOK
|
| 6 |
+
birth_date,object,72098,97999,18175,1992-06-28
|
| 7 |
+
countries,object,166300,3797,575,ru;tj
|
| 8 |
+
addresses,object,94513,75584,40927,"Fayetteville, GA 30214"
|
| 9 |
+
identifiers,object,18827,151270,16484,1538404843
|
| 10 |
+
sanctions,object,170097,0,22758,"""participation in the activity of a terrorist organization; participation in the activity of an illegal armed formation"""
|
| 11 |
+
phones,object,0,170097,0,
|
| 12 |
+
emails,object,0,170097,0,
|
| 13 |
+
program_ids,object,8060,162037,5,INTERPOL-RN
|
| 14 |
+
dataset,object,170097,0,65,INTERPOL Red Notices
|
| 15 |
+
first_seen,object,170097,0,2309,2024-03-04T17:09:51
|
| 16 |
+
last_seen,object,170097,0,27,2026-05-01T00:27:25
|
| 17 |
+
last_change,object,170097,0,857,2025-10-06T18:27:01
|
| 18 |
+
offender_id,object,170097,0,170097,NK-224TRezPqwzhQZ37exWxtX
|
| 19 |
+
offender_name,object,170097,0,166600,SANAVBARI NIKITENKO
|
| 20 |
+
offender_aliases,object,10299,159798,9313,Michael KUAJIEN DUER MAYOK
|
| 21 |
+
offender_birth_date,datetime64[ns],68347,101750,17710,1992-06-28 00:00:00
|
| 22 |
+
offender_nationality_code,object,166300,3797,575,ru;tj
|
| 23 |
+
source_system_code,object,170097,0,1,opensanctions
|
| 24 |
+
source_dataset_name,object,170097,0,65,INTERPOL Red Notices
|
| 25 |
+
source_program_ids,object,8060,162037,5,INTERPOL-RN
|
| 26 |
+
crime_description_raw,object,111868,58229,19354,"""participation in the activity of a terrorist organization"
|
| 27 |
+
crime_description_enhanced,object,80541,89556,11409,"""participation in the activity of a terrorist organization; participation in the activity of an illegal armed formation"""
|
| 28 |
+
crime_text_quality_flag,int32,170097,0,2,1
|
| 29 |
+
has_crime_text_flag,int32,170097,0,2,1
|
| 30 |
+
crime_ontology_code_v3,object,170097,0,6,violent
|
| 31 |
+
crime_ontology_desc_v3,object,170097,0,7,terrorism / armed group activity
|
| 32 |
+
serious_crime_flag_v3,int32,170097,0,2,1
|
| 33 |
+
actor_country_count,int64,170097,0,5,2
|
| 34 |
+
country_context_available_flag,int32,170097,0,2,1
|
| 35 |
+
multi_country_actor_flag,int32,170097,0,2,1
|
| 36 |
+
cross_border_risk_flag,int32,170097,0,2,1
|
| 37 |
+
first_seen_date,datetime64[ns],170097,0,2309,2024-03-04 17:09:51
|
| 38 |
+
last_seen_date,datetime64[ns],170097,0,27,2026-05-01 00:27:25
|
| 39 |
+
last_change_date,datetime64[ns],170097,0,857,2025-10-06 18:27:01
|
| 40 |
+
offender_age_at_first_seen,float64,68347,101750,704,31.7
|
| 41 |
+
offender_age_group,object,170097,0,5,adult
|
| 42 |
+
has_birth_date_flag,int32,170097,0,2,1
|
| 43 |
+
alias_count,int64,170097,0,29,0
|
| 44 |
+
has_alias_flag,int32,170097,0,2,0
|
| 45 |
+
has_multiple_aliases_flag,int32,170097,0,2,0
|
| 46 |
+
identifier_count,int64,170097,0,12,0
|
| 47 |
+
has_identifier_flag,int32,170097,0,2,0
|
| 48 |
+
has_multiple_ids_flag,int32,170097,0,2,0
|
| 49 |
+
identity_complexity_score,int64,170097,0,32,0
|
| 50 |
+
address_count,int64,170097,0,8,0
|
| 51 |
+
has_address_flag,int32,170097,0,2,0
|
| 52 |
+
multi_address_flag,int32,170097,0,2,0
|
| 53 |
+
phone_count,int64,170097,0,1,0
|
| 54 |
+
email_count,int64,170097,0,1,0
|
| 55 |
+
has_phone_flag,int32,170097,0,1,0
|
| 56 |
+
has_email_flag,int32,170097,0,1,0
|
| 57 |
+
contact_traceability_score,int32,170097,0,1,0
|
| 58 |
+
geo_mobility_score,int64,170097,0,10,2
|
| 59 |
+
dataset_lower,object,170097,0,65,interpol red notices
|
| 60 |
+
is_interpol_flag,int32,170097,0,2,1
|
| 61 |
+
is_wanted_flag,int32,170097,0,2,0
|
| 62 |
+
is_terrorism_flag,int32,170097,0,2,0
|
| 63 |
+
is_sanctions_flag,int32,170097,0,1,0
|
| 64 |
+
program_count,int64,170097,0,2,1
|
| 65 |
+
has_program_flag,int32,170097,0,2,1
|
| 66 |
+
interpol_red_notice_flag,int32,170097,0,2,1
|
| 67 |
+
source_count,int64,170097,0,4,1
|
| 68 |
+
multi_source_flag,int32,170097,0,2,0
|
| 69 |
+
source_risk_score,int32,170097,0,5,5
|
| 70 |
+
actor_observed_days,int64,170097,0,797,787
|
| 71 |
+
long_observed_actor_flag,int32,170097,0,2,1
|
| 72 |
+
days_since_last_change,int64,170097,0,334,206
|
| 73 |
+
recently_changed_actor_flag,int32,170097,0,2,0
|
| 74 |
+
data_completeness_score,int32,170097,0,4,1
|
| 75 |
+
crime_text_length,int64,170097,0,545,120
|
| 76 |
+
crime_text_word_count,int64,170097,0,146,17
|
| 77 |
+
identity_score,int64,170097,0,6,0
|
| 78 |
+
geo_score,int64,170097,0,6,2
|
| 79 |
+
temporal_score,int32,170097,0,3,1
|
| 80 |
+
actor_risk_score_v3,float64,170097,0,38,14.0
|
| 81 |
+
actor_risk_level_v3,object,170097,0,3,high
|
| 82 |
+
risk_driver_crime_flag,int32,170097,0,2,1
|
| 83 |
+
risk_driver_source_flag,int32,170097,0,2,1
|
| 84 |
+
risk_driver_geo_flag,int32,170097,0,2,1
|
| 85 |
+
risk_driver_identity_flag,int32,170097,0,2,0
|
| 86 |
+
risk_driver_temporal_flag,int32,170097,0,2,1
|
| 87 |
+
risk_explanation,object,170097,0,24,serious_crime|watchlist_source|cross_border|long_term_activity
|
| 88 |
+
normalized_name,object,170097,0,162573,sanavbari nikitenko
|
| 89 |
+
potential_duplicate_count,int64,170097,0,11,1
|
| 90 |
+
is_potential_duplicate_flag,int32,170097,0,2,0
|
| 91 |
+
terrorism_flag,int32,170097,0,2,1
|
| 92 |
+
financial_crime_flag,int32,170097,0,2,0
|
| 93 |
+
recent_high_risk_flag,int32,170097,0,2,0
|
| 94 |
+
data_confidence_score,int64,170097,0,13,2
|
| 95 |
+
investigator_priority_score,float64,170097,0,41,31.0
|
| 96 |
+
investigator_priority_level_refined,object,170097,0,3,high
|
| 97 |
+
has_rich_crime_text_flag,int32,170097,0,2,1
|
| 98 |
+
short_crime_text_flag,int32,170097,0,2,0
|
| 99 |
+
alias_identifier_ratio,float64,170097,0,40,0.0
|
| 100 |
+
identity_density_score,int64,170097,0,32,1
|
| 101 |
+
high_identity_density_flag,int32,170097,0,2,0
|
| 102 |
+
address_country_ratio,float64,170097,0,12,0.0
|
| 103 |
+
high_geo_complexity_flag,int32,170097,0,2,1
|
| 104 |
+
short_observed_actor_flag,int32,170097,0,2,0
|
| 105 |
+
very_long_observed_actor_flag,int32,170097,0,2,1
|
| 106 |
+
stale_record_flag,int32,170097,0,2,0
|
| 107 |
+
strong_source_signal_flag,int32,170097,0,2,1
|
| 108 |
+
weak_source_signal_flag,int32,170097,0,2,0
|
| 109 |
+
risk_priority_mismatch_flag,int32,170097,0,1,0
|
| 110 |
+
needs_manual_review_flag,int32,170097,0,2,0
|
| 111 |
+
core_identity_available_score,int32,170097,0,3,3
|
| 112 |
+
data_sparse_flag,int32,170097,0,2,0
|
| 113 |
+
investigator_segment,object,170097,0,5,high_risk_monitor
|
crimex_actor_intelligence.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:67d38892d93c42c50c84d67f3439a4722aca8411d4db2cd5ff43f8ab5d82d1e0
|
| 3 |
+
size 23857667
|