-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit ec58cf1
Showing
86 changed files
with
12,816 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +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: 6531cc630d9256171cefe760f640ed72 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Arcana Logger | ||
===================== | ||
|
||
Submodules | ||
---------- | ||
|
||
arcana.logger.logger module | ||
--------------------------- | ||
|
||
.. automodule:: arcana.logger.logger | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: arcana.logger | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
Arcana Losses | ||
===================== | ||
|
||
Submodules | ||
---------- | ||
|
||
arcana.losses.loss module | ||
------------------------- | ||
|
||
.. automodule:: arcana.losses.loss | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
arcana.losses.loss\_trace module | ||
-------------------------------- | ||
|
||
.. automodule:: arcana.losses.loss_trace | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: arcana.losses | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
Arcana Models: Decoders | ||
============================== | ||
|
||
Submodules | ||
---------- | ||
|
||
arcana.models.decoders.additive\_decoder module | ||
----------------------------------------------- | ||
|
||
.. automodule:: arcana.models.decoders.additive_decoder | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
arcana.models.decoders.base\_decoder module | ||
------------------------------------------- | ||
|
||
.. automodule:: arcana.models.decoders.base_decoder | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
arcana.models.decoders.multihead\_decoder module | ||
------------------------------------------------ | ||
|
||
.. automodule:: arcana.models.decoders.multihead_decoder | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: arcana.models.decoders | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
Arcana models: encoders | ||
============================== | ||
|
||
Submodules | ||
---------- | ||
|
||
arcana.models.encoders.additive\_encoder module | ||
----------------------------------------------- | ||
|
||
.. automodule:: arcana.models.encoders.additive_encoder | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
arcana.models.encoders.base\_encoder module | ||
------------------------------------------- | ||
|
||
.. automodule:: arcana.models.encoders.base_encoder | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
arcana.models.encoders.multihead\_encoder module | ||
------------------------------------------------ | ||
|
||
.. automodule:: arcana.models.encoders.multihead_encoder | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: arcana.models.encoders | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Arcana Models | ||
===================== | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
arcana.models.decoders | ||
arcana.models.encoders | ||
arcana.models.sequence_to_sequence | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: arcana.models | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
Arcana Models: sequence\_to\_sequence | ||
============================================ | ||
|
||
Submodules | ||
---------- | ||
|
||
arcana.models.sequence\_to\_sequence.seq2seq\_factory module | ||
------------------------------------------------------------ | ||
|
||
.. automodule:: arcana.models.sequence_to_sequence.seq2seq_factory | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
arcana.models.sequence\_to\_sequence.sequence\_to\_sequence module | ||
------------------------------------------------------------------ | ||
|
||
.. automodule:: arcana.models.sequence_to_sequence.sequence_to_sequence | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: arcana.models.sequence_to_sequence | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
Arcana Plots | ||
==================== | ||
|
||
Submodules | ||
---------- | ||
|
||
arcana.plots.analysis\_plot\_utils module | ||
----------------------------------------- | ||
|
||
.. automodule:: arcana.plots.analysis_plot_utils | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
arcana.plots.plot\_utils module | ||
------------------------------- | ||
|
||
.. automodule:: arcana.plots.plot_utils | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
arcana.plots.plots module | ||
------------------------- | ||
|
||
.. automodule:: arcana.plots.plots | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: arcana.plots | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Arcana Prediction | ||
========================= | ||
|
||
Submodules | ||
---------- | ||
|
||
arcana.prediction.quantile\_prediction module | ||
--------------------------------------------- | ||
|
||
.. automodule:: arcana.prediction.quantile_prediction | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: arcana.prediction | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
Arcana Procedures | ||
========================= | ||
|
||
Submodules | ||
---------- | ||
|
||
arcana.procedures.config\_handler module | ||
---------------------------------------- | ||
|
||
.. automodule:: arcana.procedures.config_handler | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
arcana.procedures.predicting module | ||
----------------------------------- | ||
|
||
.. automodule:: arcana.procedures.predicting | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
arcana.procedures.training module | ||
--------------------------------- | ||
|
||
.. automodule:: arcana.procedures.training | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
arcana.procedures.tuning module | ||
------------------------------- | ||
|
||
.. automodule:: arcana.procedures.tuning | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: arcana.procedures | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Arcana Processing | ||
========================= | ||
|
||
Submodules | ||
---------- | ||
|
||
arcana.processing.data\_processing module | ||
----------------------------------------- | ||
|
||
.. automodule:: arcana.processing.data_processing | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: arcana.processing | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
Arcana Regularizations | ||
============================== | ||
|
||
Submodules | ||
---------- | ||
|
||
arcana.regularizations.optimizer\_scheduler module | ||
-------------------------------------------------- | ||
|
||
.. automodule:: arcana.regularizations.optimizer_scheduler | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
arcana.regularizations.stopping\_criteria module | ||
------------------------------------------------ | ||
|
||
.. automodule:: arcana.regularizations.stopping_criteria | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
arcana.regularizations.teacher\_forcing module | ||
---------------------------------------------- | ||
|
||
.. automodule:: arcana.regularizations.teacher_forcing | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: arcana.regularizations | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
Arcana package | ||
============== | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
arcana.logger | ||
arcana.losses | ||
arcana.models | ||
arcana.plots | ||
arcana.prediction | ||
arcana.procedures | ||
arcana.processing | ||
arcana.regularizations | ||
arcana.training | ||
arcana.utils | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: arcana | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Arcana Training | ||
======================= | ||
|
||
Submodules | ||
---------- | ||
|
||
arcana.training.train\_model module | ||
----------------------------------- | ||
|
||
.. automodule:: arcana.training.train_model | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: arcana.training | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
Oops, something went wrong.