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.1.tar.gz
(3.2 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.1-py3-none-any.whl
(4.1 kB
view details)
File details
Details for the file qde-0.0.1.tar.gz.
File metadata
- Download URL: qde-0.0.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
974e8cc310e280566edc8832485c0b9932f06f8158be655815745bfcd3b36a62
|
|
| MD5 |
f91eaba2df3f00fa6d7cfbdf35eeaa7d
|
|
| BLAKE2b-256 |
ef8e3e7fb62ec6808170326104be942fd658b8e19fa1833f8265d4a3a6b88a07
|
File details
Details for the file qde-0.0.1-py3-none-any.whl.
File metadata
- Download URL: qde-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.1 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 |
2ff7c156b0a49da2cfe40b473566ed7aad325bcd8bdbbb8ca997f9d6097b9eb0
|
|
| MD5 |
d535e2bb66f0c8bbc5751387e4fc7376
|
|
| BLAKE2b-256 |
bb81e84e837af86400b8be710ad07e6d79e08c6654f42a1c7bb15fdc4a8b58f7
|