Develop a simple Machine Learning Model to predict Employee Retention with Tensorflow Use it as reference only!
- Create conda environment with taskfile command
task conda-create
- Activate the new created conda environment
conda activate <env_name |default: 1-ml-model>
task conda-install
task pip-install
- Start Jupyter Notebook
jupyter notebook
- If you encounter error below, run
sudo apt install python3-tk
ModuleNotFoundError: No module named 'tkinter'
[1] https://www.anaconda.com/blog/using-pip-in-a-conda-environment