-
Notifications
You must be signed in to change notification settings - Fork 0
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
29 changed files
with
2,258 additions
and
316 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 |
---|---|---|
@@ -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
265
_downloads/62a5c971334035b19459e81e2b66ab55/render.html
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,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 removed
BIN
-14.1 KB
_images/48689ceb071839f4f47b331fa4d4ed60e537e6d5d92ba1af1bbf724f2d5c98f2.png
Binary file not shown.
Binary file added
BIN
+14.1 KB
_images/4e27cccf1b964fc7bdcaec5cbc22fc7ed0ff0eafee13ecd141a287542dd2c0cb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-14.1 KB
_images/64652de95abfa1496887fd5ddccb9cbb5c350bd74d05b0b06294464e05b035e7.png
Binary file not shown.
Binary file added
BIN
+14.1 KB
_images/c78846048841c255ef3f4cf2bbd6b6ce3736931c32e946303237e4497795f5cf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,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). |
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 |
---|---|---|
|
@@ -30,7 +30,7 @@ | |
"width: 50%\n", | ||
"---\n", | ||
"```\n", | ||
"``` \n", | ||
"\n", | ||
" " | ||
] | ||
}, | ||
|
Oops, something went wrong.