Giter VIP home page Giter VIP logo

analyses-api's Introduction

The analyses-api provides APIs that enable you to perform data analyses on csv data.

Currently there are provisions for:

  • mutlivariable linear regression

with support for many more analyses operation coming along.

Getting started guide

Read the postman documentation

To start using analyses APIs, you need to -

  • You must create an account, and then sign in to the account to obtain an authentication token.
  • You must upload data in csv format.
  • You must use a valid API Key to send requests to the API analyses endpoints. You can get your API key
  • The API only responds to HTTPS-secured communications. Any requests sent via HTTP return an HTTP 301 redirect to the corresponding HTTPS resources.
  • The API returns request responses in JSON format. When an API request returns an error, it is sent in the JSON response as an error key.

Authentication

The analyses-api API uses bearer token for authentication. You can generate an authentication token by sign in to a created account.

You must include an API key in each request to the files and analyses endpoints with the Authorization request header.

Authentication error response

If authentication token is missing, malformed, or invalid, you will receive an HTTP 401 Unauthorized response code.

analyses-api's People

Contributors

yodeman avatar

Watchers

 avatar

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.