Skip to content

Commit

Permalink
Added examples section
Browse files Browse the repository at this point in the history
  • Loading branch information
mail4umar committed Oct 7, 2024
1 parent 71775be commit fa0448a
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 2 deletions.
55 changes: 55 additions & 0 deletions docs/source/examples.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
.. _examples:


============
Examples
============



.. grid:: 1 1 2 2

.. grid-item::

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

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

.. grid-item::

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

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

.. grid-item::

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

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

.. toctree::
:hidden:
:maxdepth: 1

examples.learn
13 changes: 13 additions & 0 deletions docs/source/examples_learn.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.. _examples.learn:


=======
Learn
=======



.. toctree::
:maxdepth: 1

examples_learn_winequality
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _examples.winequality:
.. _examples.learn.winequality:

Wine Quality
=============
Expand Down Expand Up @@ -191,7 +191,7 @@ KNN is sensitive to unnormalized data so we'll have to normalize our data.


Machine Learning
=================
-----------------

Let's create our KNN model.

Expand Down

0 comments on commit fa0448a

Please sign in to comment.