No project description provided
Project description
What is it?
Weedout is an open-source python package that makes data preparation and visualization easier for csv datasets. Weedout's cutting-edge pipeline will assist you in cleaning your data, from generating data frames all the way to encoding and imputing. By automating the laborious tasks of feature engineering, data transformation, and cleaning, it allows you to concentrate on model building. Whether you are working with time series or cross-sectional data, Weedout has the tools you need to effectively and efficiently prepare your data. Unit tests have been utilized to verify each function and pipeline separately.
The link to our LinkedIn page is: Weedout LinkedIn.
How to install Weedout
You can directly install weedout from the PyPi library using the command:
# PyPi
pip install weedout
You can also install it locally on your PC after cloning the repo using the following command:
#Local Install
pip install setuptools wheel twine
python setup.py sdist bdist_wheel
# Replace the current version of weedout in version:
pip install dist/weedout-<version>-py3-none-any.whl
How can you contribute to Weedout?
There are multiple different ways one can contribute to weedout's open source package. We would really appreciate any kind of contribution.
- Report Bugs:
- Open an Issue and select the Bug report template.
- Fill out the template and submit the issue. Note you can assign the task to yourself if you want to fix the issue.
- If you do want to fix the bug. You can fork the repo, make the changes and issue a pull request.
- Enhance Exisiting Features:
- For enchancing existing features you can make direct pull requests.
- Create New Features:
- Unlike exisiting features. You will first have to assign an issue with the feature template that will be approved by the core members.
- Upon apporval, you can then make a pull request to add your new feature in.
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
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 weedout-1.0.tar.gz.
File metadata
- Download URL: weedout-1.0.tar.gz
- Upload date:
- Size: 12.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9e6d059f77253b94e2ea08c120d56eccc5a442a840b371c8c3959c15dcbe7fc
|
|
| MD5 |
f2fbf6fa420a5f25feb6df3e7f306509
|
|
| BLAKE2b-256 |
0f78b71c437b1115ce5b73484c92a20a6d8b736c0bb118e6699fff69b4993806
|
File details
Details for the file weedout-1.0-py3-none-any.whl.
File metadata
- Download URL: weedout-1.0-py3-none-any.whl
- Upload date:
- Size: 14.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e69a689884e1d343e38324ad0e8716714074a36c92430600d4a2ee7d5097ad23
|
|
| MD5 |
d9deee54d8c3796d499af4105f1f60ed
|
|
| BLAKE2b-256 |
e4dfdb01ad1fd7f06570b2f751b87556c118b7c0a7271dbada427b95f9017cba
|