Skip to content

Commit

Permalink
doc: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
T0217 committed Oct 1, 2024
1 parent 80e4d9a commit e6946ca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ sequential.visualize_html(output_path)

`SDQCPy` supports various methods, the implementation of these methods are using [`ydata-synthetic`](https://github.com/ydataai/ydata-synthetic) and [`SDV`](https://github.com/sdv-dev/SDV).

> [!Tip]
> [!TIP]
>
> ***We only display simple code here, and the parameters of each model can be further modified as needed.***
Expand All @@ -101,10 +101,10 @@ sequential.visualize_html(output_path)
ydata_synth = YDataSynthesizer(data=raw_data)
synthetic_data = ydata_synth.generate()
```
> [!WARNING]
>
> ***In the latest version, [`ydata-synthetic`](https://github.com/ydataai/ydata-synthetic) has switched to using [ydata-sdk](https://github.com/ydataai/ydata-sdk). However, since synthetic data is only a supplementary feature of this library, it has not been updated yet.***

> [!IMPORTANT]
>
> ***In the latest version, [`ydata-synthetic`](https://github.com/ydataai/ydata-synthetic) has switched to using [ydata-sdk](https://github.com/ydataai/ydata-sdk). However, since synthetic data is only a supplementary feature of this library, it has not been updated yet.***

- **SDV Synthesizer**

Expand All @@ -119,6 +119,7 @@ sequential.visualize_html(output_path)

## Workflow
`SDQCPy` use the process shown below to perform the quality check and analysis:

```mermaid
---
title Main Idea
Expand Down
8 changes: 4 additions & 4 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ sequential.visualize_html(output_path)

`SDQCPy` 提供了多种生成合成数据的方法,这些方法的实现使用[`ydata-synthetic`](https://github.com/ydataai/ydata-synthetic)[`SDV`](https://github.com/sdv-dev/SDV)

> [!Tip]
> [!TIP]
>
> ***本库仅展示简单代码,每个模型的参数可以根据您的需求进行进一步修改。***
Expand All @@ -98,9 +98,9 @@ sequential.visualize_html(output_path)
synthetic_data = ydata_synth.generate()
```

> [!WARNING]
>
> ***在最新版本中,[`ydata-synthetic`](https://github.com/ydataai/ydata-synthetic) 已经切换到使用 [ydata-sdk](https://github.com/ydataai/ydata-sdk)。然而,由于合成数据只是本库的补充功能,因此尚未更新。***
> [!IMPORTANT]
>
> ***在最新版本中,[`ydata-synthetic`](https://github.com/ydataai/ydata-synthetic) 已经切换到使用 [ydata-sdk](https://github.com/ydataai/ydata-sdk)。然而,由于合成数据只是本库的补充功能,因此尚未更新。***

- **SDV Synthesizer**

Expand Down

0 comments on commit e6946ca

Please sign in to comment.