Metadata-Version: 2.4
Name: yikit
Version: 0.3.17
Summary: This is my own tool kit.
Home-page: http://github.com/yu9824/yikit/
Author: yu9824
Author-email: yu.9824.job@gmail.com
Maintainer: yu9824
Maintainer-email: yu.9824.job@gmail.com
License: Apache License 2.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: scikit-learn<1.4.0,>=0.24.1
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: joblib
Requires-Dist: scipy
Requires-Dist: optuna<3.5.0
Requires-Dist: matplotlib
Requires-Dist: seaborn
Requires-Dist: typing-extensions; python_version < "3.8"
Provides-Extra: optional
Requires-Dist: colorlog; extra == "optional"
Requires-Dist: tqdm; extra == "optional"
Requires-Dist: ngboost==0.3.6; extra == "optional"
Requires-Dist: lightgbm; extra == "optional"
Requires-Dist: keras; extra == "optional"
Requires-Dist: Boruta>=0.3; extra == "optional"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Provides-Extra: dev
Requires-Dist: build; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

# yikit
[![python_badge](https://img.shields.io/pypi/pyversions/yikit)](https://pypi.org/project/yikit/)
[![license_badge](https://img.shields.io/pypi/l/yikit)](https://pypi.org/project/yikit/)
[![Downloads](https://pepy.tech/badge/yikit)](https://pepy.tech/project/yikit)

This is my own tool kit.

## tools
in preparation.

## models
in preparation.

## feature_selection
in preparation.

## License
Copyright © 2021 yu9824

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
