Giter VIP home page Giter VIP logo

GOVINDJI MISHRA's Projects

crossvalidation-linear-regression icon crossvalidation-linear-regression

This notebook demonstrates how to do cross-validation (CV) with linear regression as an example (it is heavily used in almost all modelling techniques such as decision trees, SVM etc.). We will mainly use sklearn to do cross-validation.

data-visualisation icon data-visualisation

In this section, we will see how to: Visualise univariate distributions Visualise bivariate distributions We will also start using the seaborn library for data visualisation. Seaborn is a python library built on top of matplotlib. It creates much more attractive plots than matplotlib, and is often more concise than matplotlib when you want to customize your plots, add colors, grids etc.

ecommerce icon ecommerce

We're going to take you step-by-step to build a modern, fully open-source, eCommerce web application using Python, Django, Bootstrap, Javascript, and more.

gradient-descent icon gradient-descent

In this Python notebook we will go through an example of implementing Gradient Descent in simple and multiple linear regression, for this we will be using housing dataset.

knn icon knn

K-Nearest Neighbors (KNN) is one of the simplest algorithms used in Machine Learning for regression and classification problem. KNN algorithms use data and classify new data points based on similarity measures. The data is assigned to the class which has the nearest neighbors.

media-company-case-study icon media-company-case-study

Problem Statement: A digital media company (similar to Voot, Hotstar, Netflix, etc.) had launched a show. Initially, the show got a good response, but then witnessed a decline in viewership. The company wants to figure out what went wrong.

multiple-linear-regression icon multiple-linear-regression

Multiple linear regression (MLR), also known simply as multiple regression, is a statistical technique that uses several explanatory variables to predict the outcome of a response variable. The goal of multiple linear regression (MLR) is to model the linear relationship between the explanatory (independent) variables and response (dependent) variable.

numpy icon numpy

Numpy is the most used Python libraries for data science. NumPy consists of a powerful data structure called multidimensional arrays.

pandas icon pandas

Pandas is powerful Python library that provides fast and easy data analysis platform.

porto_seguro icon porto_seguro

Codes for Kaggle's Porto Seguro claim prediction competition. The k-fold model scores .285 Gini on the public lederboard

simple-linear-regression icon simple-linear-regression

In this notebook, we'll build a linear regression model to predict 'Sales' using 'TV' as the predictor variable.

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.