/simdat

Primary LanguagePythonOtherNOASSERTION

simdat

simdat states for "simple data analysis toolset" and is a simple tool for data analysis and machine learning.

Installation

  • 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/

Setup

  • Include simdat in your python scripts
from simdat.core import tools, ml, plot

Architecture

.
|-- 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

License

GNU General Public License

Author