New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ml-base

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ml-base

Base classes and utilities that are useful for deploying ML models.

  • 0.2.2
  • PyPI
  • Socket score

Maintainers
1

Code Quality Status License PyPi

ml-base

ml-base is a package that provides base classes and utilities that are useful for deploying machine learning models.

Installation

The easiest way to install ml-base is using pip

pip install ml-base

Usage

There are several examples of how to use the ml-base framework in the documentation.

Development

First, download the source code with this command:

git clone https://github.com/schmidtbri/ml-base

Then create a virtual environment and activate it:

# go into the project directory
cd ml-base

make venv

source venv/bin/activate

Install the dependencies:

make dependencies

Testing

To run the unit test suite execute these commands:

# first install the test dependencies
make test-dependencies

# run the test suite
make test

# clean up the unit tests
make clean-test

Keywords

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