├── LICENSE ├── README.md ├── gen_df_binary.csv ├── gen_df_categorical.csv ├── gen_df_regression.csv ├── gen_utils.py └── ml_data_generator.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/ml-data-generator/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/ml-data-generator/HEAD/README.md -------------------------------------------------------------------------------- /gen_df_binary.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/ml-data-generator/HEAD/gen_df_binary.csv -------------------------------------------------------------------------------- /gen_df_categorical.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/ml-data-generator/HEAD/gen_df_categorical.csv -------------------------------------------------------------------------------- /gen_df_regression.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/ml-data-generator/HEAD/gen_df_regression.csv -------------------------------------------------------------------------------- /gen_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/ml-data-generator/HEAD/gen_utils.py -------------------------------------------------------------------------------- /ml_data_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/ml-data-generator/HEAD/ml_data_generator.py --------------------------------------------------------------------------------