-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
etf price prediction in decentralized finance
- Loading branch information
1 parent
c734118
commit c3b31e0
Showing
2 changed files
with
926 additions
and
0 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
Decentralized Finance/ETH_price_Prediction/ETH_price_Prediction-main/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# ETH_price_Prediction | ||
|
||
A project with supervised and unsupervised ML learning with the aim of predicting ETH stock prices in the near future. In the project yahoo finance api is used to monitor the current stock price. | ||
|
||
Dependencies | ||
1. sklearn | ||
2. pandas | ||
3. numpy | ||
4. yfinance | ||
5. seaborn | ||
6. tensorflow |
Oops, something went wrong.