Metadata-Version: 2.1
Name: pynovice
Version: 0.2.6
Summary: data mining for novice and expert
Home-page: https://github.com/wqwangchn/novice
Author: wqwangchn
Author-email: wqwangchn@163.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: wordninja (>=2.0.0)
Requires-Dist: bert4keras (>=0.6.5)
Requires-Dist: reverse-geocoder (==1.5.1)
Requires-Dist: dill (==0.3.1.1)
Requires-Dist: pyecharts (==1.6.2)
Requires-Dist: signal2 (==0.2)
Requires-Dist: scikit-learn (==0.19.2)

# novice

1.geo_map: reverse Geocoder takes a latitude / longitude coordinate and returns the nearest town/city.
2.bert_extracter: Extract text features from bert.
3.rule_engine: A simple extensible rules engine implemented in Python.
4.score_card: A complete score card process.

