Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lucas Miranda
deepOF
Commits
443f54df
Commit
443f54df
authored
Nov 19, 2020
by
lucas_miranda
Browse files
Refactored a bit the old visualization pipeline - added umap to requirements
parent
46a76549
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/visualizations/train_viz_data_generator.py
View file @
443f54df
...
...
@@ -3,7 +3,7 @@
# Add to the system path for the script to find deepof
import
sys
sys
.
path
.
insert
(
1
,
"../../"
)
sys
.
path
.
insert
(
0
,
"../../"
)
from
train_utils
import
*
from
sklearn.discriminant_analysis
import
LinearDiscriminantAnalysis
...
...
@@ -216,7 +216,7 @@ parser.add_argument(
)
parser
.
add_argument
(
"--samples"
,
"-s"
,
"-s
a
"
,
help
=
"Sets the number of samples (without replacement) to take from the validation set."
,
default
=
5000
,
type
=
int
,
...
...
Write
Preview
Supports
Markdown
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