Simple AI SaaS service?

Discussion in 'Science and Technology' started by luckyputanski, Sep 27, 2021.

Bring-your-own-data AI web service. Useful?

  1. Yes

    0 vote(s)
    0.0%
  2. No

    1 vote(s)
    100.0%
  1. Hi,
    I’m thinking on building a web service where you can import data, train artificial intelligence models, and later use these models to make predictions on unseen data. It would accept any kind data that can be expressed as numbers and an outcome (something useful to predict). This service would be simple enough to be used by non-programmers. Just point and click in the browser – no experience in data science required. The only requirement: bring your own data. Would anyone be interested in a service like this?

    To give a personal example: I have a list of transactions made by a stock trading system and I trained a model to predict which trades are likely to be profitable. My initial tests show that a typical Donchian channel system can be improved from 8% to 59% average trade profit (that is, by removing some trades) and accuracy can be improved from 31% to 57%. I have it wrapped in Python and I run it from a console, but wondering if it would be useful to anyone else?