Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request - Hybrid Recommendation System for Model Selection #116

Closed
sanchitc05 opened this issue Oct 6, 2024 · 2 comments · Fixed by #324
Closed

Feature request - Hybrid Recommendation System for Model Selection #116

sanchitc05 opened this issue Oct 6, 2024 · 2 comments · Fixed by #324
Assignees

Comments

@sanchitc05
Copy link
Contributor

I would like to propose the addition of a hybrid recommendation system that suggests the most suitable machine learning models based on the type of dataset and the task at hand. The system could analyze the dataset (e.g., tabular, image, text) and recommend models such as:

CNNs (Convolutional Neural Networks) for image-related tasks,
RNNs (Recurrent Neural Networks) or LSTMs (Long Short-Term Memory Networks) for sequential data, and
Random Forests or Gradient Boosting for tabular data.
By integrating this recommendation system, contributors—whether they are beginners or experts—can streamline the process of selecting the right model for their task. The system can be enhanced over time by incorporating user feedback to further refine its recommendations based on past performance.

Why this feature is important:

Choosing the right model is a critical step in machine learning, and this system would help reduce trial and error, saving time for contributors. It will also provide a learning opportunity for new contributors to understand which models work best for different datasets.

Given my background in building recommendation systems (I've worked on a YouTube video recommendation system for an AI-integrated e-learning platform), I am confident that I can contribute effectively to building this feature. I would love to work on this issue and collaborate with others to bring it to life.

Please consider assigning this issue to me. Looking forward to your feedback!

@sanchitc05 sanchitc05 added the enhancement New feature or request label Oct 6, 2024
Copy link

github-actions bot commented Oct 6, 2024

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. Your contributions are highly appreciated! 😊

Copy link

Hello @sanchitc05! Your issue #116 has been closed. Thank you for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants