diff --git a/README.md b/README.md index 69fb3533..8579681d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ An open source project from Data to AI Lab at MIT.

-[![Development Status](https://img.shields.io/badge/Development%20Status-3%20--%20Alpha-yellow)](https://pypi.org/search/?q=&o=&c=Development+Status+%3A%3A+3+-+Alpha) +[![Development Status](https://img.shields.io/badge/Development%20Status-2%20--%20Pre--Alpha-yellow)](https://pypi.org/search/?c=Development+Status+%3A%3A+2+-+Pre-Alpha) [![PyPI Shield](https://img.shields.io/pypi/v/ctgan.svg)](https://pypi.python.org/pypi/ctgan) [![Travis CI Shield](https://travis-ci.org/sdv-dev/CTGAN.svg?branch=master)](https://travis-ci.org/sdv-dev/CTGAN) [![Downloads](https://pepy.tech/badge/ctgan)](https://pepy.tech/project/ctgan) @@ -16,7 +16,7 @@ Implementation of our NeurIPS paper [Modeling Tabular data using Conditional GAN CTGAN is a GAN-based data synthesizer that can generate synthetic tabular data with high fidelity. * License: [MIT](https://github.com/sdv-dev/CTGAN/blob/master/LICENSE) -* Development Status: [Alpha](https://pypi.org/search/?q=&o=&c=Development+Status+%3A%3A+3+-+Alpha) +* Development Status: [Pre-Alpha](https://pypi.org/search/?c=Development+Status+%3A%3A+2+-+Pre-Alpha) * Documentation: https://sdv-dev.github.io/CTGAN * Homepage: https://github.com/sdv-dev/CTGAN diff --git a/setup.py b/setup.py index ae034c92..6e8e044b 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ author='MIT Data To AI Lab', author_email='dailabmit@gmail.com', classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 2 - Pre-Alpha', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Natural Language :: English',