Skip to content
New issue

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

python example error #39

Open
Duanexiao opened this issue Dec 26, 2016 · 0 comments
Open

python example error #39

Duanexiao opened this issue Dec 26, 2016 · 0 comments

Comments

@Duanexiao
Copy link

clf.fit(x_train, y_train, test_data=[(x_test, y_test)])
Traceback (most recent call last):
File "", line 1, in
File "/home/apps/duane_tmp/anaconda2/lib/python2.7/site-packages/pylightgbm/models.py", line 131, in fit
stdout=subprocess.PIPE, bufsize=1)
File "/home/apps/duane_tmp/anaconda2/lib/python2.7/subprocess.py", line 711, in init
errread, errwrite)
File "/home/apps/duane_tmp/anaconda2/lib/python2.7/subprocess.py", line 1343, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory

hello,when try the python example at clf.fit(x_train, y_train, test_data=[(x_test, y_test)]) this line,it response me that above error.could you help me fix that?tks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant