Recode-Hive / machine-learning-repos

A curated list of awesome machine learning frameworks, libraries and software (by language). I
MIT License
55 stars 126 forks source link

Add KNN Regression Model #95

Open Aditi22Bansal opened 1 month ago

Aditi22Bansal commented 1 month ago

I'm creating a K-Nearest Neighbors (KNN) regression model using a dataset. I'm following these steps:

Loading and exploring the dataset. Preprocessing the data. Splitting the data into training and testing sets. Building and training the KNN regression model. Evaluating the model. Hyperparameter Tuning: Using GridSearchCV to find the best n_neighbors value.

github-actions[bot] commented 1 month ago

Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions reach out to LinkedIn. Your contributions are highly appreciated! 😊

You can also check our CONTRIBUTING.md for guidelines on contributing to this project.

Aditi22Bansal commented 1 month ago

@sanjay-kv Kindly assign me this issue