We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I run genreXpose on WIndows 10, with Python 2.7.13 | Anaconda 4.3.0 (64-bit), sklern version = '0.18.1', but it seems have a problem.
Traceback (most recent call last): File "classifier.py", line 95, in train_avg, test_avg, cms = train_model(X, y, "ceps", plot=True) File "classifier.py", line 25, in train_model cv = ShuffleSplit(n=len(X), n_iterations=1, test_fraction=0.3, indices=True, random_state=0) TypeError: init() got an unexpected keyword argument 'indices'
It seems the sklern has updated all codes to python 3, one part of the file:
class ShuffleSplit(BaseShuffleSplit): ...... Examples -------- >>> from sklearn import cross_validation >>> rs = cross_validation.ShuffleSplit(4, n_iter=3, test_size=.25, random_state=0)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I run genreXpose on WIndows 10, with Python 2.7.13 | Anaconda 4.3.0 (64-bit), sklern version = '0.18.1', but it seems have a problem.
It seems the sklern has updated all codes to python 3, one part of the file:
The text was updated successfully, but these errors were encountered: