Skip to content

Commit

Permalink
feat: Added npm in to the project
Browse files Browse the repository at this point in the history
Added npm in to the project
  • Loading branch information
adhilabu committed Aug 10, 2024
1 parent c69596e commit 558e0bc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "stock_data_analysis",
"version": "1.0.0",
"description": "This project leverages machine learning techniques to analyze and predict stock movements based on historical data. It includes functionalities for data analysis, predictive modeling, and backtesting to evaluate the effectiveness of the predictive models.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}

0 comments on commit 558e0bc

Please sign in to comment.