Machine-Learning icon indicating copy to clipboard operation
Machine-Learning copied to clipboard

Results 2 Machine-Learning issues
Sort by recently updated
recently updated
newest added

https://github.com/animesh-agarwal/Machine-Learning/blob/5b2d8a71984016ae021094641a3815d6ea9ac527/LinearRegression/main.py#L49 When it plots the separate plot. The second plot could only be seen if the first one is closed and the third one could be seen if the second...

https://github.com/animesh-agarwal/Machine-Learning/blob/5b2d8a71984016ae021094641a3815d6ea9ac527/LinearRegression/LinearModel.py#L53 I have checked without returning the object and there is no need until you'll assign it to to the values of `w_` and `cost_`. Even if you need to...