Skip to main content

Data preprocessing lib

Project description

snaplib

A simple data preprocessing tools.


user guide

Kaggle Notebook

Classification

https://www.kaggle.com/code/artyomkolas/titanic-snaplib-classification/notebook

Regression

https://www.kaggle.com/artyomkolas/snaplib-user-guide/notebook


PyPi

!pip install snaplib
from snaplib.snaplib import Snaplib
sl = Snaplib()

  1. sl.nan_info
  2. sl.nan_plot
  3. sl.cleane
  4. sl.recover_data - NaN imputing with ML
  5. sl.train_test_split_balanced
  6. sl.encode_dataframe
  7. sl.decode_dataframe
  8. sl.k_folds_split

For one and list of algorithms

  1. sl.cross_val
  2. sl.features_selection_clsf
  3. sl.fit_stacked
  4. sl.save_stack
  5. sl.load_stack
  6. sl.predict_stacked

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

snaplib-0.1.31.tar.gz (16.1 kB view hashes)

Uploaded Source

Built Distribution

snaplib-0.1.31-py3-none-any.whl (15.8 kB view hashes)

Uploaded Python 3

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