You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project analyzes the Vertebral Column Dataset to classify orthopedic patients as either normal or abnormal based on six biomechanical features. Multiple machine learning models were applied, compared, and evaluated to identify the best-performing classifier for spinal condition prediction.
Comparison of scratch-implemented and sklearn nearest neighbors methods for classification of vertebral patient data. Using multiple distance metrics, models were k-value optimized to reduce error rates.