II.
LibraryProcess JSON
Structured · livelib-process:materials-science--ml-property-prediction
ml-property-prediction json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:materials-science--ml-property-prediction",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "ml-property-prediction",
"description": "ML Materials Property Prediction - Build and deploy machine learning models for property prediction\nusing descriptors, graph neural networks (CGCNN, MEGNet), or SISSO.",
"libraryPath": "library/specializations/domains/science/materials-science/ml-property-prediction.js",
"specialization": "materials-science",
"references": [
"- matminer: https://hackingmaterials.lbl.gov/matminer/\n- CGCNN: https://github.com/txie-93/cgcnn\n- MEGNet: https://github.com/materialsvirtuallab/megnet\n- SISSO: https://github.com/rouyang2017/SISSO"
],
"example": "const result = await orchestrate('domains/science/materials-science/ml-property-prediction', {\n targetProperty: 'band-gap',\n trainingData: { source: 'materials-project', count: 10000 },\n modelType: 'cgcnn'\n});",
"usesAgents": [
"data-collector",
"feature-engineer",
"data-splitter",
"ml-trainer",
"model-evaluator",
"importance-analyst",
"model-interpreter",
"model-exporter",
"technical-writer"
]
},
"outgoingEdges": [
{
"from": "lib-process:materials-science--ml-property-prediction",
"to": "skill-area:data-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:materials-science--ml-property-prediction",
"to": "skill-area:statistical-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:materials-science--ml-property-prediction",
"to": "skill-area:mathematical-reasoning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:materials-science--ml-property-prediction",
"to": "domain:materials-science",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:materials-science--ml-property-prediction",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:materials-science--ml-property-prediction",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:materials-science--ml-property-prediction",
"to": "specialization:materials-science",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
},
{
"from": "lib-process:materials-science--ml-property-prediction",
"to": "lib-agent:data-science-ml--feature-engineer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:materials-science--ml-property-prediction",
"to": "lib-agent:data-science-ml--model-evaluator",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:materials-science--ml-property-prediction",
"to": "lib-agent:meta--technical-writer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}