Metadata-Version: 2.1
Name: execdata
Version: 5.2.2
Summary: Preprocessing dataset
Home-page: https://github.com/bdfd
Author: BDFD
Author-email: bdfd2005@gmail.com
Project-URL: Bug Tracker, https://github.com/bdfd
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

<!--
 * @Author: BDFD
 * @Date: 2021-10-27 18:39:19
 * @LastEditTime: 2021-10-27 21:22:31
 * @LastEditors: Please set LastEditors
 * @Description: In User Settings Edit
 * @FilePath: \6.0-PyPI_Missing_Value_Table\README.md
-->

# Package Name

Package function description

## Installation

`pip install execdata`

## How to use it?

import execdata as exe
exe.encode(df),
exe.split(df),

exe.model_evaluate(X_train, X_test, y_train, y_test)
exe.algo_accuracy(y_test, y_predict)
result_comparision(y_test, y_predict)

## License

copyright @ 2021 BDFD

This repository is licensed under the MIT license. See LICENSE for details.

### References

https://github.com/bdfd/3.1-PyPI_Template
