Code Monkey home page Code Monkey logo

orange-notebook's Introduction

###Simple iPython notebook for Orange Machine Learning

Machine learning is an important tool for predictive automated processing. In this notebook we target the basis of Machine learning, classification and naives probabilistic models, given a challenge problem: Acquire knowledge about the predictive capacity of meteorological data on a particular day of the week.

####The data

Each file is a set of readings corresponding to a given day at a given weather station. The various field values are (in order):

  • The name of the station
  • The year in which the observation(s) took place
  • The month in which the observation(s) took place
  • The day of the month on which the observation(s) took place
  • The aggregated precipitation observed (in mm)
  • The minimum observed temperature (in degrees Celcius)
  • The maximum observed temperature (in degrees Celcius)
  • The average of the observed temperature readings (in degrees Celcius); if only one reading took place for a given day, this will be the same as the minimum and maximum temperature
  • The maximum recorded wind reading (in metres per second)
  • The minimum observed sky ceiling (in metres)
  • The maximum observed sky ceiling (in metres)
  • The average of the observed sky ceiling readings (in metres)
  • The minimum observed visibility (in metres)
  • The maximum observed visibility (in metres)
  • The average of the observed visibility readings (in metres)
  • The minimum observed dew point (in degrees Celcius)
  • The maximum observed dew point (in degrees Celcius)
  • The average of the observed dew point readings (in degrees Celcius)
  • The minimum observed barometric pressure, normalised to sea level (in hectopascals)
  • The maximum observed barometric pressure (in hectopascals)
  • The average of the observed pressure readings (in hectopascals)
  • The day of the week

Missing values are indicated with a question mark (?)

The ipython notebook details this in a better way, you can see the final report here

orange-notebook's People

Watchers

 avatar

Forkers

jgera

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.