-
Notifications
You must be signed in to change notification settings - Fork 179
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
Fixing the get_leaves function and setup issues for Python 3.12 #404
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good: a couple of nits below
docs/index.rst
Outdated
`beautiful predictive models <https://bigml.com/gallery/models>`_ that | ||
can be easily understood and interacted with. | ||
|
||
These BigML Python bindings allow you to interact with BigML.io, the API |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
allow you interacting
docs/index.rst
Outdated
|
||
`BigML <https://bigml.com>`_ makes machine learning easy by taking care | ||
of the details required to add data-driven decisions and predictive | ||
power to your company. Unlike other machine learning services, BigML |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to your applications?
.readthedocs.yaml
Outdated
build: | ||
os: ubuntu-22.04 | ||
tools: | ||
python: "3.10" | ||
python: "3.11" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not 3.12?
bigml/generators/model.py
Outdated
filter_function=filter_function) | ||
else: | ||
print("id:", node[offsets["id"]]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
debug leftover?
No description provided.