-
Notifications
You must be signed in to change notification settings - Fork 2
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
Showing
17 changed files
with
122 additions
and
340 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
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
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,11 @@ | ||
{%- if show_headings %} | ||
{{- [basename, "module"] | join(' ') | e | heading }} | ||
|
||
{% endif -%} | ||
.. uml:: {{ qualname }} | ||
:classes: | ||
.. automodule:: {{ qualname }} | ||
|
||
{%- for option in automodule_options %} | ||
:{{ option }}: | ||
{%- endfor %} |
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,12 @@ | ||
Tutorials | ||
============ | ||
|
||
Getting started | ||
----------------- | ||
.. toctree:: | ||
:glob: | ||
:maxdepth: 2 | ||
|
||
Getting started with tabular data <Tutorials/tutorial_01_simple_tabular_example.ipynb> | ||
Adding a new plugin <Tutorials/tutorial_02_images.ipynb> | ||
Benchmarks <Tutorials/tutorial_03_tabular_COVID19_data.ipynb> |
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,28 @@ | ||
Generators | ||
============ | ||
|
||
General purpose | ||
----------------- | ||
.. toctree:: | ||
:glob: | ||
:maxdepth: 2 | ||
|
||
Area Under the Margin (AUM) <generated/synthcity.plugins.generic.plugin_aum.rst> | ||
Conf Agree <generated/synthcity.plugins.generic.plugin_conf_agree.rst> | ||
Confident Learning <generated/synthcity.plugins.generic.plugin_confident_learning.rst> | ||
Data IQ <generated/synthcity.plugins.generic.plugin_data_iq.rst> | ||
Data Maps <generated/synthcity.plugins.generic.plugin_data_maps.rst> | ||
Error L2-Norm (EL2N) <generated/synthcity.plugins.generic.plugin_el2n.rst> | ||
Forgetting <generated/synthcity.plugins.generic.plugin_forgetting.rst> | ||
Gradient Normed (GraNd) <generated/synthcity.plugins.generic.plugin_grand.rst> | ||
Large Loss <generated/synthcity.plugins.generic.plugin_large_loss.rst> | ||
Prototypicality <generated/synthcity.plugins.generic.plugin_prototypicality.rst> | ||
Variance of Gradients (VOG) <generated/synthcity.plugins.generic.plugin_vog.rst> | ||
|
||
Image specific | ||
----------------- | ||
.. toctree:: | ||
:glob: | ||
:maxdepth: 2 | ||
|
||
Active Learning Guided by Local Sensitivity and Hardness (ALLSH) <generated/synthcity.plugins.privacy.plugin_allsh.rst> |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.