Metadata-Version: 2.1
Name: bdilab-detect
Version: 0.2.6.dev0
Summary: Algorithms for outlier detection, concept drift and metrics.
Home-page: https://github.com/YFollowSun/bdilab_detect.git
Author: YJX
Author-email: 1339225017@qq.com
License: Apache 2.0
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
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: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: prophet
Provides-Extra: torch
Provides-Extra: tensorflow
Provides-Extra: keops
Provides-Extra: all
License-File: LICENSE.txt

bdilab_detect_xdu

集成完新算法，打包、上传至Pypi。
1. 注册Pypi账号
2. 与setup.py处于同一目录
3. python setup.py sdist bdist_wheel (在dist目录下生成一个tar.gz的源码包和一个.whl的Wheel包)
4. python install twine (可选)
5. twine upload dist/* (此步骤要求输入Pypi账号、密码)

