NotJoeMartinez / APDL_Quality_Control

Computer Vision Quality control for the Advanced Particle Detector Laboratory at Texas Tech University
0 stars 1 forks source link

Model Cascade #33

Open NotJoeMartinez opened 3 years ago

NotJoeMartinez commented 3 years ago

Train 7 models, each on a binary datasets separated by "has feature" and "does not have feature". The "has feature" dataset has the feature you are hoping the model will pickup on and the other is filled with the rest of the dataset. Some how find a way to combine these 7 models into one model or make a system to cast the predictions in a useful way. Maybe use the confidence scores or something.