Project to compete in Kaggle Ames House Prices. 1 entry. Scored 0.13339. 1964 on Leaderboard.
Create and activate the Conda environment:
conda env create -f environment.yml
conda activate amesInstall the project (with dev dependencies):
pip install -e ".[dev]"Register the Jupyter kernel:
python -m ipykernel install \
--user \
--name ames \
--display-name "Python (ames)"# Create submission.csv in folder
conda activate ames
python ./src/ames/models/best.pyVersion of code used in Analysis
I used git rev-parse --short HEAD to get the commit hash for versioning test runs