Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bauer committed Jul 17, 2023
1 parent 609a343 commit 6afae21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"3. Normalization: The relative differences (with the applied loss functions) are divided by the number of data points in each corresponding `DataSet`.\n",
"4. Weighted cost calculation: The costs of each `DataSet` are weighted based on the provided (normalized) `weights`.\n",
"\n",
"The following example demonstrates the construction of an estimator using vapor pressure and liquid density data. We utilize `weights = [3, 2]` (normalized `weights = [0.6, 0.4]`) and a `Loss.huber(0.05)` loss function, which treats predictions above 0.05% linearly in the cost function instead of squaring them (outlier treatment).\n"
"The following example demonstrates the construction of an estimator using vapor pressure and liquid density data. We utilize `weights = [3, 2]` (normalized `weights = [0.6, 0.4]`) and a `Loss.huber(0.05)` loss function, which treats predictions above 5% linearly in the cost function instead of squaring them (outlier treatment).\n"
]
},
{
Expand Down

0 comments on commit 6afae21

Please sign in to comment.