The official documentation for conjurer is at foyi
Please share your feedback and feature requests by filling in this 2 question survey
🔔If you are looking for an easy to use GUI for generating synthetic data please check out the app UnReal 🎉
Sidharth Macherla
This project is licensed under the MIT License - see the LICENSE file for details.
Data science applications need data to prototype and demonstrate to potential clients. For such purposes, using production data is a possibility. However, it is not always feasible due to legal and/or ethical considerations. This resulted in a need for generating synthetic data. This need is the key motivator for the package conjurer.
Data across multiple domains are known to exhibit some form of seasonality, cyclicality and trend. Although there are synthetic data generation packages currently available, they focus primarily on synthetic versions of microdata containing confidential information or for machine learning purposes. There is a need for a more generic synthetic data generation package that helps for multiple purposes such as forecasting, customer segmentation, insight generation etc. This package conjurer helps in generating such synthetic data.
Firstly, install R from here
From the R console, install the package by using the following code
install.packages('conjurer')
The package page on CRAN(Comprehensive R Archive Network) is here. The reference manual is here. The package vignette with the detailed documentation for usage with illustrative examples is here
For guidelines regarding code contributions, refer to CONTRIBUTING. For guidelines on reporting security vulnerabilities, refer to SECURITY