Closed SimranShaikh20 closed 4 days ago
Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊
What are the deep learning models you are planning to perform here? @SimranShaikh20
@abhisheks008 model name - MultiOutputClassifier with a LinearSVC MultiOutputClassifier: This is a wrapper that allows you to fit one classifier (in this case, LinearSVC) for each output label. It essentially creates a separate instance of the classifier for each label you want to predict.
LinearSVC: This is a linear Support Vector Classifier that is used for classification tasks. It finds the optimal hyperplane that separates the classes in the feature space.
Push the code ASAP for review. @SimranShaikh20
yeah sure
yeah sure
Updated the issue/project folder name. Please follow the same
yeah sure
Updated the issue/project folder name. Please follow the same
yeah i will make sure about it
can you pls share you email id for further communication ?
yeah sure
Updated the issue/project folder name. Please follow the same
yeah i will make sure about it
can you pls share you email id for further communication ?
It's there in my GitHub profile.
Hello @SimranShaikh20! Your issue #986 has been closed. Thank you for your contribution!
Key points - A research-topic prediction model transforms how researchers access and discover knowledge, enabling rapid, relevant insights and fostering interdisciplinary innovation.
Problem Statement Researchers have access to large online archives of scientific articles. As a consequence, finding relevant articles has become more difficult. Tagging or topic modelling provides a way to give token of identification to research articles which facilitates recommendation and search process.
Given the abstract and title for a set of research articles, predict the topics for each article included in the test set. The research article abstracts and titles will sourced from the following 6 topics:
The goal is to build a model that can predict topics for each article. Each article is represented by its title and abstract, and the model should classify it into one or more relevant topics from a predefined set of six fields.
Computer Science Physics Mathematics Statistics Quantitative Biology Quantitative Finance
@abhisheks008 assign me this issue !