Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Foreign Language Integration in Rust
Reduce Size of Git Repository
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Use Git Large File Storage to Manage Large Files
Git Large File Storage (Git-LFS) is the recommended way to work with large files. Please read the following if have already committed …
Tips on Git-Filter-Repo
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Installation on Ubuntu / Debian
wajig install git-filter-repo
Example Usages
Note: git-filter-repo changes the history commits of a Git repository which is a dangerous operation. Make sure you know what you are …
Concatenate Static Arrays in Rust
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Generating static arrays during compile time in Rust
References
Double Dipping in Machine Learning
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Double dipping is a term for overfitting a model through both building and evaluating the model on the same data-set, yielding inappropriately high statistical significance and circular logic.