Skip to main content

A package containing classes to be used in the preprocessing data pipeline for the PSUSANNX project.

Project description

psusannx_pipeline

A package that contains the custom classes & sklearn preprocessing pipeline object to be used in the PSUSANNX project. Creating the package will allow the custom classes to be imported into any script (like standard sklearn preprocessors) and used. In particular once the pipeline has been fit to data, this package will allow the fitted transformer to be pickled out as a file and read into another script that has this package imported too.

This package was created to be used as a subpackage in a wider project - PSUSANNX.

Custom Transformers

  • CorrectNegPoints
  • BucketFormations
  • GetLogRatios
  • GetPercentagesAndPerGame
  • GetDifferences
  • CatboostEncodeFormations
  • DropFeatures
  • CustomScaler

Installation

pip install psusannx_pipeline

Usage

This pipeline is to be used on a specific dataframe.

# Import all the custom classes & pipeline object
from psusannx_pipeline.pipeline import *

# Fit the processing pipeline to the data
data_preprocessed = preprocessing_pipeline.fit_transform(data).dropna()

Now save the fitted preprocessing pipeline out to a pkl file so it can be used in other scripts.

# Import pickle for serialization
import pickle

# Save out the preprocessing pipeline to be used in processing the new predictions
pickle.dump(preprocessing_pipeline, open("preprocessing_pipeline.pkl", "wb"))

Notes

  • The package is quite restricted in what it can do, but it only needs to do things that are required by the parent project so there won't be much development.

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

psusannx_pipeline-0.1.11.tar.gz (6.1 kB view details)

Uploaded Source

Built Distribution

psusannx_pipeline-0.1.11-py3-none-any.whl (6.5 kB view details)

Uploaded Python 3

File details

Details for the file psusannx_pipeline-0.1.11.tar.gz.

File metadata

  • Download URL: psusannx_pipeline-0.1.11.tar.gz
  • Upload date:
  • Size: 6.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for psusannx_pipeline-0.1.11.tar.gz
Algorithm Hash digest
SHA256 a050243993a23f49e3f8924f2b17c3c87adb8190076d2eac8e8ef9dc579ed3a0
MD5 306947d1fdc33b1183a01896f592a6b8
BLAKE2b-256 eca83c2b3afb611d4ee47bc13d16e6883f6004a32e72898aa101f5c102641ed7

See more details on using hashes here.

File details

Details for the file psusannx_pipeline-0.1.11-py3-none-any.whl.

File metadata

File hashes

Hashes for psusannx_pipeline-0.1.11-py3-none-any.whl
Algorithm Hash digest
SHA256 e97caca24cb07135bf93aa334e0c694ca1e90dfc61493cab32cce2cdea597273
MD5 6c1e74b939575f6c0aebc55dedc46867
BLAKE2b-256 2a59cb2a9e641f0934fe99f576c7423a5f44e7e2b408c7ab97a36d5905be94dc

See more details on using hashes here.

Supported by

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