GithubHelp home page GithubHelp logo

mortiniera / data_science_portfolio Goto Github PK

View Code? Open in Web Editor NEW
62.0 5.0 9.0 2.01 MB

Data Science Portfolio completed both in the academia and for self-learning.

License: MIT License

Jupyter Notebook 99.90% Python 0.10%

data_science_portfolio's Introduction

Data Science Portfolio

This Portfolio contains diverse projects in Data Science completed both in the academia and in self-learning fashion.

Organisation

1. Machine Learning

  • Telco Customer Churn Problem : Data analysis and Machine Learning to solve Telco customer churn. Blog article

  • Boston Houses : Linear regression tutorial comparing from scratch numpy/pandas implementation against scikit-learn to predict the best price that a client can sell his house. Blog article

  • Higgs Boson Prediction : Predict if a signature results from a Higgs Boson (signal) or some other process (background). All ML models are implementended from scratch using only Numpy.

  • tweet Sentiment Classification : Positive/Negative sentiment analysis classification of tweets using traditional machine learning techniques.

2. Deep Learning

3. Systems, Databases and Data-Parallel Programming

  • hogwild-spark : Parallel synchronous and asynchronous versions of SGD in Spark on Kubernetes for learning support-vector machines.

  • hogwild-multicore : Multicore implementation of the sparse SVM problem

  • Robust-Journey Planner : Public transport route planner based on CSA

4. Data Analysis and NLP

  • brazilian-e-commerce : Data-driven strategic analysis of Olist, brazilian E-commerce platform.

  • Fake News : Fake News : An average Citizen's guide

data_science_portfolio's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

data_science_portfolio's Issues

Data Normalization is before splitting but should be after splitting

Hello.

I find your code very useful but I guess I found a mistake.
Data Normalization should be after splitting, is not it?
If you do that before, then the test set will know information of the whole dataset (something that we would like to hide) and the evaluation of the model would be very optimistic.

I found some more information here:

https://datascience.stackexchange.com/questions/54908/data-normalization-before-or-after-train-test-split

"Normalization across instances should be done after splitting the data between training and test set, using only the data from the training set".

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.