ENH: Add builtin factors for correlation and regression

This commit is contained in:
dmichalowicz
2016-05-18 15:11:12 -04:00
parent da77e88786
commit 1ec0bced6d
15 changed files with 636 additions and 56 deletions
+1
View File
@@ -113,6 +113,7 @@ class BoundColumn(LoadableTerm):
"""
mask = AssetExists()
inputs = ()
window_safe = True
def __new__(cls, dtype, missing_value, dataset, name):
return super(BoundColumn, cls).__new__(