Giter Club home page Giter Club logo

ml_practice_workbooks's Introduction

ML Practice Workbooks

What is this repository about? There are several python notebooks and codes which are part of this folder. These are just some simple practice problems attempted by me including linear regression, logistic regression, and EDA on some datasets. The codes dont follow best practices (are not commented properly, have hard coded variables everywhere etc.). Apologies, it is messy.

For running the code, you may follow the below steps:

  1. Run VSCode (or any other code editor) from Anaconda Command Prompt

  2. Make sure you are using a dedicated virtual environment and activate it, sample - '''code conda create -n myenv python=3.7.3 '''

  3. Install or upgrade all packages from requirements.txt conda install --file requirements.txt or pip install -r requirements.txt You may need to add the full path of requirements.txt file depending on your pwd

  4. You would have to change all data paths accordingly.

Important links:

  1. Conda environment - https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html
  2. https://wiki.epfl.ch/help-git-en/how-can-i-import-an-existing-folder-into-my-repository

Folders & Code Description -

data - This folder contains all data files for the different workbooks & codes

Notebooks

  1. Bank Defaulter Prediction contains Bank_Term.ipynb which implements logistic regression
  2. Hospital Profiling contains two notebooks which does EDA of hospital data (Data unavailable)
  3. Spam Identification contains Email_Spam.ipynb which focuses on EDA of email data
  4. House Prices module contains Predicting_house_prices.ipynb which implents linear regression

ml_practice_workbooks's People

Contributors

sonal10 avatar

Stargazers

Robert Lowe avatar

Watchers

James Cloos avatar  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.