aboutsummaryrefslogtreecommitdiff
path: root/src/helpers/preprocessor.py
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-12-02 19:15:04 -0500
committerBobby <[email protected]>2022-12-02 19:15:04 -0500
commit911fecc1940935523fc223e142e84f9cecf600a7 (patch)
tree54db2784df71883d64edd82589d08b7fc73f40c8 /src/helpers/preprocessor.py
parent2fbbc2c07f306c6edd1ab543b03b6fc905b9fa3a (diff)
downloadRedditEngagementPrediction-911fecc1940935523fc223e142e84f9cecf600a7.tar.xz
RedditEngagementPrediction-911fecc1940935523fc223e142e84f9cecf600a7.zip
Fixed SSL Issues
Diffstat (limited to 'src/helpers/preprocessor.py')
-rw-r--r--src/helpers/preprocessor.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/helpers/preprocessor.py b/src/helpers/preprocessor.py
index 692e036..c2e138b 100644
--- a/src/helpers/preprocessor.py
+++ b/src/helpers/preprocessor.py
@@ -1,6 +1,5 @@
import pandas as pd
-
class Preprocessor:
def __init__(self, dataframe):
self.df = dataframe