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
C:\Users\Dejan\eclipse-workspace\Linearna_Regresija\Linearna_Regresija_GD.py:25: RuntimeWarning: overflow encountered in double_scalars m_gradient += -(2/N) * x * (y - ((m_current * x) + b_current)) C:\Users\Dejan\eclipse-workspace\Linearna_Regresija\Linearna_Regresija_GD.py:27: RuntimeWarning: invalid value encountered in double_scalars new_m = m_current - (learningRate * m_gradient)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
C:\Users\Dejan\eclipse-workspace\Linearna_Regresija\Linearna_Regresija_GD.py:25: RuntimeWarning: overflow encountered in double_scalars
m_gradient += -(2/N) * x * (y - ((m_current * x) + b_current))
C:\Users\Dejan\eclipse-workspace\Linearna_Regresija\Linearna_Regresija_GD.py:27: RuntimeWarning: invalid value encountered in double_scalars
new_m = m_current - (learningRate * m_gradient)
The text was updated successfully, but these errors were encountered: