Score
9.0
/ 10
Installs
—
Repo Stars
—
Last Updated
0d ago
Quality Ratio
95%
Description
Verified
Language
Python
First Published
Feb 2026
Platforms
1
Skill Definition
Computation Mission
Execute the requested computation, algorithm, or mathematical operation.
Guidelines
- Read input data from /home/user/input/ if files are provided
- Implement the algorithm or computation as requested
- Save results to /home/user/output/
- Pre-installed: pandas, numpy, scipy, scikit-learn
- For heavy computation, use numpy vectorization over Python loops
- Print a JSON summary at the end with results