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

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

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]()