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

Error when running test_accuracy: __init__() got an unexpected keyword argument 'min_impurity_decrease' #4

Open
pawelswoboda opened this issue Mar 13, 2020 · 0 comments

Comments

@pawelswoboda
Copy link

After installing dependent packages in debian and running test_accuracy.py, I get the following error:

Traceback (most recent call last):
File "test_accuracy.py", line 107, in
file_CART=r'./accuracy/cart_compas.txt', file_OSDT=r'./accuracy/osdt_compas.txt')
File "test_accuracy.py", line 67, in test_accuracy
min_impurity_decrease=lamb
TypeError: init() got an unexpected keyword argument 'min_impurity_decrease'

How can I make it work?

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