ipython-contrib /
jupyter_contrib_nbextensions
A collection of various notebook extensions for Jupyter
72/100 healthLoading repository data…
Gouri-2603 / repository
A collection of Jupyter notebooks covering key concepts in data science — including data cleaning, visualization, exploratory analysis, and machine learning. Each notebook demonstrates practical examples using Python libraries such as pandas, NumPy, Matplotlib.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A comprehensive collection of Jupyter notebooks covering fundamental data science concepts, statistical analysis, and machine learning algorithms. This repository serves as a learning resource for data acquisition, data preprocessing, visualization, and various machine learning classification and regression techniques.
This repository contains hands-on experiments that demonstrate essential data science workflows from data acquisition to advanced machine learning model implementation. Each notebook focuses on a specific topic with practical examples and implementations.
Before running the notebooks, ensure you have the following installed:
pip install -r requirements.txt)Data-Science-and-Statistics-main/
│
├── Experiment 1 -_ Data acquisition using pandas.ipynb
├── Experiment 2-_ Central tendency of measures Mean, median mode using numpy.ipynb
├── Experiment 3 -_ Basic of Data Frame.ipynb
├── Experiment 4-_ Missing value treatment.ipynb
├── Experiment 5-_ Creation of arrays using numpy.ipynb
├── Experiment 6 -_ Data Visualisation.ipynb
├── Experiment 7 -_Simple linear Regression (1).ipynb
├── Experiment 7 -_Simple linear Regression.ipynb
├── Experiment 8 -_ Logistic Regression.ipynb
├── Experiment 9 -_ KNN .ipynb
├── Experiment 10 -_ Suport Vector Machine.ipynb
├── Experiment 11 -_ Decision Tree.ipynb
└── Experiment 12 -_ # Random Forest Classifier.ipynb
Clone the repository
git clone https://github.com/yourusername/Data-Science-and-Statistics-main.git
cd Data-Science-and-Statistics-main
Create a virtual environment (recommended)
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
Install required packages
pip install jupyter pandas numpy matplotlib scikit-learn
Launch Jupyter Notebook
jupyter notebook
Some notebooks require external datasets (e.g., diabetes.csv, heart.csv). Make sure to:
os.chdir() path in the notebooks to point to your dataset locationAfter completing these experiments, you will have hands-on experience with:
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
This project is open source and available for educational purposes.
Happy Learning! 🎓
Selected from shared topics, language and repository description—not editorial ratings.
ipython-contrib /
A collection of various notebook extensions for Jupyter
72/100 healthQiskit /
A collection of Jupyter notebooks showing how to use the Qiskit SDK
34/100 healthgiswqs /
A collection of 360+ Jupyter Python notebook examples for using Google Earth Engine with interactive mapping
ikatsov /
A collection of reference Jupyter notebooks and demo AI/ML applications for enterprise use cases: marketing, pricing, supply chain, smart manufacturing, and more.
89/100 healthqiskit-community /
A collection of Jupyter notebooks developed by the community showing how to use Qiskit
77/100 healthbuildfastwithai /
Collection of Jupyter notebooks is designed to provide you with a comprehensive guide to various AI tools and technologies
86/100 health