Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.learn.em
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
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
bob
bob.learn.em
Commits
caa9d661
Verified
Commit
caa9d661
authored
10 months ago
by
Yannick DAYER
Browse files
Options
Downloads
Patches
Plain Diff
doc: fix data description comments in plot scripts
parent
528c803f
No related branches found
No related tags found
No related merge requests found
Pipeline
#87920
failed
10 months ago
Stage: qa
Stage: test
Stage: doc
Stage: dist
Stage: deploy
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/plot/plot_MAP.py
+1
-1
1 addition, 1 deletion
doc/plot/plot_MAP.py
doc/plot/plot_ML.py
+1
-1
1 addition, 1 deletion
doc/plot/plot_ML.py
with
2 additions
and
2 deletions
doc/plot/plot_MAP.py
+
1
−
1
View file @
caa9d661
...
...
@@ -14,7 +14,7 @@ versicolor = data[iris_data.target == 1]
virginica
=
data
[
iris_data
.
target
==
2
]
#
Two
clusters with
#
3
clusters with
a feature dimensionality of 2
mle_machine
=
bob
.
learn
.
em
.
GMMMachine
(
3
)
# Creating some fake means for the example
mle_machine
.
means
=
np
.
array
([[
5
,
3
],
[
4
,
2
],
[
7
,
3.0
]])
...
...
This diff is collapsed.
Click to expand it.
doc/plot/plot_ML.py
+
1
−
1
View file @
caa9d661
...
...
@@ -18,7 +18,7 @@ setosa = data[iris_data.target == 0]
versicolor
=
data
[
iris_data
.
target
==
1
]
virginica
=
data
[
iris_data
.
target
==
2
]
#
Two
clusters with a feature dimensionality of
3
#
3
clusters with a feature dimensionality of
2
machine
=
GMMMachine
(
3
,
convergence_threshold
=
1e-5
,
...
...
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