cloderic's picture
Cleanup the dataset, add some preprocessing
5b804ab
raw
history blame
222 Bytes
[project]
name = "ames-iowa-housing-pre-processing"
version = "0.1.0"
description = "Preprocessing for the Ames Iowa Housing dataset"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"pandas>=2.2.3",
]