Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
ligo-monitors
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
detchar
ligo-monitors
Merge requests
!60
Fix lasso
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix lasso
evan-goetz/ligo-monitors:lasso-cleanup
into
master
Overview
0
Commits
1
Changes
1
Merged
Evan Goetz
requested to merge
evan-goetz/ligo-monitors:lasso-cleanup
into
master
1 year ago
Overview
0
Commits
1
Changes
1
Expand
This fixes a bug in lasso in newer versions of pandas
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
55543a1f
1 commit,
1 year ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
scripts/daily-lasso
+
1
−
1
Options
@@ -393,7 +393,7 @@ else:
range_plot
.
savefig
(
range_filename
,
bbox_inches
=
'
tight
'
)
# generate summaries of lasso models for each data-quality segment
set_option
(
'
max_colwidth
'
,
-
1
)
set_option
(
'
max_colwidth
'
,
None
)
seg_page_links
=
[]
dataframes
=
[]
seg_plot_links
=
[]
Loading