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-1.0.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-1.0-py3-none-any.whl
(6.6 kB
view details)
File details
Details for the file qde-1.0.tar.gz.
File metadata
- Download URL: qde-1.0.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 |
ec78a5e2d10bb76e0ba1b51a214c4738d3d04e9e59581ec8afc504dcbfe6a33d
|
|
| MD5 |
aa53541c1cacf7efdd002ccae684f930
|
|
| BLAKE2b-256 |
ea20cda095d85ba2e68ea2a185a1c2dbb91fe8b1244bf859811a0ec0f9977ae3
|
File details
Details for the file qde-1.0-py3-none-any.whl.
File metadata
- Download URL: qde-1.0-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 |
4a365e5c50d7288fa34df9ad1eb867f80c100ae8e2225e7d92d746243a26f48b
|
|
| MD5 |
5b76b7c4c87fa4ba65c6027e3b9c2cad
|
|
| BLAKE2b-256 |
d9c7ebc25e2873720cf0a819e339d9d8feebd2dd916ca7a686dd7bc442558b99
|