An open API service indexing awesome lists of open source software.

https://github.com/ozlemkorpe/data-mining-with-knime

Basic knime examples for beginners. It includes many different operations like filtering, predicting, string manipulation, math operations etc.
https://github.com/ozlemkorpe/data-mining-with-knime

data-mining knime logistic-regression-algorithm partitioning prediction

Last synced: 4 months ago
JSON representation

Basic knime examples for beginners. It includes many different operations like filtering, predicting, string manipulation, math operations etc.

Awesome Lists containing this project

README

          

# Data-Mining-With-Knime
Basic knime examples on three different datasets.

This project contains basic data operations like filtering columns and rows, prediction from provided datasets, creating new column by calculating columns values.
To execute this project succesfully, you must configure csv reader nodes with the provided datasets.
Simply download related dataset and then rigth click on the CSV Reader node and select the path of downloaded dataset. Then apply tha changes.

# Nodes
* Row Filter
* Column Filter
* Rule Engine
* String Manipulator
* Math Operations
* PMML Normalizer
* Partitioning
* Logistic Regression Learner
* Logistic Regression Predictor
* Scorer

## Authors
* **Özlem Körpe** - *Initial work* - [ozlemkorpe](https://github.com/ozlemkorpe)