Code Monkey home page Code Monkey logo

nafisalawalidris / data-analysis-with-python Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 3.17 MB

This repo features Jupyter Notebook labs for learning data analysis with Python. Explore data acquisition, wrangling, visualization, modeling, and evaluation. Enhance your skills in Python data analysis.

Jupyter Notebook 100.00%
data-acquisition data-analysis data-science data-wrangling exploratory-data-analysis feature-engineering machine-learning model-development pandas model-evaluation-and-refinement

data-analysis-with-python's Introduction

Data Analysis with Python

This repository contains a collection of Jupyter Notebook labs for learning data analysis with Python. Each lab focuses on a specific aspect of data analysis, including data acquisition, data wrangling, exploratory data analysis, model development and model evaluation and refinement.

Lab Topics

  1. Data Acquisition: Learn different methods to acquire data and load datasets into Jupyter Notebook.
  2. Data Wrangling: Handle missing values, correct data format, standardize and normalise data.
  3. Exploratory Data Analysis: Explore features to predict car prices using visualization and descriptive statistics.
  4. Model Development: Develop prediction models to estimate car prices.
  5. Model Evaluation and Refinement: Evaluate, refine, and select the best prediction models using techniques like Ridge Regression and Grid Search.

Getting Started

To run the lab notebooks locally, follow these steps:

  1. Clone the repository: git clone https://github.com/your-username/data-analysis-with-python.git
  2. Navigate to the repository: cd data-analysis-with-python
  3. Create a virtual environment: python -m venv env
  4. Activate the virtual environment:
    • For Windows: env\Scripts\activate
    • For macOS/Linux: source env/bin/activate
  5. Install the required dependencies: pip install -r requirements.txt
  6. Start Jupyter Notebook: jupyter notebook
  7. Open the desired lab notebook and start learning!

Requirements

The labs in this repository require the following dependencies:

  • Python 3
  • Jupyter Notebook
  • Pandas
  • NumPy
  • Matplotlib
  • Seaborn
  • Scikit-learn

You can install the required dependencies by running pip install -r requirements.txt.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

License

This repository is licensed under the MIT License. See the LICENSE file for more details.

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.