mwidjaja1 / datahelper

Personal Functions to help combine common Data Science operations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DataHelpers

Personal Functions to help combine common Data Science operations. Call it with 'import DataHelpers'

Requirements

  • Python 3
  • Matplotlib
  • Pandas
  • Scikit-Learn

load.py capabilities

  • Splits data into feature & target sets
  • Maps strings into integers
  • Create multiple DataFrames based on matching values in a column
  • Create scatter plots comparing each feature to their target

driver.py capabilities

  • Linear Regression

About

Personal Functions to help combine common Data Science operations


Languages

Language:Python 100.0%