From d2ecb57b22424834591f60b54fbafa65f84bf303 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Merc=C3=A8=20Mart=C3=ADn=20Prats?= Date: Thu, 3 Oct 2024 00:19:48 +0200 Subject: [PATCH] Fixing review comments --- .readthedocs.yaml | 2 +- bigml/generators/model.py | 1 - docs/index.rst | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9712e405..d74e663d 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -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: diff --git a/bigml/generators/model.py b/bigml/generators/model.py index d6130bba..b035036d 100644 --- a/bigml/generators/model.py +++ b/bigml/generators/model.py @@ -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"]], diff --git a/docs/index.rst b/docs/index.rst index 62d26d86..2e9346ac 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -3,12 +3,12 @@ BigML Python Bindings `BigML `_ 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 `_ 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).