Module nujo.objective

nujo's objective functions module

All sorts of objective functions used in machine learning are defined here.

More details here: https://ml-cheatsheet.readthedocs.io/en/latest/loss_functions.html

Expand source code
''' nujo's objective functions module

All sorts of objective functions used in machine learning are defined here.

More details here:
https://ml-cheatsheet.readthedocs.io/en/latest/loss_functions.html

'''

from nujo.objective.loss import *
from nujo.objective.qualitative import *
from nujo.objective.quantitative import *

Sub-modules

nujo.objective.loss
nujo.objective.qualitative
nujo.objective.quantitative