cs481-ekh / f22-ai-cbl

Other
0 stars 1 forks source link

Implement AUC (area under the curve) evaluation technique #82

Closed Stephanie-P-Ball closed 1 year ago

Stephanie-P-Ball commented 1 year ago

80

Stephanie-P-Ball commented 1 year ago

Linear Regression model does not support AUC implementation because continuous-multioutput format is not supported. I researched different ways to get around this but was not successful.