mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
12 lines
316 B
Plaintext
12 lines
316 B
Plaintext
/*
|
|
* For internal use only.
|
|
*
|
|
* Extracts training and evaluation data we can use to train ML models for ML-powered queries.
|
|
*/
|
|
|
|
import ExtractEndpointData as ExtractEndpointData
|
|
|
|
query predicate endpoints = ExtractEndpointData::endpoints/5;
|
|
|
|
query predicate tokenFeatures = ExtractEndpointData::tokenFeatures/3;
|