Skip to content

Files

Latest commit

04f3e25 · Aug 3, 2020

History

History
23 lines (15 loc) · 694 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 694 Bytes

Machine learning Using Pyspark

This is a helpful notebook which contains:
  • Creating a Spark application.
  • Using Spark sql for manipulating the dataframe
  • Using data processing steps (feature encoding, scaling, selection ...)
  • Training and Testing ml-models
In This notebook I tested almost machine learning algorithms:
  • DECISION TREE
  • Deep Learning Multilayer Perceptron
  • NAIVE BAYES
  • LOGISTIC REGRESSION
  • One-vs-Rest
  • RANDOM FOREST

Note that this notebook was made in google colab so you don't need to install any package just run cells in google colab + I used keystroke data and Touch data

Helpful notebook, Yeah!