LICENSE
README.md
pyproject.toml
tests/test_3d_support.py
tests/test_algorithms.py
tests/test_amp_compile.py
tests/test_backward_compatibility.py
tests/test_benchmark_smoke.py
tests/test_calibration.py
tests/test_chunking.py
tests/test_cluster_gcn.py
tests/test_continuous_rl_algorithms.py
tests/test_dashboard.py
tests/test_dashboard_metadata.py
tests/test_dataset_cache.py
tests/test_dataset_docs_claims.py
tests/test_dataset_download_mocked.py
tests/test_dataset_registry.py
tests/test_datasets_base.py
tests/test_devices.py
tests/test_distributed_compat.py
tests/test_distributed_helpers.py
tests/test_distributed_smoke.py
tests/test_documentation_claims.py
tests/test_edge_features.py
tests/test_edge_weight.py
tests/test_estimators_v05.py
tests/test_evolutionary_graph_optimization.py
tests/test_experiments.py
tests/test_explainability.py
tests/test_factories.py
tests/test_folder_datasets.py
tests/test_gat_chunking.py
tests/test_generation_rl_benchmarks_smoke.py
tests/test_gnn_families.py
tests/test_gradients.py
tests/test_graph.py
tests/test_graph_action_spaces.py
tests/test_graph_api.py
tests/test_graph_builders.py
tests/test_graph_generation_data_model.py
tests/test_graph_generation_metrics.py
tests/test_graph_rl_algorithms.py
tests/test_graph_rl_environments.py
tests/test_graph_transformer_v027.py
tests/test_graph_utils.py
tests/test_graphsaint.py
tests/test_han_hgt_overfit.py
tests/test_hard_negative_sampling.py
tests/test_hetero_batch.py
tests/test_hetero_layers.py
tests/test_hetero_layers_v05.py
tests/test_hetero_sampling.py
tests/test_imports.py
tests/test_kg_benchmarks_smoke.py
tests/test_kg_data_model.py
tests/test_kg_datasets.py
tests/test_kg_evaluation.py
tests/test_kg_gnn_integration.py
tests/test_kg_models.py
tests/test_kg_multimodal.py
tests/test_kg_negative_sampling.py
tests/test_kg_reasoning.py
tests/test_kg_temporal.py
tests/test_kg_training.py
tests/test_layers.py
tests/test_loader_feature_store_integration.py
tests/test_loaders_feature_store.py
tests/test_matching_coloring_flow.py
tests/test_math.py
tests/test_math_invariants_v030.py
tests/test_metrics.py
tests/test_mining_centrality.py
tests/test_mining_core.py
tests/test_mining_generators_spectral.py
tests/test_mining_graph_learning.py
tests/test_mining_paths_algorithms.py
tests/test_mining_structural.py
tests/test_model_zoo.py
tests/test_models.py
tests/test_negative_sampling.py
tests/test_neural_mining.py
tests/test_neural_mining_batched.py
tests/test_node2vec_kg_hypergraph.py
tests/test_ogb_tgb_wrappers.py
tests/test_packaging.py
tests/test_performance_smoke.py
tests/test_plotting.py
tests/test_public_benchmarks.py
tests/test_pyg_dgl_ogb_wrappers.py
tests/test_random_walk_sample.py
tests/test_readme_links.py
tests/test_release_validation_v030.py
tests/test_reproducibility.py
tests/test_rl_baselines.py
tests/test_rl_high_level_api.py
tests/test_rollout_buffer.py
tests/test_sampling.py
tests/test_sampling_loaders.py
tests/test_sparse_backend_select.py
tests/test_sparse_vgae_rgcn.py
tests/test_synthetic_datasets.py
tests/test_temporal_sampling.py
tests/test_temporal_v025.py
tests/test_temporal_v05.py
tests/test_tgn_tgat_overfit.py
tests/test_time_encoding.py
tests/test_tiny_overfit_v030.py
tests/test_torchvision_wrappers.py
tests/test_tracking.py
tests/test_training.py
tests/test_transforms.py
tests/test_user_friendly_llm_snippets.py
tests/test_v024_features.py
tgraphx/__init__.py
tgraphx/__main__.py
tgraphx/calibration.py
tgraphx/cluster_gcn.py
tgraphx/distributed.py
tgraphx/doctor.py
tgraphx/easy.py
tgraphx/feature_store.py
tgraphx/graph_builders.py
tgraphx/graphsaint.py
tgraphx/hetero_sampling.py
tgraphx/interop.py
tgraphx/learned_graph.py
tgraphx/loaders.py
tgraphx/performance.py
tgraphx/reproducibility.py
tgraphx/sampling.py
tgraphx/sampling_loaders.py
tgraphx/sampling_negative.py
tgraphx/sparse.py
tgraphx/temporal_sampling.py
tgraphx/tracking.py
tgraphx/training.py
tgraphx.egg-info/PKG-INFO
tgraphx.egg-info/SOURCES.txt
tgraphx.egg-info/dependency_links.txt
tgraphx.egg-info/entry_points.txt
tgraphx.egg-info/requires.txt
tgraphx.egg-info/top_level.txt
tgraphx/algorithms/__init__.py
tgraphx/algorithms/connectivity.py
tgraphx/algorithms/structural.py
tgraphx/algorithms/traversal.py
tgraphx/benchmarks/__init__.py
tgraphx/benchmarks/public.py
tgraphx/core/__init__.py
tgraphx/core/dataloader.py
tgraphx/core/graph.py
tgraphx/core/graph_utils.py
tgraphx/core/hetero_batch.py
tgraphx/core/hetero_graph.py
tgraphx/core/temporal.py
tgraphx/core/temporal_batch.py
tgraphx/core/utils.py
tgraphx/dashboard/__init__.py
tgraphx/dashboard/__main__.py
tgraphx/dashboard/app.py
tgraphx/dashboard/static/dashboard.css
tgraphx/dashboard/static/dashboard.js
tgraphx/datasets/__init__.py
tgraphx/datasets/base.py
tgraphx/datasets/cache.py
tgraphx/datasets/converters.py
tgraphx/datasets/dgl_wrappers.py
tgraphx/datasets/download.py
tgraphx/datasets/errors.py
tgraphx/datasets/folder.py
tgraphx/datasets/metadata.py
tgraphx/datasets/ogb_wrappers.py
tgraphx/datasets/pyg_wrappers.py
tgraphx/datasets/registry.py
tgraphx/datasets/synthetic.py
tgraphx/datasets/torchvision_wrappers.py
tgraphx/estimators/__init__.py
tgraphx/estimators/base.py
tgraphx/estimators/early_stopping.py
tgraphx/estimators/label_propagation.py
tgraphx/estimators/node2vec.py
tgraphx/estimators/splits.py
tgraphx/estimators/vgae.py
tgraphx/evolutionary/__init__.py
tgraphx/evolutionary/algorithms.py
tgraphx/evolutionary/config.py
tgraphx/evolutionary/fitness.py
tgraphx/evolutionary/genome.py
tgraphx/evolutionary/high_level_api.py
tgraphx/evolutionary/metrics.py
tgraphx/evolutionary/multi_objective.py
tgraphx/evolutionary/operators.py
tgraphx/evolutionary/reports.py
tgraphx/evolutionary/selection.py
tgraphx/experiments/__init__.py
tgraphx/experiments/callbacks.py
tgraphx/experiments/checkpoints.py
tgraphx/experiments/cli.py
tgraphx/experiments/config.py
tgraphx/experiments/grid.py
tgraphx/experiments/runner.py
tgraphx/experiments/summarize.py
tgraphx/explain/__init__.py
tgraphx/explain/attention.py
tgraphx/explain/edge_attribution.py
tgraphx/explain/export.py
tgraphx/explain/integrated_gradients.py
tgraphx/explain/patch_heatmap.py
tgraphx/explain/saliency.py
tgraphx/explain/utils.py
tgraphx/generation/__init__.py
tgraphx/generation/actions.py
tgraphx/generation/classical.py
tgraphx/generation/config.py
tgraphx/generation/data_model.py
tgraphx/generation/high_level_api.py
tgraphx/generation/metrics.py
tgraphx/generation/neural.py
tgraphx/generation/projectors.py
tgraphx/generation/reports.py
tgraphx/kg/__init__.py
tgraphx/kg/data.py
tgraphx/kg/datasets.py
tgraphx/kg/evaluation.py
tgraphx/kg/gnn.py
tgraphx/kg/losses.py
tgraphx/kg/models.py
tgraphx/kg/multimodal.py
tgraphx/kg/projectors.py
tgraphx/kg/reasoning.py
tgraphx/kg/reports.py
tgraphx/kg/sampling.py
tgraphx/kg/temporal.py
tgraphx/kg/trainer.py
tgraphx/layers/__init__.py
tgraphx/layers/_dim.py
tgraphx/layers/_scatter.py
tgraphx/layers/aggregator.py
tgraphx/layers/appnp.py
tgraphx/layers/attention_message.py
tgraphx/layers/base.py
tgraphx/layers/conv_message.py
tgraphx/layers/factory.py
tgraphx/layers/gat.py
tgraphx/layers/gatv2.py
tgraphx/layers/gin.py
tgraphx/layers/graph_transformer.py
tgraphx/layers/han.py
tgraphx/layers/hetero.py
tgraphx/layers/hetero_readout.py
tgraphx/layers/hgt.py
tgraphx/layers/pooling.py
tgraphx/layers/rgcn.py
tgraphx/layers/safe_pool.py
tgraphx/layers/sage.py
tgraphx/layers/temporal_readout.py
tgraphx/layers/transformer_encodings.py
tgraphx/layers/vector_gcn.py
tgraphx/metrics/__init__.py
tgraphx/metrics/classification.py
tgraphx/metrics/link_prediction.py
tgraphx/metrics/ogb.py
tgraphx/metrics/ranking.py
tgraphx/metrics/regression.py
tgraphx/metrics/reports.py
tgraphx/mining/__init__.py
tgraphx/mining/anomaly.py
tgraphx/mining/api.py
tgraphx/mining/centrality.py
tgraphx/mining/communities.py
tgraphx/mining/embeddings.py
tgraphx/mining/frequent.py
tgraphx/mining/generators.py
tgraphx/mining/graph_io.py
tgraphx/mining/graph_learning.py
tgraphx/mining/hetero.py
tgraphx/mining/hypergraph.py
tgraphx/mining/kernels.py
tgraphx/mining/knowledge_graph.py
tgraphx/mining/label_prop.py
tgraphx/mining/link_prediction.py
tgraphx/mining/matching_coloring.py
tgraphx/mining/motifs.py
tgraphx/mining/neural.py
tgraphx/mining/node2vec.py
tgraphx/mining/paths.py
tgraphx/mining/patterns.py
tgraphx/mining/prototype.py
tgraphx/mining/random_walk.py
tgraphx/mining/reports.py
tgraphx/mining/sequence_models.py
tgraphx/mining/similarity.py
tgraphx/mining/spectral.py
tgraphx/mining/structural.py
tgraphx/mining/structural_encodings.py
tgraphx/mining/temporal.py
tgraphx/mining/vgae.py
tgraphx/models/__init__.py
tgraphx/models/cnn_encoder.py
tgraphx/models/cnn_gnn_model.py
tgraphx/models/edge_predictor.py
tgraphx/models/factory.py
tgraphx/models/graph_classifier.py
tgraphx/models/hetero_models.py
tgraphx/models/model_zoo.py
tgraphx/models/node_classifier.py
tgraphx/models/pre_encoder.py
tgraphx/models/regressors.py
tgraphx/models/temporal_models.py
tgraphx/plotting/__init__.py
tgraphx/plotting/graph.py
tgraphx/plotting/layouts.py
tgraphx/plotting/mining.py
tgraphx/plotting/utils.py
tgraphx/rl/__init__.py
tgraphx/rl/config.py
tgraphx/rl/high_level_api.py
tgraphx/rl/metrics.py
tgraphx/rl/reports.py
tgraphx/rl/algorithms/__init__.py
tgraphx/rl/algorithms/actor_critic.py
tgraphx/rl/algorithms/base.py
tgraphx/rl/algorithms/baselines.py
tgraphx/rl/algorithms/continuous.py
tgraphx/rl/algorithms/dqn.py
tgraphx/rl/algorithms/ppo.py
tgraphx/rl/algorithms/reinforce.py
tgraphx/rl/algorithms/replay_buffer.py
tgraphx/rl/environments/__init__.py
tgraphx/rl/environments/base.py
tgraphx/rl/environments/coloring.py
tgraphx/rl/environments/continuous.py
tgraphx/rl/environments/generation.py
tgraphx/rl/environments/kg_reasoning.py
tgraphx/rl/environments/max_cut.py
tgraphx/rl/environments/navigation.py
tgraphx/rl/environments/shortest_path.py
tgraphx/rl/environments/vertex_cover.py
tgraphx/rl/exploration/__init__.py
tgraphx/rl/exploration/strategies.py
tgraphx/rl/networks/__init__.py
tgraphx/rl/networks/actor_critic.py
tgraphx/rl/networks/policy.py
tgraphx/rl/networks/projectors.py
tgraphx/rl/networks/qnetwork.py
tgraphx/rl/networks/value.py
tgraphx/temporal/__init__.py
tgraphx/temporal/tgat.py
tgraphx/temporal/tgn.py
tgraphx/temporal/time_encoding.py
tgraphx/transforms/__init__.py
tgraphx/transforms/compose.py
tgraphx/transforms/features.py
tgraphx/transforms/graph.py
tgraphx/transforms/patch.py
tgraphx/transforms/positional.py
tgraphx/transforms/splits.py