Quality Data Extractor
Project description
Quality Data Extractor
QDE lets you extract the quality data from a generated data set.
- Get a relatively smaller data set
- Generate new automated samples of it using any generative model.
- Pass both the sets into qde and get filtered combined data.
How to use qde
Fit training, generated and test data into qde
qde_obj = qde.quality_data_extractor()
qde_obj.fit(train_set, new_set, test_set)
Get accuracy of unfiltered combined data
qde_obj.get_accuracy()
Get filtered data along with its accuracy using method 1
comb_data_1, accuracy_1 = qde_obj.get_combined_data(recipe=0)
Get filtered data along with its accuracy using method 2
comb_data_2, accuracy_2 = qde_obj.get_combined_data(recipe=1)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
qde-0.0.2.tar.gz
(5.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
qde-0.0.2-py3-none-any.whl
(6.6 kB
view details)
File details
Details for the file qde-0.0.2.tar.gz.
File metadata
- Download URL: qde-0.0.2.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab95a4fc27f479795ee2cb9a228368ccf2d65fdcc6bd4c1666a492a19a474389
|
|
| MD5 |
a40a40f1c4bf29cde46599d17a6a8062
|
|
| BLAKE2b-256 |
800c64cd8f0086a1c19879363769988e3845b64fc9373fa7c997e0b9c5f873f8
|
File details
Details for the file qde-0.0.2-py3-none-any.whl.
File metadata
- Download URL: qde-0.0.2-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e56f4d3636d3ee3aa817593422ced623887b62bb747e44e3ca8ac08bce6753e
|
|
| MD5 |
8ef3675b605cdf392e6f74683b7fe47c
|
|
| BLAKE2b-256 |
33faf50de5d7cd574aaaabf1f5f2186535ced86ce9dec2224f697b8aa0051709
|