Code Monkey home page Code Monkey logo

omlrandombotv2's Introduction

OMLRandomBotv2

The current implementation of the Bot follows the following scheme:

  1. Init Bot with a task.id
  2. Draw a learner with probability proportional to its param set dimensions
  3. Draw a random hyperparameter config
  4. Resample sampled learner/hyperpars on the OML Task

Learners

From the old bot

  • xgboost
  • svm
  • kernel knn
  • random forest
  • rpart
  • glmnet

New learners

  • Multinomial Logit (from mxnet?)
  • Cubist
  • fully connected neural networks (mxnet?) up to depth 3 or 4

Worthy Candidates (From Kaggle etc.)

Datasets

Parameter Spaces

See learners.R

Open Questions:

  • Draw a random task inside the bot or obtain it from outside?
  • Divide into big / small datasets and fast / slow learners?
  • Sample according to algo paramset dimensions?
  • Should e.g. xgboost's gbtree and gblinear be sampled with equal probability?
  • How do we do logging of failed jobs?

How do I run the bot?

We currently require a OML task.id for the bot to run

bot = OMLRandomBot$new(11)
bot$run()

Required packages

# Benchmark
library(mlr)
library(batchtools)
library(R6)
library(callr)
library(data.table)
library(ParamHelpers)

# Learners
library(rpart)
library(glmnet)
library(e1071)
library(ranger)
library(xgboost)

omlrandombotv2's People

Contributors

pfistfl avatar

Watchers

James Cloos avatar Bagrat Akopyan 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.