Skip to content
View Ansu-John's full-sized avatar
Block or Report

Block or report Ansu-John

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Ansu-John/README.md

Hi there,

I am Ansu John, and am working as Data Engineer. I joined Github to publish data science projects exploring various analytics tools and techniques, and to identify best practices in the process. If you are interested, please find the project details below.

Do message me in LinkedIn for any comments / suggestions.

ETL

ETL Verification - verification of loaded data after ETL using scala.

Data Analysis

Big Data Analysis - demonstrates the various Spark RDD / Dataframe operations using PySpark 3.0.1 library.

Machine Learning

The below repositories are build to explore Scikit-learn / Spark 3.0.1 API functionalities using Python :

Extarcting, transforming and selecting features from data - explore various ways of extarcting, transforming and selecting features from data for machine learning using PySpark 3.0.1 library.

Scikit-learn Regression - demonstrates the various machine learning regression models using Scikit-learn 0.23.2 library.

Scikit-learn Classification - demonstrates the various machine learning classification models using Scikit-learn 0.23.2 library.

Linear Regression with Spark - demonstrates the implementation of Linear Regression using PySpark 3.0.1 library.

Logistic Regression with Spark - demonstrates the implementation of Logistic Regression using PySpark 3.0.1 library.

Spark MLlib Clustering - demonstrates the various clustering algorithms using PySpark 3.0.1 library.

Spark MLlib Classification - demonstrates the various classification algorithms using PySpark 3.0.1 library.

Movie Recommender System - implementation of movie recommendation systems using Apache Spark 3.0.1 ML alternating least squares (ALS)

Artificial intelligence (AI)

Natural Language Processing - explore the different NLP options using Python.

Credit Card Fraud Detection - predict fraudulent credit card transactions using TensorFlow, Keras, K Neighbors, Decision Tree, SVM Regression and Logistic Regression classfiers .

Real Life Data Science Projects

IBM HR Analytics Employee Attrition - predict using LogisticRegression and RandomForestClassifier.

AB Testing - exploration of data from database using python libraries : pyodbc and matplotlib libraries.

Customer Segmentation - demonstrates the various python machine learning clustering models.

Retail Sales Forecasting - predicting sales using various python machine learning models.

Tutorials

Study Notes - consolidated notes.

Introduction to Python - demonstrates the basics of Python coding.

Pinned

  1. Big-Data-Analysis Big-Data-Analysis Public

    Explore various Spark RDD / Dataframe operations using PySpark library.

    Jupyter Notebook 1 2

  2. Classification-Models Classification-Models Public

    Build and evaluate various machine learning classification models using Python.

    Jupyter Notebook 2 5

  3. Natural-Language-Processing Natural-Language-Processing Public

    Explore various natural language processing models using Python.

    Jupyter Notebook 1

  4. Regression-Models Regression-Models Public

    Build and evaluate various machine learning regression models using Python.

    Jupyter Notebook 2 2

  5. Customer-Segmentation Customer-Segmentation Public

    Implement Customer segmentation using Python 3

    Jupyter Notebook 1

  6. ETL-Verifier ETL-Verifier Public

    Data validation after ETL using scala.

    Scala