Giter Club home page Giter Club logo

paypal / autosklearn-zeroconf Goto Github PK

View Code? Open in Web Editor NEW
172.0 172.0 39.0 6.94 MB

autosklearn-zeroconf is a fully automated binary classifier. It is based on the AutoML challenge winner auto-sklearn. Give it a dataset with known outcomes (labels) and it returns a list of predicted outcomes for your new data. It even estimates the precision for you! The engine is tuning massively parallel ensemble of machine learning pipelines for best precision/recall.

License: BSD 3-Clause "New" or "Revised" License

Python 100.00%
auto-sklearn binary-classification machine-learning

autosklearn-zeroconf's People

Contributors

alejandrohall avatar d2k avatar duaneobrien avatar motorrat avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

autosklearn-zeroconf's Issues

Add csv as a source data format

CSV is a bit tricky because it does not have data type metadata. So in order to take that in we will have to guesstimate that or get this metadata in some other way. The default way would be to as the user to specify this information but then it won't be "zeroconf" anymore.
One way of approaching this would be https://github.com/bashalex/datapot

DeprecationWarning sklearn.cross_validation.train_test_split

from sklearn.cross_validation import train_test_split

lib/python3.5/site-packages/sklearn/cross_validation.py:44: DeprecationWarning: This module was deprecated in version 0.18 in favor of the model_selection module into which all the refactored classes and functions are moved. Also note that the interface of the new CV iterators are different from that of this module. This module will be removed in 0.20.
"This module will be removed in 0.20.", DeprecationWarning)

SyntaxError: invalid syntax in d2khelper.py

freshly installed CentOS7

 python3 ./bin/zeroconf.py -d ./data/Adult.h5

Traceback (most recent call last):
  File "./bin/zeroconf.py", line 22, in <module>
    import d2khelper as d2k
  File "/home/username/autosklearn-zeroconf/bin/d2khelper.py", line 48
    return {**parameter, **param}
             ^
SyntaxError: invalid syntax

@d2k do you you think you could look into this?

Graph in the README should be a scatter plot.

Really nitpicky remark, but it doesn't make sense to interpolate eval results between two different models, so a line plot is not appropriate (the wild drops/increases in loss make it hard to read as well). A scatter plot would convey the idea better I think!

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.