Data science library
Project description
This is a quick guide to introduce you to Gabarra, a comprehensive toolkit designed to make a data scientist's workflow more efficient. It offers robust modules to help with tasks such as data analysis, processing, and visualization, in addition to providing functions that simplify the process of creating a machine learning model.
Table of contents
- Installation
- Modules and Functions
- Data Analysis
- Data Visualization
- Data Processing
- Machine Learning
- Github framework
- Contributors
- License
Installation
You can install this library using pip:
!pip install gabarra
We suggest to import gabarra as gb, to make it easier to deploy by the users
import gabarra as gb
Functions and methods
In the current version, gabarra will provide users 2 functions, divided in 4 groups:
| Data Analysis | Data Processing |
|---|---|
filter_rows() |
create_dummies() |
remove_outliers() |
fill_zeros_with_mean() |
basic_data_analysis() |
fill_nans_with_mean() |
outlier_meanSd() |
convert_to_numeric() |
data_report() |
|
missing_values_summary() |
| Data Visualization | Machine Learning |
|---|---|
missing_values_summary() |
linear_regression() |
plot_numeric_distributions() |
calculate_metrics() |
plot_pie_charts() |
unSupervisedCluster() |
plot_interactive_line_chart() |
gradient_boosting_regression() |
plot_interactive_pie_chart() |
xgboost_regression() |
most_common_words() |
|
y_generator() |
|
random_forest_regression() |
Github framework
Contributors
- Inés Abascal
- Adrián Sarikaya
- Iñigo Auzmendi
- Pablo Pozos
- Karen Fajardo
- Iván Fernandez
- Gaizka Torre
- Carlota Mingo
- Cristina Fernandez
- Jessica Rodriguez
- Ekaitz San Roman
- Adolfo Campos
- Adrian Ruiz
- Daniel Garcia
- Raúl Solari
- Juan Corrales
License
This library is licensed under the MIT License. This library is free for personal use. Therefore, it can be used for both commercial and non-commercial purpose.
See license
Please don't hesitate to contact us if you have any questions or comments. Thank you for using our library!
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 gabarra-0.0.1.tar.gz.
File metadata
- Download URL: gabarra-0.0.1.tar.gz
- Upload date:
- Size: 14.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e47e61bcca8f71063b0167feca36fcb08ebd91ad6a80bcece8989559aab3df8
|
|
| MD5 |
5afd6d752409e57d28eef91aa44bd008
|
|
| BLAKE2b-256 |
f2d0c046d9f1afd3f15ea3b6ad39cbb417a0b6db6afe8f9a73bf2cbafe4bebe9
|
File details
Details for the file gabarra-0.0.1-py3-none-any.whl.
File metadata
- Download URL: gabarra-0.0.1-py3-none-any.whl
- Upload date:
- Size: 13.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4ee39858463b2eb89136f0f831f898bfda0687469aee07ffd7c7027881e764d
|
|
| MD5 |
b9bd8173662112386d8911290b921fbf
|
|
| BLAKE2b-256 |
368532fb2297ad17ed400453636f555876e2ed145fc1912b20c7fdd04bf4bd35
|