Giter Site home page Giter Site logo

Comments (4)

cbyn avatar cbyn commented on August 21, 2024

Hi William,

That was for loading a pre-trained model into the web app (see http://scikit-learn.org/stable/modules/model_persistence.html). The web app was just for promoting the project and didn't do anything particularly useful (it just displayed live streaming data with predictions). I don't know if I would expect anyone to get that running again.

The project is no longer maintained. I have only left it up as an example for people interested in similar research. Thanks for your interest though!

Chris

from stockfighter.

cbyn avatar cbyn commented on August 21, 2024

I no longer have anything associated with the project other than what is in the repo. And if I did, it would be a model trained two years ago. If this is something that you want to pursue you will need to collect your own data and train your own model. There are many people who have forked the repo and have it in active development so you may want to look at what others are doing. This is not something that I am working on anymore. Good luck!

from stockfighter.

cbyn avatar cbyn commented on August 21, 2024

I don't recall, but generating pkl files is standard python. cols.pkl is the list of columns used in the trained model: pred = model.predict(data[cols].values)[0].

from stockfighter.

cbyn avatar cbyn commented on August 21, 2024

There is no push button way to do it. You will need to collect data for weeks, then train a model on that data (using the code in the repo). Once you have a trained model, pickling it (and the list of desired input columns) is trivial. Pickling the model for the web app is really the least of your concerns if you haven't even starting collecting data or training a model.

from stockfighter.

Related Issues (1)

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.