galaxy icon indicating copy to clipboard operation
galaxy copied to clipboard

Can I import from python2.7?

Open pahome opened this issue 6 years ago • 0 comments

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)

pahome avatar Apr 30 '19 10:04 pahome