Use this skill to featurize a small composition table with `matminer` and fit a deterministic toy property predictor.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add ma-compbio-lab/SkillFoundry --skill matminer-toy-property-prediction-starter --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Matminer Toy Property Prediction Starter?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ma-compbio-lab-matminer-toy-property-prediction-starter)More formats (shields.io, HTML) on the badges page.
# Matminer Toy Property Prediction Starter
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 `matminer` composition 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
```bash
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`
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!