Coder Social home page Coder Social logo

dstools's People

Contributors

edublancas avatar

Stargazers

 avatar

Watchers

 avatar

dstools's Issues

skpipeline, save coef

skpipeline tries to save feature importances if the model has them, do the same with coefficients

possible errors when naming keys in data

When using Pipeline, the user sends a dictionary in the load method, the keys for this dictionary are arbitrary and this does not cause any trouble.

But when using SKExperiment and trying to train an experiment, the MetaEstimator assumes certain naming conventions for the keys. I should make this explicit. Probably raising and exception in skpipeline.load when data does not have the appropiate keys

Refactor code

I should probably take out the Pipeline, Experiment and Record classes to a new repo and leave this one as just a bunch of tools for Data Science.

validate pipeline functions

Validate that every necessary function was provided to the pipeline instance. Either adding them to the constructor (but it´s going to make it to verbose) or check them at the top of __call__. This will help the user detect errors early.

parallel pipeline + tinydb backend

if a pipeline is created with workers > 1 and tinydb backend, raise an exception since tiny db does not support concurrent 'connections'.

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.