Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 376 Bytes

File metadata and controls

3 lines (2 loc) · 376 Bytes

Supervised Machine Learning Models using Pytorch and Scikit-Learn

This repository provides a comprehensive implementation of supervised machine learning models using PyTorch and Scikit-learn. It includes end-to-end workflows for both classification and regression tasks, covering data preprocessing, model training, evaluation, and comparison between traditional ML models