Skip to content

Commit d2ecb57

Browse files
committed
Fixing review comments
1 parent 1d310af commit d2ecb57

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version: 2
99
build:
1010
os: ubuntu-22.04
1111
tools:
12-
python: "3.11"
12+
python: "3.12"
1313

1414
# Build documentation in the docs/ directory with Sphinx
1515
sphinx:

bigml/generators/model.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ def get_tree_leaves(tree, fields, path, filter_function=None):
155155
path[:],
156156
filter_function=filter_function)
157157
else:
158-
print("id:", node[offsets["id"]])
159158
leaf = {
160159
'id': node[offsets["id"]],
161160
'confidence': node[offsets["confidence"]],

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ BigML Python Bindings
33

44
`BigML <https://bigml.com>`_ makes machine learning easy by taking care
55
of the details required to add data-driven decisions and predictive
6-
power to your company. Unlike other machine learning services, BigML
6+
power to your applications. Unlike other machine learning services, BigML
77
creates
88
`beautiful predictive models <https://bigml.com/gallery/models>`_ that
99
can be easily understood and interacted with.
1010

11-
These BigML Python bindings allow you to interact with BigML.io, the API
11+
These BigML Python bindings allow you interacting with BigML.io, the API
1212
for BigML. You can use it to easily create, retrieve, list, update, and
1313
delete BigML resources (i.e., sources, datasets, models and,
1414
predictions).

0 commit comments

Comments
 (0)