Skip to content

Commit e5e4aef

Browse files
Update new_simpleNIPA.py
1 parent 2cdb490 commit e5e4aef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

albatross/new_simpleNIPA.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ def gridCheck(self, lim=5, ntim=2, debug=False):
300300
}"""
301301

302302
def crossvalpcr(self, xval=True, explained_variance_threshold=0.95):
303+
print("Crossvalpcr with new function")
303304
import numpy as np
304305
from scipy.stats import pearsonr as corr
305306
from sklearn.linear_model import LinearRegression

0 commit comments

Comments
 (0)