Skip to main content

A Python library for day to day data analysis and machine learning.

Project description

ml_express

A Python library for day to day data analysis and machine learning. This aims to make data building, cleaning and machine learning much much faster.

Installation

pip install ml-express

Usage

import ml_express as mlx
from ml_express import eda

# this will create an html report and report will be saved in report folder in working directory
eda.create_summary_report(df)

# generate summary statistics of data type and categorical vars
eda.gen_eda(df)

# using correlation modules
# correlation for categorical vars
dfcramers = correlation.get_corr_df_cat(cat_cols,train_df_new)

# Draw the heatmap using seaborn
f, ax = plt.subplots(figsize=(12, 6))

sns.heatmap(dfcramers, annot=True, fmt='.2f',cmap='coolwarm',vmin=0 )
plt.title("Important Catg variables correlation map", fontsize=15)
plt.show()


# correlation for categorical and continuous vars
dfcramers = correlation.get_corr_df_cat_cont(cat_cols ,num_cols ,train_df_new)

# Draw the heatmap using seaborn
f, ax = plt.subplots(figsize=(12, 6))

sns.heatmap(dfcramers, annot=True, fmt='.2f',cmap='coolwarm',vmin=0,vmax = 1 )
plt.title("Important Catg vs Cont variables correlation map", fontsize=15)
plt.show()

Preprocessing

Contributing

Contributions are very welcome. Please feel free to submit PR.

License

Distributed under the terms of the MIT license, "ml-express" is free and open source software

Issues

If you encounter any problems, please file an issue along with a detailed description.

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

ml_express-0.1.4.tar.gz (18.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ml_express-0.1.4-py3-none-any.whl (19.4 kB view details)

Uploaded Python 3

File details

Details for the file ml_express-0.1.4.tar.gz.

File metadata

  • Download URL: ml_express-0.1.4.tar.gz
  • Upload date:
  • Size: 18.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.13

File hashes

Hashes for ml_express-0.1.4.tar.gz
Algorithm Hash digest
SHA256 5e16ba1250cf4dc8318ec9a429cadbe14d4a22d2d3ad5b9bae3319c868732077
MD5 f2908766e452a313a42c4d7c3612dbc9
BLAKE2b-256 f181184e8974d4b6e1711c6ce7abb7adf7e10c7e043f77ebec6a844d7d78538c

See more details on using hashes here.

File details

Details for the file ml_express-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: ml_express-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 19.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.13

File hashes

Hashes for ml_express-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 b55c89fd8bacde08885a8ed4c711bf06161291818ff79b26e1eb5b20d5a7d553
MD5 2781c791961e205ee9b28025f17302ed
BLAKE2b-256 c0a9df5c0d5ec1d6ac0e26176768e027bae2ce0ee050c37963e67f3538104953

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page