Metadata-Version: 2.1
Name: insurance
Version: 0.0.2
Summary: A package that calculates insurance cost from a set of features: age, sex, body mass index, number of children, whether the person smokes or not, and the region in the US.
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Requires-Dist: numpy (<1.21.0,>=1.20.0)
Requires-Dist: pandas (<1.4.0,>=1.3.5)
Requires-Dist: pydantic (<1.9.0,>=1.8.1)
Requires-Dist: scikit-learn (<1.1.0,>=1.0.2)
Requires-Dist: strictyaml (<1.4.0,>=1.3.2)
Requires-Dist: ruamel.yaml (==0.16.12)
Requires-Dist: feature-engine (<1.1.0,>=1.0.2)
Requires-Dist: joblib (<1.1.0,>=1.0.1)

A package that calculates insurance cost from a set of features: age, sex, body mass index, number of children, whether the person smokes or not, and the region in the US.
