Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 510 Bytes

hello_hiclass.rst

File metadata and controls

18 lines (12 loc) · 510 Bytes

A "Hello World" example

It is time to introduce the most basic elements of HiClass. We have split a small example into sections to discuss each of the concepts with code.

You can copy the example as one chunk of code from the last page of this section.

Note

We do not use real data in this example, but illustrate the concepts with a single .py script.

.. toctree::
    :hidden:

    hierarchical_data
    local_classifier
    training_and_predicting
    full_example