ijyliu / computer-vision-project

Using classical and neural image embeddings and finetuned end-to-end networks to achieve top-tier performance on a vehicle type classification task. Containerized and deployed model as a web app
https://cv-web-app-3m4f2rmfzq-uc.a.run.app/
0 stars 0 forks source link

Logistic Regression Classifier #38

Closed ijyliu closed 2 months ago

ijyliu commented 3 months ago

Input: all features train and test files. to construct X in the training run you should drop all string variables, and have 'Class', as the y variable. to construct X in the prediction run you should drop all string variables and there should not be a y

Output: