-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (29 loc) · 1.13 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
layout: default
custom_css: index.css
custom_js: index.js
---
<div class="header-img">
<a href="/"><img src="assets/header-img.png" alt="img" /></a>
</div>
<div class="wrapper">
<div class="row">
<div class="header-information">
<h1>What is Synthetic Data Vault?</h1>
<p class="des">
The Synthetic Data Vault (SDV) enables end users to easily generate <i>Synthetic Data</i>
for different data modalities, including <i>single table</i>, <i>multi-table</i> and
<i>time series</i> data. With this ecosystem, we are releasing several years of our work
building, testing and evaluating algorithms and models geared towards synthetic data
generation. On this site you will find a number of open-source libraries, tutorials and
other useful resources. We are constantly improving algorithms, APIs, and benchmarking
methods to give you access to the latest innovations in the field. Try it, test it and
give us feedback!
</p>
</div>
</div>
{%- include resources.html -%}
</div>
{%- include synthesize.html -%}
{%- include concepts.html -%}
{%- include libraries.html -%}