https://github.com/dongminlee94/python-for-ml
A repository for study of python for machine learning
https://github.com/dongminlee94/python-for-ml
data-cleaning data-science kaggle-titanic machine-learning matplotlib numpy pandas python pythonic-code
Last synced: 4 months ago
JSON representation
A repository for study of python for machine learning
- Host: GitHub
- URL: https://github.com/dongminlee94/python-for-ml
- Owner: dongminlee94
- License: mit
- Created: 2018-08-14T08:01:16.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2021-11-22T14:35:13.000Z (over 3 years ago)
- Last Synced: 2025-01-11T08:27:52.949Z (5 months ago)
- Topics: data-cleaning, data-science, kaggle-titanic, machine-learning, matplotlib, numpy, pandas, python, pythonic-code
- Language: Jupyter Notebook
- Homepage: https://nbviewer.org/github/dongminlee94/Python-for-ML
- Size: 59.1 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Getting started
## Requirements
This repository is implemented and verified on python 3.8.12.
## Installation
Clone the repository and run one of the following commands.
```shell
$ make setup
```## Contents
If you want to see jupyter notebook files better, please see them in [nbviewer](https://nbviewer.org/github/dongminlee94/Python-for-ML).
1. [Pythonic code]()
2. [News categorization]()
3. [Overview]()
4. [Numpy]()
5. [Pandas]()
6. [Matplotlib]()
7. [Data cleansing]()
8. [Kaggle - Titanic]()