Metadata-Version: 2.1
Name: Data-Split
Version: 0.0.1
Summary: A python package to split Directory into Training, Testing and Validation Directory
Home-page: https://github.com/Bhawika16/Data_Split
Author: BHAWIKA ARORA
Author-email: bhawikavk2@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown

# Test_train_validation_split

Test_train_validation_split is a Python library which help you to split directory or folder into training, testing and validation directories.

Submitted By: **BHAWIKA ARORA**

***
pypi: <https://pypi.org/project/Data_Split>



git: <https://github.com/Bhawika16/Data_Split/>
***

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install foobar.

```bash
pip install Data-Split
```

## Command Line Usage

```python
train_test_split "directory_name" "split_size"
train_test_split "C:\Users\BHAWIKA ARORA\plants" 0.80
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License
[MIT](https://choosealicense.com/licenses/mit/)

