Giter Site home page Giter Site logo

dutta-sd / sparks Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 2.0 65.64 MB

This repository is for storing code related to internship at The SPARKS Foundation

Jupyter Notebook 100.00%
sparks internship decision-tree machine-learning business-analytics regression-analysis

sparks's Introduction

The SPARKS Foundation DSBA Repository(September, 2020 - October, 2020)

This repo is for storing code and documents of the user Sandip Dutta related to internship at The SPARKS Foundation. During the internship, the following tasks were performed:

Data Science Mentor (October - December, 2020)

  • Cleared doubts pertaining to tasks by fellow interns
  • Received Letter of Recommendation for exceptional work

LOR_SPARKS_SANDIP_DUTTA

Data Science Intern (September 2020)

  • Business Analytics (TASK - 4) - In this final task, we were to analyse a business data.

    • Data was analysed using pandas.
    • EDA was performed using Seaborn and Matplotlib.
    • Applied Hypothesis tests like chi2_contingency and kendalltau using scipy.stats.
    • Fitted a RidgeRegression model from sklearn
    • The final accuracy came to about 0.995.
  • Decision Tree (TASK - 3) - In this task we were to explore Decision Tree Algorithm using sklearn on IRIS dataset.

    • Splitted the data into train and validation part.
    • Fitted a DecisionTreeClassifier on the dataset.
    • For visulaising it, we used matplotlib.
    • Then we plotted decision surfaces for two features and checked the accuracy of the model.
    • Decision tree gave a good f1-score(near to 1.00).
  • Iris_Unsupervised (TASK - 2) - This folder is for the iris data analysis using KMeans and DBSCAN algorithm.

    • First plots were generated and features visualised.
    • Then DBSCAN was applied and we got the optimum number of clusters as 3.
    • We shifted to K Means(after scaling the data).
    • We determined the ideal number of clusters using elbow method and it too came out to be 3.
    • Lastly, we plotted a confusion matrix to see the classification.
  • Student_data (TASK - 1) - This folder contains data for some students.

    • Task is to predict whether score increases if number of hours of study increases.
    • We performed EDA and fitted a linear Regression model for this data.
    • The accuracy came to be about 95 % based on r2_score metric.

    Internship Completion Certificate at SPARKS Foundation

sparks's People

Contributors

dutta-sd avatar

Watchers

 avatar

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.