Skip to content

Commit

Permalink
Fixing review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerce committed Oct 2, 2024
1 parent 1d310af commit d2ecb57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
python: "3.12"

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down
1 change: 0 additions & 1 deletion bigml/generators/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ def get_tree_leaves(tree, fields, path, filter_function=None):
path[:],
filter_function=filter_function)
else:
print("id:", node[offsets["id"]])
leaf = {
'id': node[offsets["id"]],
'confidence': node[offsets["confidence"]],
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ BigML Python Bindings

`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
power to your applications. Unlike other machine learning services, BigML
creates
`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
These BigML Python bindings allow you interacting with BigML.io, the API
for BigML. You can use it to easily create, retrieve, list, update, and
delete BigML resources (i.e., sources, datasets, models and,
predictions).
Expand Down

0 comments on commit d2ecb57

Please sign in to comment.