Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Scherzan committed Aug 28, 2023
1 parent a669a63 commit 0584c03
Show file tree
Hide file tree
Showing 29 changed files with 2,258 additions and 316 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -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: e0add72a316d0f4c40d041b098436ce3
config: 4944d9e59affdec78b8b89281accc310
tags: 645f666f9bcd5a90fca523b33c5a78b7
265 changes: 265 additions & 0 deletions _downloads/62a5c971334035b19459e81e2b66ab55/render.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,265 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Awesome-pyecharts</title>
<script type="text/javascript" src="https://assets.pyecharts.org/assets/v5/echarts.min.js"></script>

</head>
<body >
<div id="f4b8bca50fac47c6b79907ba1c30c0fd" class="chart-container" style="width:900px; height:500px; "></div>
<script>
var chart_f4b8bca50fac47c6b79907ba1c30c0fd = echarts.init(
document.getElementById("f4b8bca50fac47c6b79907ba1c30c0fd"), "white", {renderer: "canvas"});
var option_f4b8bca50fac47c6b79907ba1c30c0fd = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
"animationEasing": "cubicOut",
"animationDelay": 0,
"animationDurationUpdate": 300,
"animationEasingUpdate": "cubicOut",
"animationDelayUpdate": 0,
"aria": {
"enabled": false
},
"color": [
"#5470c6",
"#91cc75",
"#fac858",
"#ee6666",
"#73c0de",
"#3ba272",
"#fc8452",
"#9a60b4",
"#ea7ccc"
],
"series": [
{
"type": "tree",
"data": [
{
"children": [
{
"children": [
{
"children": [
{
"name": "Statistical Moments \nand Tests"
},
{
"name": "Distance Calculations"
},
{
"name": "Visual Comparisons"
}
],
"name": "Univariate"
},
{
"children": [
{
"name": "Pairwise Pearson \nCorrelation"
},
{
"name": "Contingency Table"
}
],
"name": "Multivariate"
},
{
"children": [
{
"name": "PCA Plots Comparison"
},
{
"name": "Isomap Plots Comparison"
}
],
"name": "Dimensional"
},
{
"children": [
{
"name": "Train classifier to label\nreal and synthetic records\nand analyse its performance"
}
],
"name": "Data Labeling"
}
],
"name": "Resemblance Analysis"
},
{
"children": [
{
"children": [
{
"name": "Choose a prediction task within your data, \ntrain your prediction model on real data, \ntrain your prediction model on synthetic data, \ncompare prediction task performance on real test data \n"
}
],
"name": "Downstream Task Evaluation"
}
],
"name": "Utility Evaluation"
},
{
"children": [
{
"children": [
{
"name": "Paired Euclidean Distance"
},
{
"name": "Wasserstein distance"
},
{
"name": "Jensen-Shannon divergence"
}
],
"name": "Similarity Evaluation Analysis (SEA)"
},
{
"children": [
{
"name": "Membership Inference Attack"
},
{
"name": "Attribute Inference Attack"
}
],
"name": "Re-Identification Risk Analysis (RIRA)"
}
],
"name": "Privacy Evaluation"
},
{
"children": [
{
"children": [
{
"name": "Basic Statistical Properties"
},
{
"name": "Correlation Matrices"
},
{
"name": "PCA"
},
{
"name": "Utility Evaluation (ML-Task)"
}
],
"name": "Similarity Score \n(Brenninkmeijer & Hille)"
},
{
"children": [
{
"name": "Basic Statistical Properties"
},
{
"name": "Correlation Score"
},
{
"name": "Utility Evaluation (ML-Task)"
},
{
"name": "Propensity Mean Squared Error"
},
{
"name": "Support Coverage"
}
],
"name": "TabSynDex \n(Chundawat et al.)"
},
{
"children": [
{
"name": "Resemblance Analysis (URA, MRA, DRA, DLA)"
},
{
"name": "Utility Evaluation (classification)"
},
{
"name": "Privacy Evaluation (SEA, RIRA)"
}
],
"name": "Categorization of Quality \n(Hernandez et al.)"
},
{
"children": [
{
"name": "Univariate Statistical \nTests"
},
{
"name": "Correlation and \nContingency Measures"
}
],
"name": "Quality Score \n(Synthetic Data Vault)"
}
],
"name": "One Overall Metric"
}
],
"name": "Evaluation Metrics"
}
],
"symbol": "emptyCircle",
"symbolSize": 7,
"edgeShape": "curve",
"edgeForkPosition": "50%",
"roam": false,
"expandAndCollapse": true,
"initialTreeDepth": 1,
"layout": "orthogonal",
"orient": "LR",
"label": {
"show": true,
"position": "top",
"color": "#1f449c",
"margin": 8,
"fontSize": 18
},
"leaves": {
"label": {
"show": true,
"margin": 8
}
},
"itemStyle": {
"borderColor0": "000000"
}
}
],
"legend": [
{
"data": [],
"selected": {}
}
],
"tooltip": {
"show": true,
"trigger": "item",
"triggerOn": "mousemove|click",
"axisPointer": {
"type": "line"
},
"showContent": true,
"alwaysShowContent": false,
"showDelay": 0,
"hideDelay": 100,
"enterable": false,
"confine": false,
"appendToBody": false,
"transitionDuration": 0.4,
"textStyle": {
"fontSize": 14
},
"borderWidth": 0,
"padding": 5,
"order": "seriesAsc"
}
};
chart_f4b8bca50fac47c6b79907ba1c30c0fd.setOption(option_f4b8bca50fac47c6b79907ba1c30c0fd);
</script>
</body>
</html>
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions _sources/acknowledgements.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Acknowledgements

Many brilliant people and their ideas enabled this collection and I am very greatful for their support and advice.
Thanks to all the authors of sources that were used in this collection.

## References

This book was inspired by many tutorials, papers and other jupyter books. Check them out:

- Patrick Mineault: [The Good Research Code Handbook](https://goodresearch.dev/). Inspiring and intuitive book on good research code.
- Joseph P. Near and Chiké Abuah: [Programming Differential Privacy](https://programming-dp.com/cover.html). Easy to follow explanation and approach to teaching differential privacy. The section in this books builds mainly on their example in the book.
- tba

This book was generated by [jupyterbook](https://jupyterbook.org/), which builds on [Sphinx](https://www.sphinx-doc.org).
2 changes: 1 addition & 1 deletion _sources/diff_privacy_sd_gan.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"width: 50%\n",
"---\n",
"```\n",
"``` \n",
"\n",
" "
]
},
Expand Down
Loading

0 comments on commit 0584c03

Please sign in to comment.