II.
Library JSON
Structured · livelibrary:scikit-learn
scikit-learn json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:scikit-learn",
"_kind": "Library",
"_file": "domain/libraries/libraries-python.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "scikit-learn",
"belongsToLanguageId": "language:python",
"description": "Classical ML library — preprocessing, model selection, supervised\nand unsupervised algorithms with a consistent estimator API.\n"
},
"outgoingEdges": [
{
"from": "library:scikit-learn",
"to": "language:python",
"kind": "belongs_to_language"
},
{
"from": "library:scikit-learn",
"to": "skill-area:machine-learning",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:scikit-learn",
"to": "library:pytorch",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "specialization:data-science-ml",
"to": "library:scikit-learn",
"kind": "uses_library"
},
{
"from": "specialization:fraud-prevention",
"to": "library:scikit-learn",
"kind": "uses_library"
},
{
"from": "specialization:recommendation-infrastructure",
"to": "library:scikit-learn",
"kind": "uses_library"
},
{
"from": "stack-profile:insurance-claims-processing",
"to": "library:scikit-learn",
"kind": "composed_of"
},
{
"from": "stack-profile:python-ml-stack",
"to": "library:scikit-learn",
"kind": "composed_of"
}
]
}