-
We should document the wrapping behavior for the range +1.0 to -1.0.
And we should added tests to guarantee it on all platforms.
Wrapping would be very audible and a regression.
We are not curren…
-
Add an option to fit a linear regression (and show r2) on plots
-
I am trying to implement the calculation for simple slopes estimation for probit models in lavaan as it is currently not support in semTools. Note that I cross-posted this on [rvlenth](https://github.…
-
### Description
I used joblib to speed up sklearn’s logistic regression, but didn’t actually get a performance.
When I use a documented case(https://docs.ray.io/en/latest/ray-more-libs/joblib.html…
-
I am trying to implement the calculation for simple slopes estimation for probit models in lavaan as it is currently not support in semTools (I will cross-post).
The idea is to be able to plot the…
-
### What would you like to share?
We can add error handling function to the linear regressio algorithm in the ML folder; so that it can handle errors and still run the linear regression algorithm
##…
-
-
The first sentence in the next to last paragraph states: "The regression line is therefore much more stable than the conditional mean". This is not quite correct. The regression line is a way of co…
-
Hey DCP participants, good to see you here
This issue will helps readers in giving all the guidance that one needs to learn about Multiple Linear Regression. Tutorial to Multiple Linear Regression …
-
Is there a plan to support multivariate linear regression? Some code -
``` javascript
var LinearRegression, MeanError, _;
_ = require('lodash');
MeanError = Error
LinearRegression = (function() {…