From 36c973943725a4dca1bc930b3b68ebcc3b676b99 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Wed, 28 Aug 2024 16:49:49 +1200 Subject: [PATCH] [docs] remove Scaling section from design_principles.md (#91) --- docs/src/developers/design_principles.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/src/developers/design_principles.md b/docs/src/developers/design_principles.md index a27df36..f9d34e4 100644 --- a/docs/src/developers/design_principles.md +++ b/docs/src/developers/design_principles.md @@ -216,11 +216,3 @@ We do not use "machine learning model" because we have support for the linear and logistic regression models of classical statistical fitting. We could have used "regression model", but we find that models like neural networks and binary decision trees are not commonly thought of as regression models. - -## Scaling - -OMLT and gurobi-machinelearning both supports scaling the inputs and outputs of -a layer. - -MathOptAI does not. But it seems like there is demand, so we should probably add -this.