Giter Club home page Giter Club logo

lastancientone / deep_learning_machine_learning_stock Goto Github PK

View Code? Open in Web Editor NEW
1.2K 33.0 305.0 19.38 MB

Deep Learning and Machine Learning stocks represent promising opportunities for both long-term and short-term investors and traders.

License: MIT License

Jupyter Notebook 99.86% Python 0.14%
deep-learning machine-learning stock-price-prediction features-extraction financial-engineering prediction feature-engineering feature-extraction feature-selection stock-data

deep_learning_machine_learning_stock's Issues

New complemetary tool

My name is Luis, I'm a big-data machine-learning developer, I'm a fan of your work, and I usually check your updates.

I was afraid that my savings would be eaten by inflation. I have created a powerful tool that based on past technical patterns (volatility, moving averages, statistics, trends, candlesticks, support and resistance, stock index indicators).
All the ones you know (RSI, MACD, STOCH, Bolinger Bands, SMA, DEMARK, Japanese candlesticks, ichimoku, fibonacci, williansR, balance of power, murrey math, etc) and more than 200 others.

The tool creates prediction models of correct trading points (buy signal and sell signal, every stock is good traded in time and direction).
For this I have used big data tools like pandas python, stock market libraries like: tablib, TAcharts ,pandas_ta... For data collection and calculation.
And powerful machine-learning libraries such as: Sklearn.RandomForest , Sklearn.GradientBoosting, XGBoost, Google TensorFlow and Google TensorFlow LSTM.

With the models trained with the selection of the best technical indicators, the tool is able to predict trading points (where to buy, where to sell) and send real-time alerts to Telegram or Mail. The points are calculated based on the learning of the correct trading points of the last 2 years (including the change to bear market after the rate hike).

I think it could be useful to you, to improve, I would like to give it to you, and if you are interested in improving and collaborating I am also willing, and if not I would like to file it in the drawer.

what does input symbol means in stocks_app.py

got code but is not understanding as if I gave input as stock name its throwing error

File "C:\Users\vaibh\Desktop\Deep-Learning-Machine-Learning-Stock-master\Stock_Apps\Stock_ML_Predict_Apps.py", line 54, in stock_logistic_regression
df = yf.download(sym, s, e)
AttributeError: module 'yahoo_finance' has no attribute 'download'

please help me resolve this issue....

Basic_Machine_Learning_Predicts.ipynb

There are errors input onwards :

X = df.drop(['Date','Close'], axis=1, inplace=True)
y = df[['Adj Close']]

Kindly tell us what packages do we need to test and run the files like pip install yfinance, pip install seaborn etc.

The version of the notebook server is: 6.4.8
Python 3.10.7 (main, Sep 8 2022, 14:34:29) [GCC 12.2.0]
Ubuntu : 22.10 (Development Branch)

Need correction in cell 16 from '001_Pandas.ipynb'

Below original first line of code doesn't work ⬇️ :

# Move column example
# Move Date in the first column

cols = list(new_df)
cols.insert(0, cols.pop(cols.index('Date')))
cols

Please correct this code to ⬇️ :

# Move column example
# Move Date in the first column
cols = new_df.columns.to_list()
cols.insert(0, cols.pop(cols.index('Date')))
cols

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.