Matminer Toy Property Prediction Starter
SkillAI & modelsUse this skill to featurize a small composition table with matminer and fit a deterministic toy property predictor.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Matminer Toy Property Prediction Starter skill
About this capability
A framework for discovering, compiling, and validating reusable skills for scientific agents.
What this skill tells your AI
The instructions your AI receives, as published by ma-compbio-lab/skillfoundry in skills/materials-science-and-engineering/matminer-toy-property-prediction-starter/SKILL.md and read by ahel’s review.
Use this skill to featurize a small composition table with matminer and fit a deterministic toy property predictor.
What it does
- Loads a toy TSV of formulas and target values.
- Uses
matminercomposition featurizers to build numeric features. - Fits a small scikit-learn regressor and summarizes training predictions plus feature importances.
- Returns compact JSON suitable for materials-property-prediction starter workflows.
When to use it
- You need a local starter for materials-property prediction.
- You want a minimal example that connects composition featurization to a predictive model.
Example
slurm/envs/materials/bin/python skills/materials-science-and-engineering/matminer-toy-property-prediction-starter/scripts/run_matminer_toy_property_prediction.py \
--input skills/materials-science-and-engineering/matminer-toy-property-prediction-starter/examples/toy_materials.tsv \
--out scratch/materials/property_prediction_summary.json
Verification
- Skill-local tests:
python3 -m unittest discover -s skills/materials-science-and-engineering/matminer-toy-property-prediction-starter/tests -p 'test_*.py' - Repository smoke:
python3 -m unittest tests.smoke.test_frontier_leaf_expansion_skills -v
Signals
- GitHub stars
- 39
- Forks
- 5
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
matminer-toy-property-prediction-starter- Source
- github.com/ma-compbio-lab/skillfoundry