Giter Site home page Giter Site logo

xtoy's Introduction

Build Status

XtoY

Go from 'X' to 'y' without effort.

from sklearn.datasets import load_digits
from xtoy.toys import Toy
X, y = load_digits(return_X_y=True)
toy = Toy()
toy.fit(X[:900], y[:900])
toy.predict(X[900:])

Guarantee

The goal will be to accept ANY data and come up with a "sensible" prediction.

If your dataset doesn't work (asymptotically not happening), post an issue.

Test driven

Quality guarantee by testing code changes, with loss measurements on lots of data problems.

Features

  • ✓ Takes care of encoding text, categorical, dates (several features), continuous
  • Considers data size (small data -> feature engineering, big data -> feature selection)
  • ✓ Takes care of missing values
  • ✓ Creates a model
  • ✓ Optimizes model parameters
  • ✓ Gives you a first prediction

Roadmap

  • Considering everything as sparse data, or
  • Working with huge data by considering columns at a time
  • Better classifier settings
  • More customizability
  • Tree-based data (being able to exclude grouped variables quickly)

xtoy's People

Contributors

kootenpv avatar

Watchers

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