Comments¶
DataFrame.hvplot
(via the Python packagehvplot
) is the most convenient way to use HoloViews.If you want to use HoloViews directly, it is better to create a HoloViews.Dataset object and use it for visualization.
The
groupby
option generates a plot with a dropdown list for interactively showing plots of different groups. You can overlay plots of different groups together on the same plot simplify by calling the.overlay()
Unit Test in Rust
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
https://crates.io/crates/test-with
Tips and Traps
-
std::assert! and std::assert_eq! can be used to assert whether certain conditions are met. They are typically used for testing but they …
Benchmark Your Linux Machine Using phoronix-test-suite
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
https://github.com/phoronix-test-suite/phoronix-test-suite/
Debugging and Testing Tools for Windows
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
OCCT
OCCT is the most popular all-in-one stability check & stress test tool available. It generates heavy loads on your components while checking for errors, and will detect stability issues faster than …
CI/CD for Machine Learning
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
GitHub Actions
Travis CI
Jenkins
act
Run your GitHub Actions locally.
References
MLOps: Continuous delivery and automation pipelines in machine learning
Tips on Nox
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
It is suggested that you leverage profession CICD tools instead of nox for testing.
https://github.com/theacodes/nox
https://nox.thea.codes/en/stable/index.html
https://cjolowicz.github.io …