Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 3.07 KB

README.md

File metadata and controls

48 lines (35 loc) · 3.07 KB

Simple Sample Codes for Palmer Penguin Dataset Classification

This is a collection of simple and easy-to-read programs for Palmer Penguin classification (for teaching purposes). I use several frameworks to classify this data, so the reader can compare the difference between one and another for the same usage.

This repository is an improvement from the previous iris-python repository. Compared to Iris dataset, Palmer Penguin dataset is little bit challenging, because there are some preprocessing steps that necessary for this data (remove missing values, standardization, etc.).

Penguin Team

Each program contains:

  1. Load the cleaned data
  2. Preprocess (convert to numeric, standardize)
  3. Train a model
  4. Test

Required Packages:

Please install requirements.txt file in each folder


Keras (using Tensorflow backend)

Python & Scikit-Learn

PyTorch

Tensorflow