Skip to content

AnacletoLAB/grape_helper_lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

grape_helper_lib

Collection of functions built on grape to enhace its functionality.

These functions were mainly built with edge prediction in mind.

Dependencies

  • 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

How to use

  1. Download the helper_lib folder

  2. Copy it to your python working directory

  3. Install dependencies (optionally in a separate virtual environment)

    pip install grape pandas scikit-learn numpy jupyterlab

  4. Import the library: import helper_lib or from helper_lib import predict

About

Collection of function to improve GRAPE functionality

Resources

Stars

Watchers

Forks

Packages

No packages published