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
- Host: GitHub
- URL: https://github.com/scifer99/simple-stratified-random-sampling-with-python-for-machine-learning
- Owner: SCIFER99
- License: unlicense
- Created: 2022-11-30T16:37:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-30T16:42:45.000Z (about 3 years ago)
- Last Synced: 2025-01-07T14:22:12.241Z (about 1 year ago)
- Topics: artificial-intelligence, machine-learning, python3, sampling-methods, statistical-analysis
- Language: Jupyter Notebook
- Homepage:
- Size: 480 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!