2021 3rd International Conference on Advances in Computing, Communication Control and Networking (ICAC3N) 2021
DOI: 10.1109/icac3n53548.2021.9725396
|View full text |Cite
|
Sign up to set email alerts
|

A Regression Based Approach To Predict The Indian Stock Market Trend Amid COVID-19

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1

Citation Types

0
4
0

Year Published

2022
2022
2023
2023

Publication Types

Select...
1
1
1

Relationship

1
2

Authors

Journals

citations
Cited by 3 publications
(4 citation statements)
references
References 16 publications
0
4
0
Order By: Relevance
“…As seen from the previous works, technical indicators play a significant role in predicting the markets [ 50 ]. Also, COVID-19 has significantly affected the financial markets [ 7 ]. In our approach, an attempt has been made to predict the Nifty50 index prices using basic market data COVID-19 data and derived technical indicators.…”
Section: Methodsmentioning
confidence: 99%
See 3 more Smart Citations
“…As seen from the previous works, technical indicators play a significant role in predicting the markets [ 50 ]. Also, COVID-19 has significantly affected the financial markets [ 7 ]. In our approach, an attempt has been made to predict the Nifty50 index prices using basic market data COVID-19 data and derived technical indicators.…”
Section: Methodsmentioning
confidence: 99%
“…# Using Ridge (12) SET ridge TO Ridge(alpha TO 7) ridge.fit(X,Y) (13) SET ranks["Ridge"] TO ranking(np.abs(ridge.coef_), colnames) # Using Lasso (14) SET lasso TO Lasso(alpha � 0.05) lasso.fit(X, Y) (15) SET ranks["Lasso"] TO ranking(np.abs(lasso.coef_), colnames) # Using Random Forest #Sort the dataframe (28) SET meanplot TO meanplot.sort_values("Mean Ranking," ascending � False) #Plot the ranking of the features (29) SET sns.factorplot(x � "Mean Ranking," y � "Feature," data TO meanplot, kind � "bar," size � 14, aspect � 1.9, palette � "coolwarm") ALGORITHM 1: Hybrid feature selection mechanism.…”
Section: Prediction Approachmentioning
confidence: 99%
See 2 more Smart Citations