Skip to main content

data science for swiss cheese brains

Project description

Fifi

data science for swiss cheese brains


Fifi is a pypi package for quick eda and modelling made specifically for use with Jupyter Notebooks. Use ?? as much as possible to see the code and adapt it for your needs. The package will guide you through the usual EDA process.

The package is meant be a source of cool plots or workflows and be able to use them within Jupyter without having to look at documentation every time.

Installation

pip install fifi

Usage

from fifi import Fifi
import pandas as pd
import polars as pl

df = pd.read_csv("data.csv")
# OR POLARS
df = pl.read_csv("data.csv")
# Note from author: eventually, right now it breaks with polars, but I'm working on it

# Specify the target column and if the data is time series or not
# Time series enables a branch with more plots and a different train/test split
fifi = Fifi(df, target="target_column", time_series=True)

fifi.describe()
# OR
fifi.plots()
# OR
fifi.outliers()
# OR
fifi.pipeline()

Once you call a function, it will usually print something to guide you through the process. You can also use the ?? to see the code.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fifids-0.1.0.tar.gz (6.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fifids-0.1.0-py3-none-any.whl (10.0 kB view details)

Uploaded Python 3

File details

Details for the file fifids-0.1.0.tar.gz.

File metadata

  • Download URL: fifids-0.1.0.tar.gz
  • Upload date:
  • Size: 6.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.0 CPython/3.11.9 Darwin/23.1.0

File hashes

Hashes for fifids-0.1.0.tar.gz
Algorithm Hash digest
SHA256 7d294ea1d1b1aa690e88b320fef34c77a272033b52fea108e61b18de0450d645
MD5 2e31c10f8f540e728174eb687d367fb7
BLAKE2b-256 a5ace7782c13d7a9dad849c939835a211494ec818706de7286f5d6b75f5142d9

See more details on using hashes here.

File details

Details for the file fifids-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: fifids-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 10.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.0 CPython/3.11.9 Darwin/23.1.0

File hashes

Hashes for fifids-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7c809f7e5d7c86a7ba89cc1b444bc0a81657e95f6bf43aed9e14a843d36d6613
MD5 26fa1ed8c31ba29e16637374d4c26554
BLAKE2b-256 e23a2852f607aab668a38a78dadcfe67c481bb5ba8d8d347232acdaa6fc1528d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page