Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
An open source library for building and performing inference with probabilistic graphical models.
For installing through pip:
pip install veroku
To clone this git repo:
git clone https://github.com/ejlouw/veroku.git
cd veroku/
pip install -r requirements.txt
It is recommended to use a separate conda virtual environment when installing the dependencies, to avoid interfering with existing packages. To get started with conda environments, see the installation guide. For more information on using conda environments see managing environments guide
Veroku currently supports the following probability distributions:
1 This class still has some experimental functionality (specifically the Gaussian mixture division methods)
and is, therefore, still in the factors.experimental sub-package.
2 Using the Gaussian class - see the Kalman filter example notebook.
3This implementation is still experimental (see the factors.experimental sub-package).
cluster_graph
module to automatically create valid cluster graphs. Inference can be performed in these graphs
using message passing algorithms. Currently only the LBU (Loopy Belief Update) message-passing algorithm is supported.
The following distributions, models and features are on the roadmap to be added to veroku:
For the python dependencies see the requirements file.
The following additional dependencies are also required for some functionality (these are not installed automatically
with the pip install
):
See https://graphviz.org/download/ for installation instructions.
If you would like to contribute to veroku, please see the contributing guide.
Veroku is released under a 3-Clause BSD license. You can view the license here.
FAQs
An open source library for building and performing inference with probabilistic graphical models.
We found that veroku demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.