/penguin_population_analysis

This project is designed to reveal the relationship between penguin population and environmental factors

Primary LanguagePython

Penguin Population Analysis

  • This project is designed to reveal the relationship between penguin population and environmental factors

1. DESCRIPTION - Describe the package in a few paragraphs.

The model code is contained within CODE/data/Model The model.py is written with Python, the packages are listed following:

  • from pandas import DataFrame
  • import pandas as pd
  • from matplotlib import pyplot
  • import random
  • from scipy.stats.stats import pearsonr
  • import matplotlib.pyplot as plt
  • from sklearn.model_selection import cross_validate, train_test_split,GridSea
  • from sklearn.metrics import accuracy_score
  • from sklearn.linear_model import LinearRegression

2. Implement Model

Run the model.py in the folder of “model” with command :

  • python model.py
  • All the data needed is stored in the folder “data_original” - the same layer with model.py

3. Implement Visualization

The visualization is contained within directory CODE. To run visualization: