Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayushai/introduction-to-machine-learning-with-python
OREILLY : Introduction to Machine Learning with Python " A GUIDE FOR DATA SCIENTISTS" by Andreas C. Muller & Sarah Guido
https://github.com/ayushai/introduction-to-machine-learning-with-python
Last synced: 8 days ago
JSON representation
OREILLY : Introduction to Machine Learning with Python " A GUIDE FOR DATA SCIENTISTS" by Andreas C. Muller & Sarah Guido
- Host: GitHub
- URL: https://github.com/ayushai/introduction-to-machine-learning-with-python
- Owner: AyushAI
- Created: 2023-02-02T12:18:52.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T09:53:48.000Z (about 2 years ago)
- Last Synced: 2023-03-03T03:20:48.444Z (almost 2 years ago)
- Language: Jupyter Notebook
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction to Machine Learning with Python
This repository contains the code for the book "Introduction to Machine Learning with Python: A Guide for Data Scientists" by Andreas C. Muller and Sarah Guido. The code is based on the examples and exercises from the book and provides a hands-on introduction to machine learning with Python.
## Requirements
- Python 3.x
- scikit-learn
- pandas
- matplotlib## Usage
Each code file is a self-contained example or exercise from the book, with the necessary explanations and comments included. To run the code, simply navigate to the directory of the file in your terminal and run:
## License
This code is released under the MIT License. Feel free to use and modify the code for your own projects.
## Disclaimer
This code is provided as is, without warranty of any kind. The authors and publishers of the book are not responsible for any damages resulting from the use of this code.
## Additional Resources
- The book website:
- The authors' websites:
- Andreas C. Muller:
- Sarah Guido:Enjoy exploring the code and learning about machine learning! 🚀