its-ml-playground
Code Repository for "Machine Learning Menggunakan Python" Book
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.1%) to scientific vocabulary
Repository
Code Repository for "Machine Learning Menggunakan Python" Book
Basic Info
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
✨ Welcome to Code Repository of Our Machine Learning Book ✨
This is the official source code from ITS Machine Learning Book Titled Machine Learning Menggunakan Python
🚀 Repository Updates
- [2025.07.18] Our Google Play Book Version Has Been Released!
- [2025.03.31] Book Has Been Released!
- [2024.08.26] Code Release!
🏃 First Run Before Using This Repository
- First Give a star to this repository 😬😬😬
- Then, you need to clone and initialize this repository. For more details step please follow this tutorial How to Clone and Retrieve Update from Remote Repository.
- Then, make sure Python already installed in your device. You can download and install Python from Python Official Website. To make sure your Python installation completed you can run this code:
python3 --versionorpython --version. Note: Sometimes for MacOS and Linux user, Python is already installed by default. - Install required libraries by write this command in terminal/command prompt in this saved repository folders using
pip3 install requirements.txtorpip install requirements.txt
❓ How To Use This Repository
You need to follow this tutorial below:
- Section 1: Introduction
- Section 2: Unsupervised Learning
- Section 3: Supervised Learning
- Section 4: Supervised Based on Function Learning
- Section 5: Semi-Supervised Learning
🙋 FAQ
How to ask if there any problem using this code repository?
Please create a new issue in Issues section, add title for the issue, and describe the issue briefly. You can use bahasa or english when writing your issue. **Important: Before create an issue, please check existing open or closed issue first to avoid same issue being proposed again!!**📚 Useful Tutorials
- How to Clone and Retrieve Update from Remote Repository
- How to Use Argument Parser in Python
- Numpy Documentation
- Pandas Documentation
- Matplotlib Documentation
- Seaborn Documentation
🔭 Citation
If you use this repository in your works, you can cite this book using available format from right side pane menu of this repository or cite this bibtex entry:
bash
@book{fatichah2025machine,
title={MACHINE LEARNING MENGGUNAKAN PYTHON},
author={Fatichah, C. and Suciati, N. and Purwitasari, D. and Yuniarti, A. and Hidayati, S.C. and Navastara, D.A. and Bihanda, Y.G.},
isbn={9786230146978},
url={https://books.google.co.id/books?id=lR5xEQAAQBAJ},
year={2025}
}
Owner
- Name: AI Edu ITS
- Login: AI-Edu-ITS
- Kind: organization
- Repositories: 1
- Profile: https://github.com/AI-Edu-ITS
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: Machine Learning Book Code Repository
message: >-
If you use this code repository, please cite it using the
metadata from this file.
type: software
authors:
- family-names: Fatichah
given-names: Chastine
orcid: 'https://orcid.org/0000-0002-7348-9762'
- family-names: Suciati
given-names: Nanik
orcid: 'https://orcid.org/0000-0002-1991-0464'
- given-names: Diana
family-names: Purwitasari
orcid: 'https://orcid.org/0000-0001-7000-7628'
- given-names: Anny
family-names: Yuniarti
orcid: 'https://orcid.org/0000-0002-3234-4591'
- given-names: Shintami Chusnul
family-names: Hidayati
orcid: 'https://orcid.org/0000-0001-5045-4842'
- family-names: Navastara
given-names: Dini Adni
orcid: 'https://orcid.org/0000-0002-2934-7193'
- family-names: Bihanda
given-names: Yusuf Gladiensyah
orcid: 'https://orcid.org/0000-0001-5633-418X'
identifiers:
- type: url
value: >-
https://play.google.com/store/books/details/Chastine_Fatichah_MACHINE_LEARNING_MENGGUNAKAN_PYT?id=lR5xEQAAQBAJ
license: MIT
version: 1.0.0
date-released: '2025-03-31'
GitHub Events
Total
- Push event: 2
Last Year
- Push event: 2
Dependencies
- gdown *
- matplotlib *
- numpy *
- pandas *
- scikit-learn *
- seaborn *
- virtualenv *