galaxy
galaxy copied to clipboard
Can I import from python2.7?
In the README.md, there're only usage in the terminal.
How to use it in python2.7 like sklearn API?
EX:
from galaxy import xxxx
model = xxx.fit(train_X)