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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: psusannx_pipeline-0.1.12.tar.gz
  • Upload date:
  • Size: 6.2 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.12.tar.gz
Algorithm Hash digest
SHA256 3d3459b901070abb89d2e9f2d8e5ea730146c52074451d48021088edada693d3
MD5 77b27c8b8d8e335d4dd44d8228afbbe7
BLAKE2b-256 d1fd812220c7196705cbc1e96f026e2b431726f9be1607ef3481732081419300

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psusannx_pipeline-0.1.12-py3-none-any.whl
Algorithm Hash digest
SHA256 7da389eabaf603280cfa687735486a9791e4067fa2e09cbf05e794e589bb02b1
MD5 2e0fa593366b3d4e6e2a5590ca879d66
BLAKE2b-256 c6b8676119bc014a833003b3db7651fc9e8f1c5f12e9b3c6bb4d11e35520e850

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