Provide Initial Guess to Regression Fitters
See original GitHub issueIt would be great to be able to provide an initial guess point (warm-start) to the regression fitters, such as WeibullAFTFitter
. I’m referring to this line:
I’ve been comparing this particular fitter to R’s survreg
, and for some datasets, their solutions don’t agree at all. I’d like to provide the same initial values to both codes and hopefully get the same solution.
Issue Analytics
- State:
- Created 5 years ago
- Comments:12 (7 by maintainers)
Top Results From Across the Web
how to set initial guesses in Curve fitting to avoid the local ...
I am currently facing a problem with initial guesses for parameters in curve fitting toolbox... ; here the code uses the nonlinear least...
Read more >How to choose initial values for nonlinear least squares fit
The solutions for these 5 parameters can be used as the reasonable initial guesses for nonlinear least squares fitting.
Read more >A Solution Interval Method for Least-Squares Parameter ...
An iterative local approach begins with an initial guess for the value of each param- eter in a nonlinear model and then alters...
Read more >How to correctly guess the initial points in LogLog plot linear ...
First: try to scale your data. Divide x by 1e21 and you basically do not need an initial guess anymore. The true a,b...
Read more >initial guess using nonlinear least square fitting in matlab?
Although your model is nonlinear, the equation you need to solve may be linear. The solution for these 5 parameters can be used...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
That could be done. It’s just that I wanted to compare the AFT fitter with survreg. 😃 I have other tests with covariates as well.
woohoo! Thanks for reporting back!