Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
preprocess-data
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dasharatha.vamshi
preprocess-data
Commits
4c3c1b24
Commit
4c3c1b24
authored
Feb 24, 2021
by
dasharatha.vamshi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pkl
parent
aac1f4d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
main.py
main.py
+1
-1
requirements.txt
requirements.txt
+2
-1
No files found.
main.py
View file @
4c3c1b24
...
...
@@ -2,7 +2,7 @@ import json
import
pickle
import
traceback
import
pandas
as
pd
from
sklearn.preprocessing
import
StandardScaler
from
scripts.common.config_parser
import
*
from
scripts.common.constants
import
PreProcessConstants
,
ComponentExceptions
from
scripts.common.logsetup
import
logger
...
...
requirements.txt
View file @
4c3c1b24
requests
~=2.24.0
pyyaml
~=5.3.1
python-logstash-async
pandas
~=1.1.1
\ No newline at end of file
pandas
~=1.1.1
sklearn
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment