GithubHelp home page GithubHelp logo

classifier-explorer's Introduction

Classifier Explorer

This repo is a set of tools for assessing the performance of a wide range of classifiers and their parameters in parallel using scikit-learn.

Usage

If you have a classification problem and a need to test a variety of classifiers and their parameters in parallel without much setup, then this is the tool.

python3 scikit-learn_predict configuration_file.yaml is the main function and configure_file.yaml specifies all models and parameter ranges to use. It will evaluate models in parallel. This program will save all trained models as well as the results of 10 different classification metrics. An example configuration file is given in model.yaml .

Quick start

assuming your observations are datasets/X.npy and targets saved in datasets/y.np, then

python3 scikit-learn_predict model.yaml

will work and save the trained models in model_files/ and the classification performance data in model_metrics

python3 model_evaluation/classification_report.py model_metrics/ will give an overview of performance.

Historical Notes

This initially grew out of a project for predicting housing prices using Google Street view data and OverFeat CNN, but the data-mangling and old code has been removed. It can be referred to in the git history. The initial motivation for this library can be found at https://nsauder.github.io/streetscope/. The project also used to be called cnn_pipeline but the name changed, too.

classifier-explorer's People

Contributors

turnersr avatar vruvora avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

vruvora

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.