GithubHelp home page GithubHelp logo

dsm_knime_machinelearning_intuition's Introduction

L0 - Machine Learning Intuition using KNIME

Objective

  • Learn how to build basic Machine Learning models using KNIME
  • Build Top 5 Use Cases in Machine Learning
    • Classification
    • Regression
    • Clustering
    • Forecasting
    • Text Classification

Classification

Classification models are a subset of supervised machine learning . A classification model reads some input and generates an output that classifies the input into some category. For example, a model might read an email and classify it as either spam or not โ€” binary classification.

Regression

Regression is a technique for investigating the relationship between independent variables or features and a dependent variable or outcome. It's used as a method for predictive modelling in machine learning, in which an algorithm is used to predict continuous outcomes.

Next Steps

1/ Preprocessing

  • Missing Values Treatment
    • Numerical - Mean, Median, Mode
    • Categorical - Most Frequent, Constant
  • Outlier Treatment
    • Numerical - Quartile Method
  • Transformation
    • Numerical - Standard Scaler
    • Categorical - Not Required in KNIME
      • Ensure Categories are less

2/ Validation

  • Train Test Split
    • 80% Train, 20% Test/Validation

dsm_knime_machinelearning_intuition's People

Contributors

kunaal avatar kunaalnaik avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

ggkar sidh665

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.