Examples ======== This section provides practical examples of using the Elliptic Bitcoin Toolkit v0.1.0a4. .. toctree:: :maxdepth: 2 :caption: Example Notebooks temporal_rolling_cv_example random_forest_example gcn_example Running the Examples -------------------- To run these examples locally: .. code-block:: bash # Navigate to examples directory cd examples/ # Run basic usage python basic_usage.py # Start Jupyter for notebook examples jupyter notebook random_forest.ipynb