Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bolsonaro
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Luc Giffon
bolsonaro
Merge requests
!10
Resolve "Visualization"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Visualization"
13-visualization
into
master
Overview
0
Commits
3
Pipelines
0
Changes
2
Merged
Charly Lamothe
requested to merge
13-visualization
into
master
5 years ago
Overview
0
Commits
3
Pipelines
0
Changes
2
Expand
Closes
#13 (closed)
Edited
5 years ago
by
Charly Lamothe
0
0
Merge request reports
Viewing commit
a59c05b1
Prev
Next
Show latest version
2 files
+
2
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
a59c05b1
Fix plot in compute_results.py and fix model_weights getter in model_raw_results
· a59c05b1
Charly Lamothe
authored
5 years ago
code/bolsonaro/models/model_raw_results.py
+
1
−
1
Options
@@ -25,7 +25,7 @@ class ModelRawResults(object):
@property
def
model_weights
(
self
):
return
self
.
model_weights
return
self
.
_
model_weights
@property
def
training_time
(
self
):
Loading