Merge branch 'develop' into main

This commit is contained in:
Alexander Hess 2021-05-25 08:38:27 +02:00
commit ea94290970
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
18 changed files with 13488 additions and 13076 deletions

View file

@ -1,14 +1,15 @@
[build-system]
build-backend = "poetry.masonry.api"
requires = ["poetry>=0.12"]
[tool.black]
line-length = 79
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
authors = ["Alexander Hess <alexander@webartifex.biz>"]
name = "ames-housing"
version = "0.1.0"
authors = [
"Alexander Hess <alexander@webartifex.biz>",
]
description = "A case study on predicting house prices in Ames, Iowa"
homepage = "https://github.com/webartifex/ames-housing"
keywords = [
"data-science",
"data-cleaning",
@ -18,27 +19,26 @@ keywords = [
"predictive-analytics",
]
license = "MIT"
name = "ames-housing"
readme = "README.md"
homepage = "https://github.com/webartifex/ames-housing"
repository = "https://github.com/webartifex/ames-housing"
version = "0.1.0"
[tool.poetry.dependencies]
jupyterlab = "^2.1.5"
matplotlib = "^3.2.2"
python = "^3.8"
jupyterlab = "^3.0.16"
missingno = "^0.4.2"
numpy = "^1.19.0"
pandas = "^1.0.5"
python = "^3.7"
requests = "^2.24.0"
seaborn = "^0.10.1"
sklearn = "^0.0"
statsmodels = "^0.11.1"
tabulate = "^0.8.7"
tqdm = "^4.47.0"
xlrd = "^1.2.0"
xlwt = "^1.3.0"
matplotlib = "^3.4.2"
numpy = "^1.20.3"
pandas = "^1.2.4"
requests = "^2.25.1"
scikit-learn = "^0.24.2"
seaborn = "^0.11.1"
statsmodels = "^0.12.2"
tabulate = "^0.8.9"
tqdm = "^4.61.0"
xlrd = "^2.0.1"
[tool.poetry.dev-dependencies]
black = "^19.10b0"
pylint = "^2.5.3"
black = "^21.5b1"
pylint = "^2.8.2"