Skip to content

Commit

Permalink
Merge branch 'master' into user_guide_03
Browse files Browse the repository at this point in the history
  • Loading branch information
oualib authored Oct 23, 2024
2 parents bf0f0f8 + 932c89c commit 8bd6fb1
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 6 deletions.
10 changes: 5 additions & 5 deletions docs/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ Examples
.. grid-item::

.. card:: Business
:link: examples.learn
:link: examples.business
:link-type: ref
:text-align: center
:class-card: custom-card-8
:class-footer: user_guide_footer

11 Notebooks
10 Notebooks
^^^^^^^^^^^^^^
Variety of actual buiness use cases.

Expand All @@ -28,20 +28,20 @@ Examples
:class-card: custom-card-8
:class-footer: user_guide_footer

11 Notebooks
5 Notebooks
^^^^^^^^^^^^^^
Learn the fundamentals of VerticaPy.

.. grid-item::

.. card:: Understand
:link: examples.learn
:link: examples.understand
:link-type: ref
:text-align: center
:class-card: custom-card-8
:class-footer: user_guide_footer

11 Notebooks
3 Notebooks
^^^^^^^^^^^^^^
Understand basic data science concepts.

Expand Down
23 changes: 23 additions & 0 deletions docs/source/examples_business.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.. _examples.business:


=========
Business
=========



.. toctree::
:maxdepth: 1

examples_business_base_station
examples_business_battery
examples_business_booking
examples_business_churn
examples_business_credit_card_fraud
examples_business_football
examples_business_insurance
examples_business_movies
examples_business_smart_meters
examples_business_spam
examples_business_spotify
4 changes: 4 additions & 0 deletions docs/source/examples_learn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ Learn
.. toctree::
:maxdepth: 1

examples_learn_commodities
examples_learn_iris
examples_learn_pokemon
examples_learn_titanic
examples_learn_winequality
15 changes: 15 additions & 0 deletions docs/source/examples_understand.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.. _examples.understand:


===========
Understand
===========



.. toctree::
:maxdepth: 1

examples_understand_africa_education
examples_understand_amazon
examples_understand_covid19
1 change: 0 additions & 1 deletion docs/source/examples_understand_africa_education.rst
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ Eight seems to be a suitable number of clusters. Let's compute a ``k-means`` mod
We can add the prediction to the :py:mod:`vDataFrame` and draw the scatter map.


.. code-block:: python
# Change the plotting lib to matplotlib
Expand Down

0 comments on commit 8bd6fb1

Please sign in to comment.