https://github.com/zafarali/mlresearchkit
Tools to speed up research in machine learning
https://github.com/zafarali/mlresearchkit
Last synced: over 1 year ago
JSON representation
Tools to speed up research in machine learning
- Host: GitHub
- URL: https://github.com/zafarali/mlresearchkit
- Owner: zafarali
- License: gpl-3.0
- Created: 2018-02-27T18:15:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-28T19:55:58.000Z (over 7 years ago)
- Last Synced: 2025-01-22T11:47:41.029Z (over 1 year ago)
- Language: Python
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mlresearchkit
Tools to speed up research in machine learning
This is a collection of tools that I use when I am doing research in machine learning.
They include scripts that help me work on clusters, plotting, analysis and aggregating
data from multiple runs of the same experiment.
Created by [Zafarali Ahmed](http://www.zafarali.me). I currently do not intend for this tool to be used widely, so expect things to break occasionally while I actively add new things.
## Clusters
- `mlresearchkit.computecanada.slurm` contains some helper scripts for you to create submissions on SLURM in particular CEDAR and GRAHAM on Compute Canada clusters.
## Command-line tools
- `cluster-submit` WIP