Skip to content

Commit

Permalink
Fix many linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-grafberger committed Feb 24, 2024
1 parent 0defb91 commit ad27012
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified example_pipelines/adult_simple/adult_simple.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion test/example_pipelines/test_healthcare.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import ast
import pandas as pd
from scikeras.wrappers import KerasClassifier
from sklearn.preprocessing import StandardScaler, OneHotEncoder, label_binarize
from sklearn.preprocessing import StandardScaler, label_binarize

from example_pipelines.healthcare import custom_monkeypatching
from example_pipelines.healthcare.healthcare_utils import create_model, MyW2VTransformer
Expand Down

0 comments on commit ad27012

Please sign in to comment.