Skip to content

Commit

Permalink
upload new scaler pickles
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor McCaffrey authored and Trevor McCaffrey committed Jul 1, 2021
1 parent 0651189 commit a902df2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file modified .CIVfunctions.py.swp
Binary file not shown.
2 changes: 1 addition & 1 deletion CIVfunctions.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def CIV_distance(data, fit, step=1, logEW=True):
data = scaler.transform(data)
fit = scaler.transform(fit)
else:
scaler = joblib.load("data/scaler_linEW.save")
scaler = joblib.load("https://github.com/RichardsGroup/CIV_Distance/blob/main/data/scaler_linEW.save")
data = scaler.transform(data)
fit = scaler.transform(fit)

Expand Down
Binary file added data/scaler_linEW.pkl
Binary file not shown.
Binary file added data/scaler_logEW.pkl
Binary file not shown.

0 comments on commit a902df2

Please sign in to comment.