Spaces:
Sleeping
Sleeping
Upload outliercapper.py with huggingface_hub
Browse files- outliercapper.py +1 -0
outliercapper.py
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
from sklearn.base import BaseEstimator, TransformerMixin
|
| 2 |
class OutlierCapper(BaseEstimator, TransformerMixin):
|
| 3 |
|
|
|
|
| 1 |
+
import pandas as pd
|
| 2 |
from sklearn.base import BaseEstimator, TransformerMixin
|
| 3 |
class OutlierCapper(BaseEstimator, TransformerMixin):
|
| 4 |
|