https://github.com/prak112/datacamp
projects based on finance, statistics and probability simulations.
https://github.com/prak112/datacamp
financial-analysis probabilistic-programming statistics
Last synced: 17 days ago
JSON representation
projects based on finance, statistics and probability simulations.
- Host: GitHub
- URL: https://github.com/prak112/datacamp
- Owner: prak112
- Created: 2022-01-21T19:26:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-19T19:29:19.000Z (over 3 years ago)
- Last Synced: 2025-03-04T17:50:30.013Z (over 1 year ago)
- Topics: financial-analysis, probabilistic-programming, statistics
- Language: Jupyter Notebook
- Homepage: https://www.datacamp.com/profile/prakirthgovardhanam
- Size: 1.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Projects from DataCamp-Workspace 🏕️
## Projects coinciding with following interests:
- Career interests 🧑🏭
- Challenging analytical methods ⛷️
## Project 1
### [Financial Analysis](https://github.com/prak112/datacamp/blob/7f471e049c6b4615b2b3d31521ab316c8d857187/financial-analysis) 🤓
- Related to building analysis around Bitcoin, S&P500 & Gold:
- Assess Risk and Volatility of including in Fund Portfolio compared to S&P500
- Hedging against Inflation instead/together with Gold
## Project 2
### [Abalone Age Prediction](https://github.com/prak112/datacamp/blob/95224f5db610bb6dcdd6bc2b0b48a0882dcb53c2/abalone-ageprediction)
- Related to Predictive Modeling using Multiple Linear Regression
- Identify important features influencing aging of Abalone, such as physical appearance & weight.
- Predict age of Abalone by splitting dataset (train, test)
## Project 3
### [Probability Simulations](https://github.com/prak112/datacamp/blob/7ef5e33b963a2619eb74be9fcd7f58e442a3b877/probability-simulations)
- Monty Hall simulation (explained inside notebook)
- Crazy Lawn Mower simulation (explained inside notebook)