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.6.tar.gz (18.2 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.6-py3-none-any.whl (19.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ml_express-0.1.6.tar.gz
  • Upload date:
  • Size: 18.2 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.6.tar.gz
Algorithm Hash digest
SHA256 db1c300eee530495b08075c5685ca452a7b019a7fe5ab9329ca4c7eaf6c89c4b
MD5 9f7af4bbd9a67b5a30f97fc6f14cb239
BLAKE2b-256 fcf6ca868a331dda624dd499139a8711710939c467329e64e5f1af09bb3e77ce

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ml_express-0.1.6-py3-none-any.whl
  • Upload date:
  • Size: 19.5 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.6-py3-none-any.whl
Algorithm Hash digest
SHA256 c561e5f396f261316636423c35deba80859b61e986c70b098e5f89d32640f6ca
MD5 eaac1f8dcf803161e0a9aa5dc8c43822
BLAKE2b-256 61b2e6379a627c2be558838249b79e7c18bfb2f47a96ba6e1fac3eaefac0014e

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