Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mzutils

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mzutils

Mohan Zhang's toolkit

  • 0.2022
  • PyPI
  • Socket score

Maintainers
1

.. _mzutils: https://pypi.org/project/mzutils/

mzutils_ is a personal toolkit that contains various methods to do miscellaneous jobs related to data cleaning, preprocessing, visualizing, evaluating and modeling in various fields of machine learning, especially NLP and RL. It supports Datasets like SQuAD, GLUE, Deepmind CNN/DailyMail in NLP and d4rl in offlineRL, as well as their conversions to JSON, CSV, numpy arrays and tensors.

The purpose of this toolkit is to reuse the code and make Mohan Zhang's life easier.

Read the documentation here <https://mzutils.rtfd.io>_!

Install

  • if you want to use only the minimal functionalities, please do

.. code-block::

$ pip install -U mzutils
  • or if you want to use nlp specific functions, please do

.. code-block::

$ pip install -U mzutils[nlp]
  • or if you want to use all the functionalities, please do

.. code-block::

$ pip install -U mzutils[all]
$ pip install -r security_requirements.txt

.. note:: due to this unreasonable feature of pip <https://github.com/pypa/pip/issues/6301>, you will need to check and install from requirements.txt <https://github.com/Mohan-Zhang-u/mzutils/blob/master/requirements.txt>, extras_requirements.txt <https://github.com/Mohan-Zhang-u/mzutils/blob/master/extras_requirements.txt>_ or security_requirements.txt <https://github.com/Mohan-Zhang-u/mzutils/blob/master/security_requirements.txt>_ according to your specific need.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc