ctdGAN


NamectdGAN JSON
Version 0.1.9 PyPI version JSON
download
home_pagehttps://github.com/lakritidis/ctdGAN
SummaryA Generative Adversarial Network for synthesizing artificial tabular data.
upload_time2024-12-26 13:58:22
maintainerLeonidas Akritidis
docs_urlNone
authorLeonidas Akritidis
requires_pythonNone
licenseApache
keywords ctdgan gan generative adversarial network imbalanced data tabular data deep learning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p>ctdGAN is a Conditional Generative Adversarial Network for alleviating class imbalance in tabular datasets. The model is based on an initial space partitioning step that assigns cluster labels to the input samples. These labels are used to synthesize samples via a probabilistic sampling mechanism. ctdGAN optimizes a loss function that is sensitive to both cluster and class mis-predictions, rendering the modelcapable of generating samples in subspaces that resemble those of the original data distribution.</p><p><b>Licence:</b> Apache License, 2.0 (Apache-2.0)</p><p><b>Dependencies:</b>NumPy, pandas, Matplotlib, seaborn, joblib, Reversible Data Transforms(RDT), scikit-learn, pytorch, Synthetic Data Vault</p><p><b>GitHub repository:</b> <a href="https://github.com/lakritidis/ctdGAN">https://github.com/lakritidis/ctdGAN</a></p>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/lakritidis/ctdGAN",
    "name": "ctdGAN",
    "maintainer": "Leonidas Akritidis",
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": "lakritidis@ihu.gr",
    "keywords": "ctdGAN, GAN, Generative Adversarial Network, imbalanced data, tabular data, deep learning",
    "author": "Leonidas Akritidis",
    "author_email": "lakritidis@ihu.gr",
    "download_url": "https://files.pythonhosted.org/packages/88/42/408e19cb5f09b138909662fb1b0d0913d1195e66797589d57c46631d3a11/ctdgan-0.1.9.tar.gz",
    "platform": null,
    "description": "<p>ctdGAN is a Conditional Generative Adversarial Network for alleviating class imbalance in tabular datasets. The model is based on an initial space partitioning step that assigns cluster labels to the input samples. These labels are used to synthesize samples via a probabilistic sampling mechanism. ctdGAN optimizes a loss function that is sensitive to both cluster and class mis-predictions, rendering the modelcapable of generating samples in subspaces that resemble those of the original data distribution.</p><p><b>Licence:</b> Apache License, 2.0 (Apache-2.0)</p><p><b>Dependencies:</b>NumPy, pandas, Matplotlib, seaborn, joblib, Reversible Data Transforms(RDT), scikit-learn, pytorch, Synthetic Data Vault</p><p><b>GitHub repository:</b> <a href=\"https://github.com/lakritidis/ctdGAN\">https://github.com/lakritidis/ctdGAN</a></p>\n",
    "bugtrack_url": null,
    "license": "Apache",
    "summary": "A Generative Adversarial Network for synthesizing artificial tabular data.",
    "version": "0.1.9",
    "project_urls": {
        "Homepage": "https://github.com/lakritidis/ctdGAN"
    },
    "split_keywords": [
        "ctdgan",
        " gan",
        " generative adversarial network",
        " imbalanced data",
        " tabular data",
        " deep learning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8842408e19cb5f09b138909662fb1b0d0913d1195e66797589d57c46631d3a11",
                "md5": "caa72cd6b528dc3c2d8d2bbd0fb7f147",
                "sha256": "5de07e1e37e2951ea5f6a3b0925da77b40e369c1aa98b595bed62cb015e63721"
            },
            "downloads": -1,
            "filename": "ctdgan-0.1.9.tar.gz",
            "has_sig": false,
            "md5_digest": "caa72cd6b528dc3c2d8d2bbd0fb7f147",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 24152,
            "upload_time": "2024-12-26T13:58:22",
            "upload_time_iso_8601": "2024-12-26T13:58:22.359835Z",
            "url": "https://files.pythonhosted.org/packages/88/42/408e19cb5f09b138909662fb1b0d0913d1195e66797589d57c46631d3a11/ctdgan-0.1.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-26 13:58:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lakritidis",
    "github_project": "ctdGAN",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "ctdgan"
}
        
Elapsed time: 0.41090s