An open API service indexing awesome lists of open source software.

https://github.com/scifer99/simple-stratified-random-sampling-with-python-for-machine-learning

This is a Jupyter Notebook developing Simple & Stratified Random Sampling with Python for Machine Learning
https://github.com/scifer99/simple-stratified-random-sampling-with-python-for-machine-learning

artificial-intelligence machine-learning python3 sampling-methods statistical-analysis

Last synced: 11 months ago
JSON representation

This is a Jupyter Notebook developing Simple & Stratified Random Sampling with Python for Machine Learning

Awesome Lists containing this project

README

          

# Simple-Stratified-Random-Sampling-with-Python-for-Machine-Learning
This is a Jupyter Notebook developing Simple & Stratified Random Sampling with Python for Machine Learning

Hey! Its me again! I hope all is well with all of you! Please install these packages (if you do not have them already) before running the Jupyter Notebook:

Step 1: Install

pip3 install sklearn
pip3 install model_selection
pip3 install pandas

Step 2: That's all folks!

Happy Coding!