blobcity / ai-seed

1000+ ready code templates to kickstart your next AI experiment
https://cloud.blobcity.com
Apache License 2.0
116 stars 55 forks source link

Added ImageClassificationLinearSVC #937

Closed DSAishwaryaG closed 3 years ago

Thilakraj1998 commented 3 years ago

if you want to show the confidence level of the model you can utilize decision_function() of linearSVC for the predictions

DSAishwaryaG commented 3 years ago

ohk! i will add it