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
model = Model(MODEL_ID, api=BigML(username=USERNAME, api_key=BB_KEY)) leaves = get_leaves(model) print(len(leaves))
Output: 428 leaves
428 leaves are obviously incorrect, as shown in the model figure below. The error is probably comes from this line
428 leaves
python/bigml/generators/model.py
Line 152 in a372c5c
The text was updated successfully, but these errors were encountered:
Hi @DylanWangWQF. This was indeed a mistake that has been fixed in #404. Thanks for the heads up!
Sorry, something went wrong.
No branches or pull requests
428 leaves
are obviously incorrect, as shown in the model figure below.The error is probably comes from this line
python/bigml/generators/model.py
Line 152 in a372c5c
The text was updated successfully, but these errors were encountered: