kkbankol-ibm / functions

TBD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IoT Functions

A companion package to IBM Watson IoT Platform Analytics containing sample functions and base classes from which to derive custom functions.

Getting Started

These instructions will get you up and running in your local environment or in Watson Studio for development and testing purposes.

Prerequisites

  • python 3.X (https://www.anaconda.com/distribution/)
  • future (pip install future)
  • dill (pip install dill)
  • pandas (pip install pandas)
  • sklearn (pip install sklearn)
  • requests (pip install requests)
  • urllib3 (pip install urllib3)
  • sqlalchemy (pip install sqlalchemy)
  • ibm_db_sa (pip install ibm_db_sa)
  • ibm_cos_sdk (pip install ibm-cos-sdk)
  • lxml (pip install lxml)

Installing

To install in your local environment:

pip install git+https://github.com/ibm-watson-iot/functions.git@production --upgrade

To install in IBM Watson Studio from another Jupyter notebook:

!pip install git+https://github.com/ibm-watson-iot/functions.git@production --upgrade

Test for sucessful install:

import iotfunctions as fn
print(fn.__version__) 

Changelog

Keep up to date with the latest changes.

Further information

About

TBD

License:Apache License 2.0


Languages

Language:Python 100.0%