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.5.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.5-py3-none-any.whl (19.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ml_express-0.1.5.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.5.tar.gz
Algorithm Hash digest
SHA256 a23e52fa88744af91b04910496fa228db87bfe70a237451ff85a2fd9ee7146f6
MD5 548b539fca7c14786426f6fa4434a3a4
BLAKE2b-256 d34e71be9320b14c6f0afe5d6818d9581591992d6b93ecb2e5f39350af2c5203

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ml_express-0.1.5-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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 148c4537c798e44acb484f99cf118ea6221723ef2bb5a4c8151be6103ad02df6
MD5 a952c1edead781da171276c604745da7
BLAKE2b-256 7d8432d8f427da8e6d05919bbd6d19ed8f5a7935a5b228f8daee07267fbebdfd

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