This notebook explains the properties of different loss functions available for the machine learning data frame analytics regression jobs and give pointers on when to choose which loss function.
Set up a local instance of Jupyter using the following instructions
- Set up a virtual environment called
env
python3 -m venv env
- Activate it
source env/bin/activate
- Install the required dependencies for your chosen Jupyter notebook
pip install -r requirements.txt
- Launch Jupyter
jupyter notebook