Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sciotaku authored Oct 12, 2023
1 parent ed86262 commit 8b6aad7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Module_Applications/Heroku_App_updated/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@
from sklearn.linear_model import LinearRegression
from sklearn.metrics import mean_squared_error, r2_score


# https://stackoverflow.com/questions/71106940/cannot-import-name-centered-from-scipy-signal-signaltools
import scipy.signal.signaltools

def _centered(arr, newsize):
# Return the center newsize portion of the array.
newsize = np.asarray(newsize)
Expand Down

0 comments on commit 8b6aad7

Please sign in to comment.