Metadata-Version: 2.1
Name: dnxmy
Version: 1.0.2
Summary: dnxmy: dummy data generator for machine learning and statistics
Home-page: https://github.com/roseiricho/dnxmy
Author: Yuki Yamamoto
Author-email: curious.yamamon@gmail.com
Maintainer: Yuki Yamamoto
Maintainer-email: curious.yamamon@gmail.com
License: MIT License
Download-URL: https://github.com/roseiricho/dnxmy
Description: # Dnxmy: Dummy Data for Machine Learning and Statistics
        [![PyPI Version](https://img.shields.io/pypi/v/dnxmy.svg)](https://pypi.org/project/dnxmy/)
        [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
        
        Python module for creating dummy data sets for testing machine learning and statistical analysis.
        
        ![logo](https://user-images.githubusercontent.com/64354512/229360901-92ef0eb3-3ce0-46fe-bb55-37942a775b81.png)
        
        ## Usage
        ### Requirements
        Tested in the following environments.
        
        - Python 3.6 or higher
        - Numpy 1.22.4 or higher
        - Pandas 1.4.4 or higher
        
        ### Installation
        Use pip to install the binary wheels on PyPI.
        ```bash 
        $ pip install dnxmy
        ```
        
        ### Import
        
        ```python
        import dnxmy
        ```
        
        ### Example
        The following notebook is a reference case study using this library.
        
        - [Experiments on missing data completion](https://github.com/roseiricho/analysis-portfolio/blob/main/Experiments_on_missing_data_completion.ipynb)
        - [Experiments on model selection for AIC and BIC](https://github.com/roseiricho/analysis-portfolio/blob/main/Experiments_on_model_selection_for_AIC_and_BIC.ipynb)
        
        ## Support
        Bugs may be reported at [issues](https://github.com/roseiricho/dnxmy/issues).
        
        ## License
        This project is licensed under the MIT License - see the [LICENSE](https://github.com/roseiricho/dnxmy/blob/main/LICENSE) file for details.
        
        ## Documentation
        The documentation is available at [docs](https://roseiricho.github.io/dnxmy/dnxmy.html#).
        
        Contact
        =======
        If you have any questions or comments about Dnxmy,
        please feel free to contact me via
        eMail: curious.yamamon@gmail.com
        or Twitter: https://twitter.com/rosei_richo
        This project is hosted at https://github.com/roseiricho/dnxmy
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.6
Description-Content-Type: text/markdown
