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

Random Forest Classifier #41

Closed ijyliu closed 5 months ago

ijyliu commented 6 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:

ijyliu commented 5 months ago

@mayanksethi31 please copy and adapt the folder for the logistic regression classifier (just change out the classifier and set some reasonable hyperparameters to search). this can take many hours to run even on the computing cluster im using, so it needs to done soon