Skip to content

Commit 265ff19

Browse files
authored
Update model.py
1 parent f5bdadd commit 265ff19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
print('Parameters: ', results.params)
1818
print('R2: ', results.rsquared)
1919
with open ("metrics.txt", "w") as f:
20-
f.write(f"{results.summary()}")
20+
f.write(f"{results.summary().as_text()}")

0 commit comments

Comments
 (0)