Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mppt-level-training
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
aakash.bedi
mppt-level-training
Commits
b16a85d1
Commit
b16a85d1
authored
Mar 07, 2023
by
aakash.bedi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated training module
parent
4cf30d5c
Pipeline
#59982
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
app.py
app.py
+2
-1
No files found.
app.py
View file @
b16a85d1
...
@@ -29,7 +29,8 @@ def orchestrator():
...
@@ -29,7 +29,8 @@ def orchestrator():
logger
.
info
(
f
'raw tags dataframe shape - {df_raw_tags.shape}'
)
logger
.
info
(
f
'raw tags dataframe shape - {df_raw_tags.shape}'
)
logger
.
info
(
f
'predicted tags dataframe shape - {df_predicted_tags.shape}'
)
logger
.
info
(
f
'predicted tags dataframe shape - {df_predicted_tags.shape}'
)
ai_modelling
=
AiModelling
(
df_raw_tags
=
df_raw_tags
,
df_coefficients
=
df_coefficients
)
ai_modelling
=
AiModelling
(
df_raw_tags
=
df_raw_tags
,
df_coefficients
=
df_coefficients
,
start_timestamp
=
start_timestamp
,
end_timestamp
=
end_timestamp
)
ai_modelling
.
all_calculations
()
ai_modelling
.
all_calculations
()
del
ai_modelling
del
ai_modelling
...
...
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