Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 477 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 477 Bytes

Senjyu

Senjyu is a framework for parallel machine learning using MPI.

supported algorithms

algorithm example
Random Forest example
K-means Coming Soon

example

You can easily experiment paralell random forest on iris dataset.

mpiexec -np 3 python examples/test_randomforest.py