This commit is contained in:
veypi
2021-01-16 04:28:57 +08:00
parent ab21b9dfdf
commit 104f21cb98
2 changed files with 164 additions and 1 deletions
+1 -1
View File
@@ -108,6 +108,6 @@ class WinePredict:
if __name__ == '__main__':
wp = WinePredict()
wp.gs_rfc()
for i in [wp.rfc, wp.lr, wp.svc, wp.sgd, wp.mlp][:1]:
for i in [wp.rfc, wp.lr, wp.svc, wp.sgd, wp.mlp]:
wp.report(i)
# wp.showXY()