Giter VIP home page Giter VIP logo

bitcoin_prediction's Issues

merge_data.csv inquiry

Hi Siraj, just wondering where the merge_data.csv comes from in the engine.py ? Its being read into a data frame but I cant see it being used anywhere else?

Sample size from Twitter data

What do you think of the sample size of 100 (and the samples twitter selects for you in your search) you get from all twitter data? Is this kind of "proof of concept" repo or did you think about that?

Question: How does this differ from the original work?

Great lib, great video. Thanks. Its very timely that you've realised this work.

I'm wondering, how much code did you change from Sapphirine's work? Is the goal of this lib to be a POC or are you going to maintain it and accept PRs?

Thanks

Have an idea

Can you see if you can validate my thoughts on being able to build a price prediction based on the number of short and long positions open on bitmex?
Check these charts out...
https://coinfarm.online/?tcs=1m

Wrong file content sentiment6.txt

Running LSTM_V1.ipynb

data2 = pd.read_csv(filepath_or_buffer="sentiment6.txt")
data2.info()
data2.dropna(axis=1,how='all')
data2['sentiment'] = data2.sentiment.astype(float)

Results in:

AttributeError: 'DataFrame' object has no attribute 'sentiment'

sentiment6.txt starts with:
20171114,0.38021943904690936
20171113,0.38021943904690936
20171112,0.38021943904690936
20171111,0.38021943904690936
20171110,0.38021943904690936
20171109,0.38021943904690936
20171108,0.38021943904690936
...

Possible solution:
Add names to read_csv:

data1 = pd.read_csv(filepath_or_buffer="bitcoinprices.txt", names=['stamp', 'price'])
data2 = pd.read_csv(filepath_or_buffer="sentiment6.txt", names=['stamp', 'sentiment'])

merged data

Hi! Were i can find 'merged_data.csv' for ipynb usage (data = pd.read_csv("merged_data.csv"))?

ModuleNotFoundError: No module named 'tensorflow'

i am using python 3.6.7 , in python 3.6.7 version not able to install tensorflow, please post the solution if you have any idea.
the error meassage is shown in below,

Could not find a version that satisfies the requirement tensorflow (from versions: )
No matching distribution found for tensorflow

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.