Description
In continuation to this conversation #13333, we noticed that the packages ml/incr/binary-classification and ml/incr/sgd-regression follow camelCase for mentioning loss functions, where as the current convention is to use kebab-case.
Expected outcome is to refactor all the loss functions from using camelcase to kebabcase.
Related Issues
No response
Questions
No.
Demo
No response
Reproduction
No response
Expected Results
ml/incr/binary-classification
modifiedHuber -> modified-huber
squaredHinge -> squared-hinge
ml/incr/sgd-regression
epsilonInsensitive -> epsilon-insensitive
squaredError -> squared-error
Actual Results
Version
No response
Environments
Node.js
Browser Version
No response
Node.js / npm Version
No response
Platform
No response
Checklist
Description
In continuation to this conversation #13333, we noticed that the packages
ml/incr/binary-classificationandml/incr/sgd-regressionfollowcamelCasefor mentioning loss functions, where as the current convention is to usekebab-case.Expected outcome is to refactor all the loss functions from using camelcase to kebabcase.
Related Issues
No response
Questions
No.
Demo
No response
Reproduction
No response
Expected Results
ml/incr/binary-classificationmodifiedHuber->modified-hubersquaredHinge->squared-hingeml/incr/sgd-regressionepsilonInsensitive->epsilon-insensitivesquaredError->squared-errorActual Results
Version
No response
Environments
Node.js
Browser Version
No response
Node.js / npm Version
No response
Platform
No response
Checklist