mirror of
https://github.com/wassname/catalyst.git
synced 2026-09-11 12:00:50 +08:00
ENH: Add builtin factors for correlation and regression
This commit is contained in:
@@ -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__(
|
||||
|
||||
Reference in New Issue
Block a user