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
cafff35c
Commit
cafff35c
authored
Apr 15, 2021
by
lucas_miranda
Browse files
Added extra branch to main autoencoder for rule_based prediction
parent
a03a1491
Pipeline
#98503
passed with stages
in 22 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
deepof/data.py
View file @
cafff35c
...
...
@@ -331,7 +331,7 @@ class project:
for
k
,
value
in
tab_dict
.
items
():
imputed
=
IterativeImputer
(
max_iter
=
1
,
skip_complete
=
True
## CHANGE. TESTING ONLY
max_iter
=
1
00
,
skip_complete
=
True
).
fit_transform
(
value
)
tab_dict
[
k
]
=
pd
.
DataFrame
(
imputed
,
index
=
value
.
index
,
columns
=
value
.
columns
...
...
Write
Preview
Markdown
is supported
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