Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
eue
Commits
770773aa
Commit
770773aa
authored
May 21, 2021
by
KangMin An
Browse files
데이터 분석 변수 처리 수정.
parent
103da14e
Changes
1
Show whitespace changes
Inline
Side-by-side
server/src/data_processing/preprocessing.py
View file @
770773aa
...
...
@@ -221,7 +221,7 @@ def preprocessingData(user_link, out_link):
'''
raw_user_data
=
loadRawData
(
user_link
,
"/weather.csv"
)
raw_out_data
=
loadRawData
(
out_link
,
"/weather.csv"
)
raw_parameters
=
loadRawData
(
user_link
,
"/parameters.csv"
)
raw_parameters
=
loadRawData
(
user_link
,
"/
analysis_
parameters.csv"
)
user_x
,
train_t
=
handleUserRawData
(
raw_user_data
)
out_dict
=
handleOutRawData
(
raw_out_data
)
...
...
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