GithubHelp home page GithubHelp logo

metalearning's Introduction

Feature Meta-learning on Relational Data

The common order of processes in data preparation for machine learning is:

      (feature engineering)             (feature selection)
data -----------------------> features ---------------------> features

But we managed to swap the order of feature engineering with feature selection:

      (feature selection)             (feature engineering)
data ---------------------> features -----------------------> features

What is the gain? Based on the performed experiments, it is enough to engineer only the top decile of all candidate features to get accuracy comparable to accuracy obtained on all features. That means that you can reduce the runtime of feature engineering ~10 times without sacrificing the accuracy of the model.

Applications Large or complex databases where it is impossible or inconvenient to calculate all features.

How? With application of meta-learning. The meta-learner utilizes two sources of knowledge that guide the feature selection:

  1. External (acquired from other databases)
  2. Internal (acquired from the database)

Utilized meta-features There are three categories of meta-features, based on which the meta-learner estimates utility of features:

  1. Landmark performance of a few selected features
  2. Properties of feature (generative) functions
  3. Properties of the data

Feature utility We prefer features that are:

  1. Relevant to the task (evaluated with Chi2 in case of classification)
  2. Fast to calculate
  3. Non-redundant

The estimated feature utility is then an amalgam if these three estimates.

Dependencies

  1. RapidMiner (to train the meta-learner)
  2. MATLAB (to run experiments)
  3. Excel (to see the measured values from the experiments)
  4. R (to interpret the experiment results)

Limitations

Implemented only for relational data (specifically in SQL databases).

metalearning's People

Contributors

janmotl avatar

Stargazers

 avatar  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.