Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Metabase
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Engineering Digital Service
Metabase
Commits
e3cbfffc
Unverified
Commit
e3cbfffc
authored
7 years ago
by
Maz Ameli
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #6488 from metabase/cherry-pick-insight-typo-fix
Fix typo in one insight string; clarify others a little
parents
1dc39ae9
f5665a2c
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontend/src/metabase/xray/components/InsightCard.jsx
+5
-5
5 additions, 5 deletions
frontend/src/metabase/xray/components/InsightCard.jsx
with
5 additions
and
5 deletions
frontend/src/metabase/xray/components/InsightCard.jsx
+
5
−
5
View file @
e3cbfffc
...
...
@@ -85,7 +85,7 @@ export class ZerosInsight extends Component {
// construct the question with filter
return (
<InsightText>
{ t`
You
have
$
{
quality
}
zeros
in
your
data
.
They
may
be
standins
for
missing
data
or
indicate
some
other
abnormality
.
` }
{ t`
You
have
$
{
quality
}
zeros
in
your
data
.
They
may
be
stand
-
ins
for
missing
data
,
or
might
indicate
some
other
abnormality
.
` }
<span> </span>
{ table && <span><Link to={viewAllRowsUrl}>View all rows</Link> with zeros.</span> }
</InsightText>
...
...
@@ -93,7 +93,7 @@ export class ZerosInsight extends Component {
}
}
const noisinessDefinition = t`
Noisy
data
is
highly
variable
jumping
all
over
the
place
with
changes
carrying
relatively
little
information
.
`
const noisinessDefinition = t`
Noisy
data
is
highly
variable
,
jumping
all
over
the
place
with
changes
carrying
relatively
little
information
.
`
const noisinessLink = "https://en.wikipedia.org/wiki/Noisy_data"
export class NoisinessInsight extends Component {
...
...
@@ -117,7 +117,7 @@ export class NoisinessInsight extends Component {
}
}
const autocorrelationDefinition = t`
M
easure
of
how
much
(
changes
in
)
previous
values
predict
future
values
.
`
const autocorrelationDefinition = t`
A
m
easure
of
how
much
changes
in
previous
values
predict
future
values
.
`
const autocorrelationLink = "https://en.wikipedia.org/wiki/Autocorrelation"
export class AutocorrelationInsight extends Component {
...
...
@@ -151,7 +151,7 @@ export class VariationTrendInsight extends Component {
return (
<InsightText>
L
ooks like this data has grown { mode }ly <TermWithDefinition definition={variationTrendDefinition} link={varianceLink}>
It l
ooks like this data has grown { mode }ly <TermWithDefinition definition={variationTrendDefinition} link={varianceLink}>
varied</TermWithDefinition> over time.
</InsightText>
)
...
...
@@ -253,7 +253,7 @@ export class StructuralBreaksInsight extends Component {
}
}
const stationaryDefinition = t`
M
ean
does
not
change
with
time
.
`
const stationaryDefinition = t`
The
m
ean
does
not
change
over
time
.
`
const stationaryLink = "https://en.wikipedia.org/wiki/Stationary_process"
export class StationaryInsight extends Component {
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment