diff --git a/.buildinfo b/.buildinfo
index e8e38a82f..30207f684 100644
--- a/.buildinfo
+++ b/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
-config: 93489d55c3e099bd65b6f8c23347c61a
+config: c958585b6e2816c0e403ea6d5f63d329
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/_modules/graphnet/data/constants.html b/_modules/graphnet/data/constants.html
index c276bb049..04d4b9dd9 100644
--- a/_modules/graphnet/data/constants.html
+++ b/_modules/graphnet/data/constants.html
@@ -322,7 +322,14 @@
Source code for graphnet.dat
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/data/curated_datamodule.html b/_modules/graphnet/data/curated_datamodule.html
index c336e86b7..0229e128b 100644
--- a/_modules/graphnet/data/curated_datamodule.html
+++ b/_modules/graphnet/data/curated_datamodule.html
@@ -322,7 +322,14 @@
Source code for gra
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/data/dataclasses.html b/_modules/graphnet/data/dataclasses.html
index c4ed82038..00e9d6419 100644
--- a/_modules/graphnet/data/dataclasses.html
+++ b/_modules/graphnet/data/dataclasses.html
@@ -322,7 +322,14 @@
Source code for graphnet.d
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/data/dataconverter.html b/_modules/graphnet/data/dataconverter.html
index f2911d05e..d31e0adc0 100644
--- a/_modules/graphnet/data/dataconverter.html
+++ b/_modules/graphnet/data/dataconverter.html
@@ -322,7 +322,14 @@
Source code for graphnet
self._index=0self._output_dir=outdirself._output_files:List[str]=[]
+ self._extension=self._save_method.file_extension# Set Extractors. Will throw error if extractors are incompatible# with reader.
@@ -458,8 +467,7 @@
Source code for graphnet
files_to_merge=self._output_fileseliffilesisnotNone:# Proceed to merge specified by user.
+ ifisinstance(files,str):
+ # We shouldn't merge a single file?
+ self.info(f"Got just a single file {files}. Merging skipped.")
+ returnfiles_to_merge=fileselse:# Raise error
@@ -739,7 +747,7 @@
Source code for graphnet
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/data/dataloader.html b/_modules/graphnet/data/dataloader.html
index c39bee23e..e7b20671f 100644
--- a/_modules/graphnet/data/dataloader.html
+++ b/_modules/graphnet/data/dataloader.html
@@ -322,7 +322,14 @@
Source code for graphnet.da
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/data/datamodule.html b/_modules/graphnet/data/datamodule.html
index b8e4f9c09..302b2dc51 100644
--- a/_modules/graphnet/data/datamodule.html
+++ b/_modules/graphnet/data/datamodule.html
@@ -322,7 +322,14 @@
Source code for graphnet.da
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/data/dataset/dataset.html b/_modules/graphnet/data/dataset/dataset.html
index d93f07d8f..0c1567646 100644
--- a/_modules/graphnet/data/dataset/dataset.html
+++ b/_modules/graphnet/data/dataset/dataset.html
@@ -322,7 +322,14 @@
Source code for graphn
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/data/dataset/parquet/parquet_dataset.html b/_modules/graphnet/data/dataset/parquet/parquet_dataset.html
index 057bdf4bf..cee79309e 100644
--- a/_modules/graphnet/data/dataset/parquet/parquet_dataset.html
+++ b/_modules/graphnet/data/dataset/parquet/parquet_dataset.html
@@ -322,7 +322,14 @@
Source
graph_definition: Method that defines the graph representation. cache_size: Number of batches to cache in memory. Must be at least 1. Defaults to 1.
+ labels: Dictionary of labels to be added to the dataset. """self._validate_selection(selection)# Base class constructor
@@ -475,6 +476,7 @@
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/data/dataset/sqlite/sqlite_dataset.html b/_modules/graphnet/data/dataset/sqlite/sqlite_dataset.html
index 7cbda8a17..ae79a6967 100644
--- a/_modules/graphnet/data/dataset/sqlite/sqlite_dataset.html
+++ b/_modules/graphnet/data/dataset/sqlite/sqlite_dataset.html
@@ -322,7 +322,14 @@
Source c
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/data/extractors/combine_extractors.html b/_modules/graphnet/data/extractors/combine_extractors.html
index 76854d3e1..3e1b695cb 100644
--- a/_modules/graphnet/data/extractors/combine_extractors.html
+++ b/_modules/graphnet/data/extractors/combine_extractors.html
@@ -322,7 +322,14 @@
Source c
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/data/extractors/extractor.html b/_modules/graphnet/data/extractors/extractor.html
index 22f43696f..f1ff6ff63 100644
--- a/_modules/graphnet/data/extractors/extractor.html
+++ b/_modules/graphnet/data/extractors/extractor.html
@@ -322,7 +322,14 @@
Source code for g
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/data/extractors/icecube/i3extractor.html b/_modules/graphnet/data/extractors/icecube/i3extractor.html
index 92e23878c..174f79aad 100644
--- a/_modules/graphnet/data/extractors/icecube/i3extractor.html
+++ b/_modules/graphnet/data/extractors/icecube/i3extractor.html
@@ -322,7 +322,14 @@
Source
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/data/extractors/icecube/i3featureextractor.html b/_modules/graphnet/data/extractors/icecube/i3featureextractor.html
index e527f6b29..9662e9360 100644
--- a/_modules/graphnet/data/extractors/icecube/i3featureextractor.html
+++ b/_modules/graphnet/data/extractors/icecube/i3featureextractor.html
@@ -322,7 +322,14 @@
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/data/extractors/icecube/i3genericextractor.html b/_modules/graphnet/data/extractors/icecube/i3genericextractor.html
index 284e1d308..2786b0a0a 100644
--- a/_modules/graphnet/data/extractors/icecube/i3genericextractor.html
+++ b/_modules/graphnet/data/extractors/icecube/i3genericextractor.html
@@ -322,7 +322,14 @@
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/data/extractors/icecube/i3hybridrecoextractor.html b/_modules/graphnet/data/extractors/icecube/i3hybridrecoextractor.html
index d35e08408..7d380f082 100644
--- a/_modules/graphnet/data/extractors/icecube/i3hybridrecoextractor.html
+++ b/_modules/graphnet/data/extractors/icecube/i3hybridrecoextractor.html
@@ -322,7 +322,14 @@
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/data/extractors/icecube/i3pisaextractor.html b/_modules/graphnet/data/extractors/icecube/i3pisaextractor.html
index 01b12285e..7ba01f818 100644
--- a/_modules/graphnet/data/extractors/icecube/i3pisaextractor.html
+++ b/_modules/graphnet/data/extractors/icecube/i3pisaextractor.html
@@ -322,7 +322,14 @@
Sou
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/data/extractors/icecube/i3quesoextractor.html b/_modules/graphnet/data/extractors/icecube/i3quesoextractor.html
index 5231089b1..42138d4d0 100644
--- a/_modules/graphnet/data/extractors/icecube/i3quesoextractor.html
+++ b/_modules/graphnet/data/extractors/icecube/i3quesoextractor.html
@@ -322,7 +322,14 @@
So
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/data/extractors/icecube/i3retroextractor.html b/_modules/graphnet/data/extractors/icecube/i3retroextractor.html
index ccfdfa786..d44d8dd38 100644
--- a/_modules/graphnet/data/extractors/icecube/i3retroextractor.html
+++ b/_modules/graphnet/data/extractors/icecube/i3retroextractor.html
@@ -322,7 +322,14 @@
So
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/data/extractors/icecube/i3splinempeextractor.html b/_modules/graphnet/data/extractors/icecube/i3splinempeextractor.html
index d794fc6b0..3d51e88ab 100644
--- a/_modules/graphnet/data/extractors/icecube/i3splinempeextractor.html
+++ b/_modules/graphnet/data/extractors/icecube/i3splinempeextractor.html
@@ -322,7 +322,14 @@
So
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/data/extractors/icecube/i3tumextractor.html b/_modules/graphnet/data/extractors/icecube/i3tumextractor.html
index ebafcaef6..a3615c06a 100644
--- a/_modules/graphnet/data/extractors/icecube/i3tumextractor.html
+++ b/_modules/graphnet/data/extractors/icecube/i3tumextractor.html
@@ -322,7 +322,14 @@
Sour
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/data/extractors/icecube/utilities/collections.html b/_modules/graphnet/data/extractors/icecube/utilities/collections.html
index 60354a156..a0cd5e9ee 100644
--- a/_modules/graphnet/data/extractors/icecube/utilities/collections.html
+++ b/_modules/graphnet/data/extractors/icecube/utilities/collections.html
@@ -322,7 +322,14 @@
So
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/data/extractors/icecube/utilities/i3_filters.html b/_modules/graphnet/data/extractors/icecube/utilities/i3_filters.html
index 7237fa78b..dc8cc8402 100644
--- a/_modules/graphnet/data/extractors/icecube/utilities/i3_filters.html
+++ b/_modules/graphnet/data/extractors/icecube/utilities/i3_filters.html
@@ -322,7 +322,14 @@
Sou
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/data/extractors/internal/parquet_extractor.html b/_modules/graphnet/data/extractors/internal/parquet_extractor.html
index 6554d80d0..d04d9693f 100644
--- a/_modules/graphnet/data/extractors/internal/parquet_extractor.html
+++ b/_modules/graphnet/data/extractors/internal/parquet_extractor.html
@@ -322,7 +322,14 @@
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/data/extractors/liquido/h5_extractor.html b/_modules/graphnet/data/extractors/liquido/h5_extractor.html
index d3e267f2f..1405bb8bd 100644
--- a/_modules/graphnet/data/extractors/liquido/h5_extractor.html
+++ b/_modules/graphnet/data/extractors/liquido/h5_extractor.html
@@ -322,7 +322,14 @@
Source
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/data/extractors/prometheus/prometheus_extractor.html b/_modules/graphnet/data/extractors/prometheus/prometheus_extractor.html
index c31911ff8..4c45067e4 100644
--- a/_modules/graphnet/data/extractors/prometheus/prometheus_extractor.html
+++ b/_modules/graphnet/data/extractors/prometheus/prometheus_extractor.html
@@ -322,7 +322,14 @@
Source code
This code will be removed in GraphNeT 2.0."""
-fromtypingimportList,Union,Type
+fromtypingimportList,Unionfromgraphnet.data.extractors.icecubeimportI3Extractorfromgraphnet.data.extractors.icecube.utilities.i3_filtersimport(
@@ -436,7 +443,7 @@
Source code
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/data/pre_configured/dataconverters.html b/_modules/graphnet/data/pre_configured/dataconverters.html
index 8eb56946a..79be629fd 100644
--- a/_modules/graphnet/data/pre_configured/dataconverters.html
+++ b/_modules/graphnet/data/pre_configured/dataconverters.html
@@ -322,7 +322,14 @@
Source code for graphnet.data.pre_configured.dataconverters
"""Pre-configured combinations of writers and readers."""
-fromtypingimportList,Union,Type
+fromtypingimportList,Unionfromgraphnet.dataimportDataConverterfromgraphnet.data.readersimportI3Reader,ParquetReader
@@ -518,7 +525,7 @@
Source c
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/data/readers/graphnet_file_reader.html b/_modules/graphnet/data/readers/graphnet_file_reader.html
index f7706ba94..841781e0b 100644
--- a/_modules/graphnet/data/readers/graphnet_file_reader.html
+++ b/_modules/graphnet/data/readers/graphnet_file_reader.html
@@ -322,7 +322,14 @@
Source co
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/data/readers/i3reader.html b/_modules/graphnet/data/readers/i3reader.html
index b370044d7..3aa54aead 100644
--- a/_modules/graphnet/data/readers/i3reader.html
+++ b/_modules/graphnet/data/readers/i3reader.html
@@ -322,7 +322,14 @@
"""Module containing different I3Reader."""
-fromtypingimportList,Union,OrderedDict,Type
+fromtypingimportList,Union,OrderedDictfromgraphnet.utilities.importsimporthas_icecube_packagefromgraphnet.data.extractors.icecube.utilities.i3_filtersimport(
@@ -522,7 +529,7 @@
Source code for graph
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/data/readers/internal_parquet_reader.html b/_modules/graphnet/data/readers/internal_parquet_reader.html
index a595fc887..bb50bdd5c 100644
--- a/_modules/graphnet/data/readers/internal_parquet_reader.html
+++ b/_modules/graphnet/data/readers/internal_parquet_reader.html
@@ -322,7 +322,14 @@
Source
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/data/readers/liquido_reader.html b/_modules/graphnet/data/readers/liquido_reader.html
index 7286950ab..4a49a84f7 100644
--- a/_modules/graphnet/data/readers/liquido_reader.html
+++ b/_modules/graphnet/data/readers/liquido_reader.html
@@ -322,7 +322,14 @@
Source code for
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/data/readers/prometheus_reader.html b/_modules/graphnet/data/readers/prometheus_reader.html
index 728856905..4bfb17033 100644
--- a/_modules/graphnet/data/readers/prometheus_reader.html
+++ b/_modules/graphnet/data/readers/prometheus_reader.html
@@ -322,7 +322,14 @@
Source code
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/data/sqlite/deprecated_methods.html b/_modules/graphnet/data/sqlite/deprecated_methods.html
index d431d8126..54bdba68f 100644
--- a/_modules/graphnet/data/sqlite/deprecated_methods.html
+++ b/_modules/graphnet/data/sqlite/deprecated_methods.html
@@ -322,7 +322,14 @@
Source code
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/data/utilities/random.html b/_modules/graphnet/data/utilities/random.html
index 800f43590..a98602722 100644
--- a/_modules/graphnet/data/utilities/random.html
+++ b/_modules/graphnet/data/utilities/random.html
@@ -322,7 +322,14 @@
Source code for graph
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/data/utilities/sqlite_utilities.html b/_modules/graphnet/data/utilities/sqlite_utilities.html
index d597c655a..e4c57aba4 100644
--- a/_modules/graphnet/data/utilities/sqlite_utilities.html
+++ b/_modules/graphnet/data/utilities/sqlite_utilities.html
@@ -322,7 +322,14 @@
Source code
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/data/utilities/string_selection_resolver.html b/_modules/graphnet/data/utilities/string_selection_resolver.html
index 4d6d2a40c..d530e845c 100644
--- a/_modules/graphnet/data/utilities/string_selection_resolver.html
+++ b/_modules/graphnet/data/utilities/string_selection_resolver.html
@@ -322,7 +322,14 @@
So
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/data/writers/graphnet_writer.html b/_modules/graphnet/data/writers/graphnet_writer.html
index 81aeb36eb..feb451516 100644
--- a/_modules/graphnet/data/writers/graphnet_writer.html
+++ b/_modules/graphnet/data/writers/graphnet_writer.html
@@ -322,7 +322,14 @@
Source code fo
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/data/writers/parquet_writer.html b/_modules/graphnet/data/writers/parquet_writer.html
index f2663fadb..48c52e46f 100644
--- a/_modules/graphnet/data/writers/parquet_writer.html
+++ b/_modules/graphnet/data/writers/parquet_writer.html
@@ -322,7 +322,14 @@
Source code for
"""DataConverter for the Parquet backend."""importos
-fromtypingimportList,Optional,Dict,Any
+fromtypingimportList,Dict,Anyimportpandasaspdimportpolarsaspol
@@ -608,7 +615,7 @@
Source code for
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/data/writers/sqlite_writer.html b/_modules/graphnet/data/writers/sqlite_writer.html
index 1703f796c..90317ee71 100644
--- a/_modules/graphnet/data/writers/sqlite_writer.html
+++ b/_modules/graphnet/data/writers/sqlite_writer.html
@@ -322,7 +322,14 @@
Source code for
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/datasets/prometheus_datasets.html b/_modules/graphnet/datasets/prometheus_datasets.html
index fb26e78fa..a73065d76 100644
--- a/_modules/graphnet/datasets/prometheus_datasets.html
+++ b/_modules/graphnet/datasets/prometheus_datasets.html
@@ -322,7 +322,14 @@
Source code fo
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/datasets/test_dataset.html b/_modules/graphnet/datasets/test_dataset.html
index 42ae61be0..6571fd09c 100644
--- a/_modules/graphnet/datasets/test_dataset.html
+++ b/_modules/graphnet/datasets/test_dataset.html
@@ -322,7 +322,14 @@
Source code for graph
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/deployment/deployer.html b/_modules/graphnet/deployment/deployer.html
index a861b606f..69b39753a 100644
--- a/_modules/graphnet/deployment/deployer.html
+++ b/_modules/graphnet/deployment/deployer.html
@@ -322,7 +322,14 @@
Source code for graphne
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/deployment/deployment_module.html b/_modules/graphnet/deployment/deployment_module.html
index 64cc88236..1494f82ee 100644
--- a/_modules/graphnet/deployment/deployment_module.html
+++ b/_modules/graphnet/deployment/deployment_module.html
@@ -322,7 +322,14 @@
Source code fo
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/deployment/icecube/cleaning_module.html b/_modules/graphnet/deployment/icecube/cleaning_module.html
index 01270e793..e15957012 100644
--- a/_modules/graphnet/deployment/icecube/cleaning_module.html
+++ b/_modules/graphnet/deployment/icecube/cleaning_module.html
@@ -322,7 +322,14 @@
Source c
Contains functionality for writing model predictions to i3 files."""
-fromtypingimportList,Union,Optional,TYPE_CHECKING,Dict,Any,Tuple
+fromtypingimportList,Union,TYPE_CHECKING,Dict,Any,Tupleimportnumpyasnp
@@ -604,7 +611,7 @@
Source c
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/deployment/icecube/inference_module.html b/_modules/graphnet/deployment/icecube/inference_module.html
index 62afac462..2c08d678e 100644
--- a/_modules/graphnet/deployment/icecube/inference_module.html
+++ b/_modules/graphnet/deployment/icecube/inference_module.html
@@ -322,7 +322,14 @@
Source
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/exceptions/exceptions.html b/_modules/graphnet/exceptions/exceptions.html
index ba18b5143..632b086a9 100644
--- a/_modules/graphnet/exceptions/exceptions.html
+++ b/_modules/graphnet/exceptions/exceptions.html
@@ -322,7 +322,14 @@
Source code for graph
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/models/coarsening.html b/_modules/graphnet/models/coarsening.html
index ee7357e9b..33d88fe94 100644
--- a/_modules/graphnet/models/coarsening.html
+++ b/_modules/graphnet/models/coarsening.html
@@ -322,7 +322,14 @@
Source code for graphnet.
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/models/components/embedding.html b/_modules/graphnet/models/components/embedding.html
index 06128b82d..a2b75fd23 100644
--- a/_modules/graphnet/models/components/embedding.html
+++ b/_modules/graphnet/models/components/embedding.html
@@ -322,7 +322,14 @@
Source code for
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/models/components/layers.html b/_modules/graphnet/models/components/layers.html
index 8a42cce29..39e9c9aa3 100644
--- a/_modules/graphnet/models/components/layers.html
+++ b/_modules/graphnet/models/components/layers.html
@@ -322,7 +322,14 @@
Source code for gr
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/models/components/pool.html b/_modules/graphnet/models/components/pool.html
index ce921b2ce..783ce7551 100644
--- a/_modules/graphnet/models/components/pool.html
+++ b/_modules/graphnet/models/components/pool.html
@@ -322,7 +322,14 @@
Source code for grap
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/models/detector/detector.html b/_modules/graphnet/models/detector/detector.html
index 2cc389fd0..b40638b36 100644
--- a/_modules/graphnet/models/detector/detector.html
+++ b/_modules/graphnet/models/detector/detector.html
@@ -322,7 +322,14 @@
Source code for gr
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/models/detector/icecube.html b/_modules/graphnet/models/detector/icecube.html
index b43da6a7e..5373a0515 100644
--- a/_modules/graphnet/models/detector/icecube.html
+++ b/_modules/graphnet/models/detector/icecube.html
@@ -322,7 +322,14 @@
Source code for gra
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/models/detector/liquido.html b/_modules/graphnet/models/detector/liquido.html
index 2688671f0..b5bdb0402 100644
--- a/_modules/graphnet/models/detector/liquido.html
+++ b/_modules/graphnet/models/detector/liquido.html
@@ -322,7 +322,14 @@
Source code for gra
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/models/detector/prometheus.html b/_modules/graphnet/models/detector/prometheus.html
index 3903aa155..2ebb85621 100644
--- a/_modules/graphnet/models/detector/prometheus.html
+++ b/_modules/graphnet/models/detector/prometheus.html
@@ -322,7 +322,14 @@
Source code for
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/models/easy_model.html b/_modules/graphnet/models/easy_model.html
index 86e75d93e..53e476919 100644
--- a/_modules/graphnet/models/easy_model.html
+++ b/_modules/graphnet/models/easy_model.html
@@ -322,7 +322,14 @@
Source code for graphnet.
frompytorch_lightning.loggersimportLoggerasLightningLoggerfromgraphnet.training.callbacksimportProgressBar
-fromgraphnet.models.graphsimportGraphDefinitionfromgraphnet.models.modelimportModelfromgraphnet.models.taskimportStandardLearnedTask
@@ -902,7 +908,7 @@
Source code for graphnet.
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/models/gnn/RNN_tito.html b/_modules/graphnet/models/gnn/RNN_tito.html
index 31dd6c280..a8ccaf608 100644
--- a/_modules/graphnet/models/gnn/RNN_tito.html
+++ b/_modules/graphnet/models/gnn/RNN_tito.html
@@ -322,7 +322,14 @@
"""RNN_DynEdge model implementation."""
-fromtypingimportList,Optional,Tuple,Union
+fromtypingimportList,Optional,Tupleimporttorchfromgraphnet.models.gnn.gnnimportGNN
-fromgraphnet.models.gnn.dynedgeimportDynEdgefromgraphnet.models.gnn.dynedge_kaggle_titoimportDynEdgeTITOfromgraphnet.models.rnn.node_rnnimportNode_RNN
@@ -509,7 +515,7 @@
Source code for graphne
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/models/gnn/convnet.html b/_modules/graphnet/models/gnn/convnet.html
index ed02b94df..ece050cbf 100644
--- a/_modules/graphnet/models/gnn/convnet.html
+++ b/_modules/graphnet/models/gnn/convnet.html
@@ -322,7 +322,14 @@
Source code for graphnet
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/models/gnn/dynedge.html b/_modules/graphnet/models/gnn/dynedge.html
index deacc6246..0c103f6fb 100644
--- a/_modules/graphnet/models/gnn/dynedge.html
+++ b/_modules/graphnet/models/gnn/dynedge.html
@@ -322,7 +322,14 @@
"""Implementation of the DynEdge GNN model architecture."""
-fromtypingimportList,Optional,Callable,Tuple,Union
+fromtypingimportList,Optional,Tuple,UnionimporttorchfromtorchimportTensor,LongTensor
@@ -728,7 +735,7 @@
Source code for graphnet
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/models/gnn/dynedge_jinst.html b/_modules/graphnet/models/gnn/dynedge_jinst.html
index 3e4beece3..f4ac5c6fb 100644
--- a/_modules/graphnet/models/gnn/dynedge_jinst.html
+++ b/_modules/graphnet/models/gnn/dynedge_jinst.html
@@ -322,7 +322,14 @@
Source code for gr
Author: Rasmus Oersoe"""
-fromtypingimportOptionalimporttorchfromtorchimportTensor
@@ -532,7 +538,7 @@
Source code for gr
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/models/gnn/dynedge_kaggle_tito.html b/_modules/graphnet/models/gnn/dynedge_kaggle_tito.html
index 29744d2af..8f95a495e 100644
--- a/_modules/graphnet/models/gnn/dynedge_kaggle_tito.html
+++ b/_modules/graphnet/models/gnn/dynedge_kaggle_tito.html
@@ -322,7 +322,14 @@
Source code
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/models/gnn/gnn.html b/_modules/graphnet/models/gnn/gnn.html
index 11acff46b..f25a8f332 100644
--- a/_modules/graphnet/models/gnn/gnn.html
+++ b/_modules/graphnet/models/gnn/gnn.html
@@ -322,7 +322,14 @@
Source code for graphnet.mod
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/models/gnn/icemix.html b/_modules/graphnet/models/gnn/icemix.html
index d65297300..106da6acd 100644
--- a/_modules/graphnet/models/gnn/icemix.html
+++ b/_modules/graphnet/models/gnn/icemix.html
@@ -322,7 +322,14 @@
Source code for graphnet.
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/models/graphs/edges/edges.html b/_modules/graphnet/models/graphs/edges/edges.html
index cb3d3fbe5..9ff5f3cd9 100644
--- a/_modules/graphnet/models/graphs/edges/edges.html
+++ b/_modules/graphnet/models/graphs/edges/edges.html
@@ -322,7 +322,14 @@
Source code for g
"""Class(es) for building/connecting graphs."""fromtypingimportList
-fromabcimportabstractmethod,ABC
+fromabcimportabstractmethodimporttorchfromtorch_geometric.nnimportknn_graph,radius_graph
@@ -572,7 +579,7 @@
Source code for g
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/models/graphs/edges/minkowski.html b/_modules/graphnet/models/graphs/edges/minkowski.html
index 1c218cda2..c5a17b425 100644
--- a/_modules/graphnet/models/graphs/edges/minkowski.html
+++ b/_modules/graphnet/models/graphs/edges/minkowski.html
@@ -322,7 +322,14 @@
Source code f
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/models/graphs/graph_definition.html b/_modules/graphnet/models/graphs/graph_definition.html
index 595450b28..294520b47 100644
--- a/_modules/graphnet/models/graphs/graph_definition.html
+++ b/_modules/graphnet/models/graphs/graph_definition.html
@@ -322,7 +322,14 @@
Source code
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/models/graphs/graphs.html b/_modules/graphnet/models/graphs/graphs.html
index b7d2da420..9b7a9d688 100644
--- a/_modules/graphnet/models/graphs/graphs.html
+++ b/_modules/graphnet/models/graphs/graphs.html
@@ -322,7 +322,14 @@
Source code for graphn
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/models/graphs/nodes/nodes.html b/_modules/graphnet/models/graphs/nodes/nodes.html
index 139545acf..05ad44d33 100644
--- a/_modules/graphnet/models/graphs/nodes/nodes.html
+++ b/_modules/graphnet/models/graphs/nodes/nodes.html
@@ -322,7 +322,14 @@
Source code for g
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/models/graphs/utils.html b/_modules/graphnet/models/graphs/utils.html
index 99d9f1c47..95801a327 100644
--- a/_modules/graphnet/models/graphs/utils.html
+++ b/_modules/graphnet/models/graphs/utils.html
@@ -322,7 +322,14 @@
"""Utility functions for construction of graphs."""
-fromtypingimportList,Tuple,Optional,Dict,Union
+fromtypingimportList,Tupleimportosimportnumpyasnpimportpandasaspd
@@ -590,7 +597,7 @@
Source code for graphne
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/models/model.html b/_modules/graphnet/models/model.html
index 15bde9cce..430d83fa1 100644
--- a/_modules/graphnet/models/model.html
+++ b/_modules/graphnet/models/model.html
@@ -322,7 +322,14 @@
Source code for graphnet.model
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/models/rnn/node_rnn.html b/_modules/graphnet/models/rnn/node_rnn.html
index 09ef6b1c0..c6d81fa25 100644
--- a/_modules/graphnet/models/rnn/node_rnn.html
+++ b/_modules/graphnet/models/rnn/node_rnn.html
@@ -322,7 +322,14 @@
Source code for graphne
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/models/standard_averaged_model.html b/_modules/graphnet/models/standard_averaged_model.html
index 56b377034..2bdb7b376 100644
--- a/_modules/graphnet/models/standard_averaged_model.html
+++ b/_modules/graphnet/models/standard_averaged_model.html
@@ -322,7 +322,14 @@
Source code
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/models/standard_model.html b/_modules/graphnet/models/standard_model.html
index e60a1a243..40bbd943f 100644
--- a/_modules/graphnet/models/standard_model.html
+++ b/_modules/graphnet/models/standard_model.html
@@ -322,7 +322,14 @@
Source code for graph
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/models/task/classification.html b/_modules/graphnet/models/task/classification.html
index 0ca049558..f51f27343 100644
--- a/_modules/graphnet/models/task/classification.html
+++ b/_modules/graphnet/models/task/classification.html
@@ -322,7 +322,14 @@
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/models/task/reconstruction.html b/_modules/graphnet/models/task/reconstruction.html
index 11dcdfe1a..801a800ba 100644
--- a/_modules/graphnet/models/task/reconstruction.html
+++ b/_modules/graphnet/models/task/reconstruction.html
@@ -322,7 +322,14 @@
Source code for
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/models/task/task.html b/_modules/graphnet/models/task/task.html
index 526a12357..14ef23490 100644
--- a/_modules/graphnet/models/task/task.html
+++ b/_modules/graphnet/models/task/task.html
@@ -322,7 +322,14 @@
Source code for graphnet.m
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/models/transformer/iseecube.html b/_modules/graphnet/models/transformer/iseecube.html
index f7373af7e..0babf547b 100644
--- a/_modules/graphnet/models/transformer/iseecube.html
+++ b/_modules/graphnet/models/transformer/iseecube.html
@@ -322,7 +322,14 @@
Source code for
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/models/utils.html b/_modules/graphnet/models/utils.html
index edf92c21b..8a34d4f73 100644
--- a/_modules/graphnet/models/utils.html
+++ b/_modules/graphnet/models/utils.html
@@ -322,7 +322,14 @@
Source code for graphnet.model
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/training/callbacks.html b/_modules/graphnet/training/callbacks.html
index 223ead861..8d1149b32 100644
--- a/_modules/graphnet/training/callbacks.html
+++ b/_modules/graphnet/training/callbacks.html
@@ -322,7 +322,14 @@
Source code for graphnet
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/training/labels.html b/_modules/graphnet/training/labels.html
index 5440be6b8..66a5f789f 100644
--- a/_modules/graphnet/training/labels.html
+++ b/_modules/graphnet/training/labels.html
@@ -322,7 +322,14 @@
Source code for graphnet.tr
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/training/loss_functions.html b/_modules/graphnet/training/loss_functions.html
index 331fc0db2..3e90553e7 100644
--- a/_modules/graphnet/training/loss_functions.html
+++ b/_modules/graphnet/training/loss_functions.html
@@ -322,7 +322,14 @@
Source code for gra
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/training/utils.html b/_modules/graphnet/training/utils.html
index 249ad1eb7..d736cf4a4 100644
--- a/_modules/graphnet/training/utils.html
+++ b/_modules/graphnet/training/utils.html
@@ -322,7 +322,14 @@
Source code for graphnet.tra
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/training/weight_fitting.html b/_modules/graphnet/training/weight_fitting.html
index 6d39cf0a4..19b9666dd 100644
--- a/_modules/graphnet/training/weight_fitting.html
+++ b/_modules/graphnet/training/weight_fitting.html
@@ -322,7 +322,14 @@
Source code for gra
selection:Optional[List[int]]=None,transform:Optional[Callable]=None,db_count_norm:Optional[int]=None,
+ automatic_log_bins:bool=False,
+ max_weight:Optional[float]=None,**kwargs:Any,)->pd.DataFrame:"""Fit weights.
@@ -429,9 +438,16 @@
Source code for gra
transform: A callable method that transform the variable into a desired space. E.g. np.log10 for energy. If given, fitting will happen in this space.
- db_count_norm: If given, the total sum of the weights for the given db will be this number.
+ db_count_norm: If given, the total sum of the weights for the given
+ db will be this number.
+ automatic_log_bins: If True, the bins are generated as a log10
+ space between the min and max of the variable.
+ max_weight: If given, the weights are capped such that a single
+ event weight cannot exceed this number times the sum of
+ all weights. **kwargs: Additional arguments passed to `_fit_weights`.
+
Returns: DataFrame that contains weights, event_nos. """
@@ -441,6 +457,9 @@
Source code for gra
self._selection=selectionself._bins=binsself._transform=transform
+ ifmax_weightisnotNone:
+ assertmax_weight>0andmax_weight<1
+ self._max_weight=max_weightifweight_nameisNone:self._weight_name=self._generate_weight_name()
@@ -450,12 +469,29 @@
Source code for gra
1/(1+a*(x_low -x)) curve. alpha: A scalar factor that controls how fast the weights above x_low approaches zero. Larger means faster.
+ percentile: If True, x_low is interpreted as a percentile of the
+ truth variable. Returns: The fitted weights.
@@ -548,6 +590,11 @@
Source code for gra
weights=truth[self._weight_name],)c=bin_counts.max()
+
+ ifpercentile:
+ assert0<x_low<1
+ x_low=np.quantile(truth[self._variable],x_low)
+
slice=truth[self._variable][truth[self._variable]>x_low]truth[self._weight_name][truth[self._variable]>x_low]=1/(1+alpha*(slice-x_low)
@@ -591,7 +638,7 @@
Source code for gra
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/utilities/argparse.html b/_modules/graphnet/utilities/argparse.html
index 05cfe51ff..7ebf7aa7a 100644
--- a/_modules/graphnet/utilities/argparse.html
+++ b/_modules/graphnet/utilities/argparse.html
@@ -322,7 +322,14 @@
Source code for graphnet
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/utilities/config/base_config.html b/_modules/graphnet/utilities/config/base_config.html
index 94622f99a..e70659601 100644
--- a/_modules/graphnet/utilities/config/base_config.html
+++ b/_modules/graphnet/utilities/config/base_config.html
@@ -322,7 +322,14 @@
Source code fo
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/utilities/config/configurable.html b/_modules/graphnet/utilities/config/configurable.html
index eb5b50ae7..a02a73523 100644
--- a/_modules/graphnet/utilities/config/configurable.html
+++ b/_modules/graphnet/utilities/config/configurable.html
@@ -322,7 +322,14 @@
Source code f
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/utilities/config/dataset_config.html b/_modules/graphnet/utilities/config/dataset_config.html
index 654f2c796..d89290175 100644
--- a/_modules/graphnet/utilities/config/dataset_config.html
+++ b/_modules/graphnet/utilities/config/dataset_config.html
@@ -322,7 +322,14 @@
Source code
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/utilities/config/model_config.html b/_modules/graphnet/utilities/config/model_config.html
index f70455f80..274750d24 100644
--- a/_modules/graphnet/utilities/config/model_config.html
+++ b/_modules/graphnet/utilities/config/model_config.html
@@ -322,7 +322,14 @@
Source code f
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/utilities/config/parsing.html b/_modules/graphnet/utilities/config/parsing.html
index a900ee833..fe6cdadf7 100644
--- a/_modules/graphnet/utilities/config/parsing.html
+++ b/_modules/graphnet/utilities/config/parsing.html
@@ -322,7 +322,14 @@
Source code for gr
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/utilities/config/training_config.html b/_modules/graphnet/utilities/config/training_config.html
index 0677ef70d..b3c0df897 100644
--- a/_modules/graphnet/utilities/config/training_config.html
+++ b/_modules/graphnet/utilities/config/training_config.html
@@ -322,7 +322,14 @@
Source cod
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/utilities/deprecation_tools.html b/_modules/graphnet/utilities/deprecation_tools.html
index d455ba74a..a7125b89c 100644
--- a/_modules/graphnet/utilities/deprecation_tools.html
+++ b/_modules/graphnet/utilities/deprecation_tools.html
@@ -322,7 +322,14 @@
Source code for
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/utilities/filesys.html b/_modules/graphnet/utilities/filesys.html
index 1cd7374ba..459d11ac1 100644
--- a/_modules/graphnet/utilities/filesys.html
+++ b/_modules/graphnet/utilities/filesys.html
@@ -322,7 +322,14 @@
Source code for graphnet.
frompathlibimportPathimportre
-fromtypingimportList,Optional,Tuple,Union,cast
+fromtypingimportList,Optional,Tuple,Union
@@ -481,7 +488,7 @@
Source code for graphnet.
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/utilities/imports.html b/_modules/graphnet/utilities/imports.html
index 6726c5d70..0fa8571d5 100644
--- a/_modules/graphnet/utilities/imports.html
+++ b/_modules/graphnet/utilities/imports.html
@@ -322,7 +322,14 @@
Source code for graphnet.
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/utilities/logging.html b/_modules/graphnet/utilities/logging.html
index 271fbfd42..144f65ea4 100644
--- a/_modules/graphnet/utilities/logging.html
+++ b/_modules/graphnet/utilities/logging.html
@@ -322,7 +322,14 @@
Source code for graphnet.
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/graphnet/utilities/maths.html b/_modules/graphnet/utilities/maths.html
index 61a5fae36..a71af3192 100644
--- a/_modules/graphnet/utilities/maths.html
+++ b/_modules/graphnet/utilities/maths.html
@@ -322,7 +322,14 @@
Source code for graphnet.ut
Created using
- Sphinx 7.3.7.
+ Sphinx 8.0.2.
and
Material for
Sphinx
diff --git a/_modules/index.html b/_modules/index.html
index f3b3babc4..a86f000b9 100644
--- a/_modules/index.html
+++ b/_modules/index.html
@@ -321,7 +321,14 @@
GraphNeT is an open-source Python framework aimed at providing high quality, user friendly, end-to-end functionality to perform reconstruction tasks at neutrino telescopes using deep learning. GraphNeT makes it fast and easy to train complex models that can provide event reconstruction with state-of-the-art performance, for arbitrary detector configurations, with inference times that are orders of magnitude faster than traditional reconstruction techniques.
-GraphNeT provides a common, detector agnostic framework for ML developers and physicists that wish to use the state-of-the-art tools in their research. By uniting both user groups, GraphNeT aims to increase the longevity and usability of individual code contributions from ML developers by building a general, reusable software package based on software engineering best practices, and lowers the technical threshold for physicists that wish to use the most performant tools for their scientific problems.
+
GraphNeT is an open-source Python framework aimed at providing high quality, user friendly, end-to-end functionality to perform reconstruction tasks at neutrino telescopes using deep learning. GraphNeT makes it fast and easy to train complex models that can provide event reconstruction with state-of-the-art performance, for arbitrary detector configurations, with inference times that are orders of magnitude faster than traditional reconstruction techniques.
+GraphNeT provides a common, detector agnostic framework for ML developers and physicists that wish to use the state-of-the-art tools in their research. By uniting both user groups, GraphNeT aims to increase the longevity and usability of individual code contributions from ML developers by building a general, reusable software package based on software engineering best practices, and lowers the technical threshold for physicists that wish to use the most performant tools for their scientific problems.
GraphNeT comprises a number of modules providing the necessary tools to build workflows from ingesting raw training data in domain-specific formats to deploying trained models in domain-specific reconstruction chains, as illustrated in [the Figure](flowchart).
+
GraphNeT comprises a number of modules providing the necessary tools to build workflows from ingesting raw training data in domain-specific formats to deploying trained models in domain-specific reconstruction chains, as illustrated in [the Figure](flowchart).
-
graphnet.models provides modular components subclassing torch.nn.Module, meaning that users only need to import a few existing, purpose-built components and chain them together to form a complete model. ML developers can contribute to GraphNeT by extending this suite of model components — through new layer types, physics tasks, graph connectivities, etc. — and experiment with optimising these for different reconstruction tasks using experiment tracking.
+
graphnet.models provides modular components subclassing torch.nn.Module, meaning that users only need to import a few existing, purpose-built components and chain them together to form a complete model. ML developers can contribute to GraphNeT by extending this suite of model components — through new layer types, physics tasks, graph connectivities, etc. — and experiment with optimising these for different reconstruction tasks using experiment tracking.
These models are trained using graphnet.training on data prepared using graphnet.data, to satisfy the high I/O loads required when training ML models on large batches of events, which domain-specific neutrino physics data formats typically do not allow.
Trained models are deployed to a domain-specific reconstruction chain, yielding predictions, using the components in graphnet.deployment. This can either be through model files or container images, making deployment as portable and dependency-free as possible.
-
By splitting up the model development as in flowchart, GraphNeT allows physics users to interface only with high-level building blocks or pre-trained models that can be used directly in their reconstruction chains, while allowing ML developers to continuously improve and expand the framework’s capabilities.
+
By splitting up the model development as in flowchart, GraphNeT allows physics users to interface only with high-level building blocks or pre-trained models that can be used directly in their reconstruction chains, while allowing ML developers to continuously improve and expand the framework’s capabilities.