Skip to content

Commit

Permalink
Updated model summary for sklearn
Browse files Browse the repository at this point in the history
Newer versions changed how they print
  • Loading branch information
WardLT committed Jul 16, 2019
1 parent e01c181 commit db70831
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dlhub_sdk/models/servables/tests/test_sklearn.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ def test_load_model(self):
}
},
'model_summary': ("SVC(C=1, cache_size=200, class_weight=None, coef0=0.0,\n"
" decision_function_shape='ovr', degree=3, gamma='auto', "
" decision_function_shape='ovr', degree=3, gamma='auto', "
"kernel='linear',\n"
" max_iter=-1, probability=True, random_state=None, "
"shrinking=True,\n"
" tol=0.001, verbose=False)"),
" max_iter=-1, probability=True, random_state=None,"
" shrinking=True, tol=0.001,\n"
" verbose=False)"),
'options': {
'is_classifier': True,
'serialization_method': 'pickle',
Expand Down

0 comments on commit db70831

Please sign in to comment.