Git Product home page Git Product logo

machinelearningutils's Introduction

MachineLearningUtils


Set of useful tools for machine learning projects

Teasing examples:

Plots

UsefulPlots.DataPlots.colored_scatter_matrix:

(show me the code...) UsefulPlots.colored_scatter_matrix

UsefulPlots.EvaluationPlots.confusion:

(Show me the code...) UsefulPlots.colored_scatter_matrix

Take a look here for more useful code examples


ModelUtils

utils for easier skitlearn classifier handling

classes:

LinearModelUtils

utils for easier skitlearn linear models handling

classes:

UsefulPlots

My toolbox of useful plots classes.

classes:

##CommonFeatureEngineering drop list of columns, fillna using smarter functions, map columns values in one line and more goodies..

classes:

DatasetsTools

classes:


What inside the modules...

module ModelUtils

class ModelUtils

utils for easier skitlearn classifier handling

module ModelUtils

Useful method for classifications : Utils for easier skitlearn classifier handling:

  • split_and_train
  • test_model
  • but you might want to use:
    • split_data_to_train_test
    • train_model

module UsefulPlots

class DataPlots

Plots for data exploration:

  • colored_scatter - Plot scatter of x vs y with color of third element
  • colored_scatter_matrix - A matrix of colored_scatter

class EvaluationPlots

Plots which helps to evaluate models

  • predicted_vs_actual - This method creates sctter plot of predicted values vs the actual valus.
  • plots a confusion matrix. Normalization can be applied

class VisPlotPlayGround

playground for visualization (color map and more...)

  • show_colormap - Show the gradiant of cmap
  • grayify_cmap - Return a grayscale version of the colormap

module DatasetsTools

mainly for unittests and demos

class DatasetsTools

easyier skitlearn dataset exploration mainly for unittests and demos

  • data_as_df

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.