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

Uploaded Python 3

File details

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

File metadata

  • Download URL: ml_express-0.1.7.tar.gz
  • Upload date:
  • Size: 18.3 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.7.tar.gz
Algorithm Hash digest
SHA256 e896733a2f34be41eced4b4f64801f2e8d92ced11bd7eb8722da1a7f7fb5e2c0
MD5 b8269f0a076e60d41e25ff7221c5a704
BLAKE2b-256 b694f20dfeedeaf75057c66b5f7937eff50a66b4450cc01e1be588cf13841fec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ml_express-0.1.7-py3-none-any.whl
  • Upload date:
  • Size: 19.6 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.7-py3-none-any.whl
Algorithm Hash digest
SHA256 0179220bd96a67aef07ed72fc960e638c0c2fa427ec102847a4f985fb8c3b169
MD5 5d5abe58feb6a4db3ca0764c65d33ef7
BLAKE2b-256 07b3a18d4ef524e69bb8cb8d074acf7e02ef3b147885cb606cda2c4f50671ffd

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