Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Getting Started

To get started, choose the feature you'd like to explore (such as a particular type of FD), and run the example with Python

python3 examples/basic/mining_fd.py

⚠️ The examples need to be run from the desbordante folder and not the examples folder as they contain references to datasets in the form of 'examples/datasets'

Examples' Repository Structure

Examples are separated based on what they illustrate:

  • Basic — showcases a primitive and gives an example of how to use that primitive using our Python interface.
  • Advanced — demonstrates the differences between various primitives.
  • Expert — illustrates how you can create advanced functionality using primitives.