I\'m using numpy and mlrose, and all i have written so far is:
import numpy as np import mlrose
However, when i run it, it comes up with an
from sklearn.externals import six is deprecated, use import six instead
from sklearn.externals import six
import six