simdat states for "simple data analysis toolset" and is a simple tool for data analysis and machine learning.
- Download the source code
- Add the parent directory to PYTHONPATH
$cp simdat/setdevenv . && source setdevenv- To use the plotting methods with ssh or docker, copy configs/matplotlibrc to ~/.config/matplotlib/
- Include simdat in your python scripts
from simdat.core import tools, ml, plot.
|-- core       # Core folder for tooling files
    |-- ml.py
    |-- plot.py
    |-- tools.py
|-- docker     # Folder of useful docker files
|-- examples   # Files of examples
    |-- ml.json
    |-- ml_example.py
`-- setdevenv  # Can be used for setting PYTHONPATH
Module structure see here
- Name: Tammy Yang
- Email: [email protected]