Mehmet Hakan Satman

Results 122 comments of Mehmet Hakan Satman

Hi friends @angeris @sbarratt @SaranjeetKaur @fmyilmaz The main structure almost used in any methods is RegressionSetting and it is defined as ```julia-repl struct RegressionSetting formula::FormulaTerm data::DataFrame end ``` and here...

@RoyiAvital RANSAC and its derivatives are also welcome. If you want to handle this contribution, we can open a new issue for this.

In the project repo, there is a .dev folder which I use for testing new methods in the development stage because the testing pattern ``` > using Pkg > Pkg.activate(".")...

Versioning: https://github.com/jbytecode/LinRegOutliers/issues/16

> What about the RANSAC method? > What about the RANSAC method? Ransac is implemented and ready to use

Hi dear friends, We have also #linregoutliers channel on julia slack. Any details can be discussed there. @tantei3 @angeris @fmyilmaz @akadal

Since the CATLINE estimator is for the linear model with a single predictor, it is not generalized for the multiple case, but it would be fantastic to have it is...