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.14.tar.gz (6.1 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: psusannx_pipeline-0.1.14.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.14.tar.gz
Algorithm Hash digest
SHA256 bea5b3475ef39b1483ea1d358090f26095f653fb563f9da2dc71f2b0934dba2e
MD5 4cbc5d2905981266ee53183afe1dad98
BLAKE2b-256 3edd3567043a9e2b1a633b65619bd727dd88a8d5571758117b3059f16e498c6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psusannx_pipeline-0.1.14-py3-none-any.whl
Algorithm Hash digest
SHA256 7d6878a6be818fb011e2b18567c6212d02d2d584586a799032de4091261eb91c
MD5 4d03d71dd1c509b9036f772ef6e41dfb
BLAKE2b-256 1769a2a6b26f9d21121de9adab673eae0bb7cbafeb4ad412392eea49a785b276

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