sketchgraphs.pipeline.graph_modelΒΆ

This module provides the data pipeline to convert from the stored sequence format to a format suitable for training our graph-based deep learning model. In particular, it features a number of important helpers for quantizing numerical features, and representing the graph in terms of tensors.

Modules

sketchgraphs.pipeline.graph_model.quantization

This module handles the quantization aspects of the dataset processing pipeline for the graph model.

sketchgraphs.pipeline.graph_model.target

This module implements the basic definitions for targets.