Skip to content

Commit

Permalink
Singaporean Cryptocurrency Analysis 📜
Browse files Browse the repository at this point in the history
  • Loading branch information
Avdhesh-Varshney committed Jan 6, 2024
1 parent 7462e95 commit 7aca36c
Show file tree
Hide file tree
Showing 4 changed files with 5,485 additions and 0 deletions.
1 change: 1 addition & 0 deletions Singaporean Cryptocurrency Analysis/Dataset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The Dataset is used here is taken from the Kaggle database website. You can download the file from the link given here, [Singaporean Cryptocurrency Analysis](https://www.kaggle.com/datasets/imperialwarrior/singapore-crypto)
47 changes: 47 additions & 0 deletions Singaporean Cryptocurrency Analysis/Models/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<h1>Singaporean Cryptocurrency Anlaysis</h1>

**GOAL**

To analyze the Singaporean Dataset using Exploratory Data analysis.

**DATASET**

https://www.kaggle.com/datasets/imperialwarrior/singapore-crypto

**DESCRIPTION**

To analyze the dataset of Singaporean Cryptocurrency Analysis

**WHAT I HAD DONE**

* Checked for first dataset values out of 7537 datasets.
* Checked for missing values and cleaned the data accordingly.
* Analyzed the data, found insights and visualized them accordingly.
* Found detailed insights of different columns with target variable using plotting libraries.
* Train the datasets by different models and saves their accuracies into a dataframe.


**LIBRARIES NEEDED**

1. Pandas
2. Plotly
3. Sklearn
4. NumPy
5. XGBoost
6. Tensorflow
7. Keras


**CONCLUSION**

- Linear Regression and Decision Tree Regression Models are best fitted to the datasets.
- Accuracy achieved is around 99.5 %.
- LSTM Model also perfoms well on the datasets as their MSE and R2 scores are very much good.


**YOUR NAME**

*Avdhesh Varshney*

[![LinkedIn](https://img.shields.io/badge/linkedin-%230077B5.svg?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/avdhesh-varshney-5314a4233/) [![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.com/Avdhesh-Varshney)

Loading

0 comments on commit 7aca36c

Please sign in to comment.