Skip to content

Latest commit

 

History

History
 
 

Regression Loss Functions

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Regression Loss Functions

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

  1. Set up a virtual environment called env
python3 -m venv env
  1. Activate it
source env/bin/activate
  1. Install the required dependencies for your chosen Jupyter notebook
pip install -r requirements.txt
  1. Launch Jupyter
jupyter notebook