forked from abhisheks008/ML-Crate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d12d991
commit c1e8584
Showing
21 changed files
with
4,951 additions
and
0 deletions.
There are no files selected for viewing
3,704 changes: 3,704 additions & 0 deletions
3,704
Gold Price Analysis and Prediction/Dataset/future-gc00-daily-prices.csv
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+46.7 KB
...ice Analysis and Prediction/Images/Autocorrelation Plot of Gold Close Price.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+30.8 KB
...ysis and Prediction/Images/Box Plot of Mean Squared Error Across Algorithms.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+19.7 KB
Gold Price Analysis and Prediction/Images/Boxplot of Gold Price Attributes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+26.6 KB
Gold Price Analysis and Prediction/Images/Comparison of Algorithm Accuracy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+30.9 KB
...is and Prediction/Images/Comparison of Mean Squared Error Across Algorithms.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+27.6 KB
...ysis and Prediction/Images/Comparison of R-squared Scores Across Algorithms.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+65.6 KB
...nalysis and Prediction/Images/Gold Close Price with 30-Day Rolling Average..png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+70.2 KB
... Price Analysis and Prediction/Images/Gold Close Price with Moving Averages.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+87.1 KB
Gold Price Analysis and Prediction/Images/Gold Price Candlestick Chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+35.5 KB
Gold Price Analysis and Prediction/Images/Histograms of Gold Price Attributes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+64.7 KB
Gold Price Analysis and Prediction/Images/Line Plot of Gold Prices Over Time.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+78.8 KB
... Analysis and Prediction/Images/Scatter Plot of Predicted vs. Actual Values.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+67.4 KB
...s and Prediction/Images/Violin Plot of Mean Squared Error Across Algorithms.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+311 KB
Gold Price Analysis and Prediction/Model/Pickle Files/decision_tree_model.pkl
Binary file not shown.
Binary file added
BIN
+120 KB
Gold Price Analysis and Prediction/Model/Pickle Files/gradient_boosting_model.pkl
Binary file not shown.
Binary file added
BIN
+513 Bytes
Gold Price Analysis and Prediction/Model/Pickle Files/linear_regression_model.pkl
Binary file not shown.
Binary file added
BIN
+20.4 MB
Gold Price Analysis and Prediction/Model/Pickle Files/random_forest_model.pkl
Binary file not shown.
Binary file not shown.
1,242 changes: 1,242 additions & 0 deletions
1,242
Gold Price Analysis and Prediction/Model/gold_price_prediction.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
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,5 @@ | ||
pandas==1.3.3 | ||
numpy==1.21.2 | ||
scikit-learn==0.24.2 | ||
matplotlib==3.4.3 | ||
seaborn==0.11.2 |