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

cassandra-mmm

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cassandra-mmm

Cassandra library

  • 1.1.9
  • PyPI
  • Socket score

Maintainers
1

Cassandra

Cassandra's library for Marketing Mix Modeling

To best perform an mmm, you will need to perform these processes in order:

  • Data Processing
  • Data Analysis
  • Trasformations
  • Models
  • Model Evaluation

##Deploy and install Cassandra ###Deploy The first thing to do to deploy your library is to create the zip file to deploy in the dist folder, run this command and delete the previous version of the zip

python setup.py sdist

You can now release your new version. While executing the command, you will be asked for the username and password of your pypi account

python -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/*

###Install If you haven't installed cassandra yet, run the following command

pip install cassandra-mmm

otherwise, update the library

pip install cassandra-mmm --upgrade

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