Metadata-Version: 2.1
Name: john-toolbox
Version: 0.4.5
Summary: Wrapper for transformers scikit learn pipeline and wrapper for ml model
Home-page: https://github.com/nguyenanht/john-toolbox
License: MIT
Keywords: sklearn,pipeline,pytorch
Author: john
Author-email: contact@nguyenjohnathan.com
Requires-Python: >=3.7.9,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: importlib-metadata (>=3.8.0,<4.0.0)
Requires-Dist: numpy (>=1.19,<2.0)
Requires-Dist: pandas (>=1.1,<2.0)
Requires-Dist: tqdm (>=4.51,<5.0)
Project-URL: Repository, https://github.com/nguyenanht/john-toolbox
Description-Content-Type: text/markdown

<h1 align="center">

Welcome to john_toolbox 👋

</h1>
<p>
<img alt="Version" src="https://img.shields.io/badge/version-0.4.4-blue.svg?cacheSeconds=2592000" />
<a href="https://nguyenanht.github.io/john-toolbox/" target="_blank"><img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" /></a>
<a href="https://github.com/nguyenanht/john-toolbox/graphs/commit-activity" target="_blank"><img alt="Maintenance" src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" /></a>
<a href="None" target="_blank"><img alt="License:MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" /></a>

</p>

> This is my own toolbox for pipeline preprocessing Transformer and Pytorch model with callbacks.
### 🏠 [Homepage](https://github.com/nguyenanht/john-toolbox)

## Install
```sh
pip install john-toolbox

```



## Author
👤 **Johnathan Nguyen**


* GitHub: [@nguyenanht](https://github.com/{github_username})

## How to use ?

If you want examples. please refer to notebooks directory. It contains tutorials.




## Show your support
Give a ⭐️ if this project helped you!


## Useful link

#### how to publish new version in pypi with poetry ?
https://johnfraney.ca/posts/2019/05/28/create-publish-python-package-poetry/

#### how to create a new release ?
https://www.atlassian.com/fr/git/tutorials/comparing-workflows/gitflow-workflow

#### how to generate docs
https://github.com/JamesALeedham/Sphinx-Autosummary-Recursion

#### how to deploy with github actions
https://blog.flozz.fr/2020/09/21/deployer-automatiquement-sur-github-pages-avec-github-actions/

---
_This README was created with the [markdown-readme-generator](https://github.com/pedroermarinho/markdown-readme-generator)_
