module built on needy sklearn preprocessing functions
Project description
sklearnFunctions - eleka12
This package is built on top of functions which are mostly required in a Data processing lifecycle.
As of now This package contains a function which can remove outliers present in the Dataset
More number of functions will be added...
How to use sklearnFunctions
- install the latest package
- in jupyter notebook -
!pip install sklearnFunctions
- in command prompt -
pip install sklearnFunctions
- Now run below snippets of code in your jupyter-notebooks / python project
Importing sklearnFunctions
from sklearnFunctions.preprocessing import outliers
The input for the outlier function must be in DataFrame
old_df = pd.DataFrame({"X":xvals,"Y":yvals})
Checking for outliers | .is_present() function will return a percentage of outlier present in each column
outliers().is_present(old_df)
Removing outliers from DataFrame | .outliers_removal() function will remove all the outliers present in DataFrame
new_df = outliers().outliers_removal(old_df)
pypi repo link -
Github repo link -
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
sklearnFunctions-0.0.9.tar.gz
(15.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sklearnFunctions-0.0.9.tar.gz.
File metadata
- Download URL: sklearnFunctions-0.0.9.tar.gz
- Upload date:
- Size: 15.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca2d89d191c31111aea8fc22d7c3bc43593d3aa0afa1597d1f10bcb0a8e2971c
|
|
| MD5 |
e516af41059f73035aca2cef887f3d4a
|
|
| BLAKE2b-256 |
08a6e65157b9bdedd09b0d2d7a46e33fc6769689af97ab827638074efa029499
|
File details
Details for the file sklearnFunctions-0.0.9-py3-none-any.whl.
File metadata
- Download URL: sklearnFunctions-0.0.9-py3-none-any.whl
- Upload date:
- Size: 15.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29123971bfeb89e8f6467fb11356245a86a0539fd0a17095e8a1d39e02858d22
|
|
| MD5 |
5e779d45ed7a6370cdf51921f777fe3c
|
|
| BLAKE2b-256 |
1f0abd71d61d4186d4acabef4cc2f4f267247e1cd52ea52ba20cf34f717f2f13
|