I also added conda
AM: [Resolved]
Cut "🏆 Kaggle Setup" and instead point to Kaggle setup file in Docs/ (bring it in from the Project_Template)
AM: [Resolved]
(kaggle-house-prices) Kaggle_Advanced_House_Prices % kaggle competitions download -c house-prices-advanced-regression-techniques -p data/ zsh: command not found: kaggle
AM: [Resolved]
Add to instructions or readme
AM: [Resolved]
Data_Cleaning_and_Feature_Engineering_Final_Version.ipynb referred in the ReadMe is not available in the folder. Lower the letters to match?
AM: [Resolved]
!pip install kaggle in Data_Cleaning_and_Feature_Engineering_Final_Version.ipynb needs to be removed and placed in the requirements
AM: It's needed for google collab.
!kaggle competitions download -c house-prices-advanced-regression-techniques -p data this is redundant? since we already downloaded the data
AM: It's needed for google collab.
make a version of the project that runs entirely in google colab (also add this to Project_template, i.e. we always need this)
In """ 2️⃣ Train Model (if needed)
- Use scripts or notebook to train and save models in
models/(default model provided). """
remove "if needed" and then instruct how to.
AM: [Resolved]
% streamlit run main.py zsh: command not found: streamlit
AM: I can't replicate this behavior, perhabs you activated the wrong environment between steps.
I see the following right on the first app page: ModuleNotFoundError: No module named 'xgboost'
AM: I can't replicate this behavior, perhabs you activated the wrong environment between steps.
add this to project template and then bring here
AM: [Resolved]