mljar / mljar-api-python

A simple python wrapper over MLJAR API.
https://docs.mljar.com/
Apache License 2.0
42 stars 10 forks source link

python 3 support? #4

Closed shadiakiki1986 closed 6 years ago

shadiakiki1986 commented 6 years ago

Hello. It seems that mljar is python2-compatible but not python3-compatible (e.g. some print ... calls without parentheses, the from mljar import Mljar call in mljar.__init__). Any plan on releasing a python3-compatible version?

pplonski commented 6 years ago

Yes - I have a plan to do this.

pplonski commented 6 years ago

Done! Code should run run with python 2.7 or 3.6