Collection of functions built on grape to enhace its functionality.
These functions were mainly built with edge prediction in mind.
- GRAPE - Most functions are based on GRAPE elements
- pandas - Used to export data as dataframe
- scikit-learn - Used for prediction models and metrics calculation
- NumPy - Used for vector/matrix operations
- JupyterLab - Used for tutorials and to improve output in notebooks
-
Download the
helper_lib
folder -
Copy it to your python working directory
-
Install dependencies (optionally in a separate virtual environment)
pip install grape pandas scikit-learn numpy jupyterlab
-
Import the library:
import helper_lib
orfrom helper_lib import predict