Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Optuna is a good framework for hyper parameter tuning in machine learning.
Tips on Apache Arrow
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
[Feather vs Parquet]https://github.com/wesm/feather/issues/188
References
https://github.com/wesm/feather
Garbage Collection in Python
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Hands on the Python Module Packaging
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Version Handling¶
Parse Semantic Version in Python
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Tips and Traps¶
- There are at least 3 packages (
packaing
,python-semver
and) in Python which can help you work with semantic versions.
Use JupyterLab Notebooks in Pelican
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
https://github.com/getpelican/pelican-plugins/issues/866
https://github.com/getpelican/pelican-plugins/issues/651
Plugins
https://github.com/danielfrg/pelican-ipynb
https://github.com/peijunz/ipynb2pelican#installation-and-configuration
References
https://github.com …