![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
The documentation of this Python package is hosted on readthedocs.
However, note that this documentation only covers the API and technical aspects of the package itself. Usage examples and further techniques for working with machine learning tools in CMS, alongside a collection of useful guidelines can be found in the general CMS ML group documentation.
Click here to submit a feature suggestion!
To use the cmsml package via docker, checkout our DockerHub which contains tags for several Python versions.
Image | Python version | TF Version | PyTorch Version | GPU support |
---|---|---|---|---|
cmsml/cmsml:3.7 | 3.7 | 2.11.1 | 1.13.1 | ✘ |
cmsml/cmsml:3.8 | 3.8 | 2.13.1 | latest (~2.3.0) | ✘ |
cmsml/cmsml:3.9 cmsml/cmsml:3 cmsml/cmsml:latest | 3.9 | latest (~2.16.1) | latest (~2.3.0) | ✘ |
cmsml/cmsml:3.10 | 3.10 | latest (~2.16.1) | latest (~2.3.0) | ✘ |
cmsml/cmsml:3.11 | 3.11 | latest (~2.16.1) | latest (~2.3.0) | ✘ |
cmsml/cmsml:3.11-cuda | 3.11 | latest (~2.16.1) | latest (~2.3.0) | ✔︎ |
The tests can be triggered with
pytest -n auto tests
and in general, they should be run for Python 3.7 to 3.11. To run tests in a docker container, do
# run the tests
./tests/docker.sh cmsml/cmsml
# or interactively by adding a flag "i" to the command
./tests/docker.sh cmsml/cmsml i
> python -m unittest tests
In addition, before pushing to the repository, PEP 8 compatibility should be checked with flake8 via
./tests/lint.sh
or using the docker container
# run the tests
./tests/docker.sh cmsml/cmsml tests/lint.sh
FAQs
Python package of the CMS Machine Learning Group
We found that cmsml demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.