We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 807db62 commit b8068aeCopy full SHA for b8068ae
cpp/APLRRegressor.h
@@ -944,6 +944,7 @@ void APLRRegressor::revert_scaling_if_using_log_link_function()
944
if(link_function=="log")
945
{
946
intercept+=std::log(1/scaling_factor_for_log_link_function);
947
+ y_validation/=scaling_factor_for_log_link_function;
948
}
949
950
setup.py
@@ -15,7 +15,7 @@
15
16
setuptools.setup(
17
name='aplr',
18
- version='1.7.0',
+ version='1.7.1',
19
description='Automatic Piecewise Linear Regression',
20
ext_modules=[sfc_module],
21
author="Mathias von Ottenbreit",
0 commit comments