We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac9ea87 commit d5fdd85Copy full SHA for d5fdd85
1 file changed
src/main.py
@@ -188,7 +188,6 @@ async def predict(person: Person = Body(..., examples=examples_request['test_exa
188
).reshape(1, -1)
189
190
df = pd.DataFrame(features, columns=examples_request['features_labels'].keys())
191
-
192
df_cleaned = clean_data(df, get_config())
193
logger.info('Census cleaned new adult person data with %s features',
194
df_cleaned.shape[1])
0 commit comments