namrashah / Predicting-Stock-Movements

0 stars 0 forks source link

One hot encoding on strings #2

Open namrashah opened 6 years ago

namrashah commented 6 years ago

IN market data:-

  1. assetName ?

  2. assetCode IN news data:-

  3. provider

  4. headline tag

  5. marketCommentary

  6. asetName ?

  7. Some of the headlines are same. So we can also apply one hot encoding on that column

namrashah commented 6 years ago

IN market data:- 1) assetName ?

IN news data:- 1) provider 2) headline tag 3) marketCommenter 4) asetName ?

namrashah commented 6 years ago

Label Encoding on strings and then one hot encoding to convert it in binary vector sparse matrix.

kanika-rawat commented 6 years ago

We have to do one hot encoding on provider and marketCommentary of news data.