We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All the p and p bar symbols in the interactive visualization of the polynomial regression model have index 1, but the index should range from 1 to 6.
For example, the first interactive plots says:
-2.00p_1 + -2.00p_1 + -2.00p_1 + -2.00p_1 + -2.00p_1 + -2.00p_1 = model
but I think it should be:
-2.00p_1 + -2.00p_2 + -2.00p_3 + -2.00p_4 + -2.00p_5 + -2.00p_6 = model
The other two interactive examples are the same (indices are wrong).
The text was updated successfully, but these errors were encountered:
This also mentioned in #91
Sorry, something went wrong.
fix: distillpub#94 distillpub#91 distillpub#87 polynomial subscripts
dc462cf
No branches or pull requests
All the p and p bar symbols in the interactive visualization of the polynomial regression model have index 1, but the index should range from 1 to 6.
For example, the first interactive plots says:
-2.00p_1 + -2.00p_1 + -2.00p_1 + -2.00p_1 + -2.00p_1 + -2.00p_1 = model
but I think it should be:
-2.00p_1 + -2.00p_2 + -2.00p_3 + -2.00p_4 + -2.00p_5 + -2.00p_6 = model
The other two interactive examples are the same (indices are wrong).
The text was updated successfully, but these errors were encountered: