Giter VIP home page Giter VIP logo

.ipynb_checkpoints's Introduction

OUTCOME Screenshot (393)

DATASET Screenshot (394)

PipeLines- >> 1.data-formation of stock releted headlines for prediction of stock(nifty-50) via web scrapping .

1.1 nifty data from ( timesofindia - website )
1.2 economy data from ( moneycontrol website )
1.3 mutualFund data from ( moneycontrol website )
1.4 ipo data from ( moneycontrol website )
1.5 personal_finance data from ( moneycontrol website )
1.6 business data from ( moneycontrol website )
1.7 indian_political data from ( moneycontrol website )
1.8 trends data from ( moneycontrol website )
1.9 election2024 data from ( moneycontrol website )
1.10 adding the random() dynamic generated depended target (y) variables

  1. DATA-PREPROCESSING

2.1 make the new list of data_review -> merge the first row all sentence into it and store it, into data_review (list)
2.2 insert this into column and after intersrting it into column , preporcessing the whole data_review(final data) -> with
(a) lower_case
(b) only aplebetical
(c) stopwords
(d) lemmatization
2.3 seperate depended varibles and independed variables

  1. feature -extration part
    3.1 train-test-split (4:1)
    3.2 vectorizer (count and tfidf)

  2. apply NLP MODEL

    4.1 logistic regression calssification model
    (a) using count vectorizer - get accuracy - 50%
    (b) using tfidf vectorizer - get accuracy - 55%

    4.2 NAIVE - BAYES MODEL
    both count vectorize as well as tfidf vectorizer
    4.3 PASSIVE AGGRESSIVE CLASSIFIER (tfidf vectorizer)
    accuracy with bi-gram-56 %
    accuracy with tri gram -60%
    4.4 Random forest classifier
    got accuracy with 60%

.ipynb_checkpoints's People

Contributors

raj075512 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.