Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mtpalovic authored Mar 19, 2022
1 parent 8054b18 commit 25b1f7a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions p_2.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# coding: utf-8

# In[3]:
# In[ ]:


import numpy as np
Expand Down Expand Up @@ -94,11 +94,14 @@ def f(self):
def mean_se(self,y_p,y)
"""
Mean squared error.
:param y_: init method
:type y_: init method
:param y_p:
:type y_p:
:param y:
:type y:
:return:
:rtype:
:rtype:
"""
er = y - y_p
Expand Down

0 comments on commit 25b1f7a

Please sign in to comment.