Skip to content

Commit

Permalink
add pmml model - not working yet
Browse files Browse the repository at this point in the history
  • Loading branch information
maxibor committed Sep 11, 2020
1 parent f6afb3c commit fda940e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pydamage/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,7 @@ def analyze(
acc_model = load_model()
print(acc_model)
prep_df = prepare_data(df)
prep_df.to_csv("~/Desktop/test_data.csv")
# print(prep_df)
print(prep_df)
print(fit_model(prep_df, acc_model))

return df

0 comments on commit fda940e

Please sign in to comment.