Open dybber opened 4 years ago
Perhaps we can have a repository just containing:
housing.ipynb
housing_util.py
README.md
Make that other repository a submodule of this one, so we don't need to update the housing_util.py and dataset in both places, but only in the public and student-facing one
Let's wait doing this until we're ready with the material, as it introduces some complexity during development
Perhaps we can have a repository just containing:
housing.ipynb
housing_util.py
fileREADME.md
with links to theMake that other repository a submodule of this one, so we don't need to update the
housing_util.py
and dataset in both places, but only in the public and student-facing one