Metadata-Version: 2.1
Name: ml-processor
Version: 0.1.2
Summary: Includes functions for performing machine learning tasks
Home-page: https://github.com/G-Geofrey/ml_processor.git
Author: Geofrey Wanyama
Author-email: wanyamag17@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE.txt


# ml_processor package
 ml_processor is a package for data preprocessing and fitting machine learning models 

 # Installation

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

 ```bash
pip install ml_processor
```

# Usage
 ```python
 from ml_processor import config

 logger = config.get_logger()

 logger.info("Logging successful")
 
  ```

 ## 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/)

