UPDATE a fork of this gist has been used as a starting point for a community-maintained "awesome" list: machine-learning-with-ruby Please look here for the most up-to-date info!
- liblinear-ruby: Ruby interface to LIBLINEAR using SWIG
| Plan to rewrite history to remove build artifacts (.build/*) | |
| 1) Create a backup branch: git branch backup/pre-history-clean | |
| 2) Run git filter-repo to remove .build/ and other large files: git filter-repo --path .build --invert-paths --force | |
| 3) Verify working tree and test suite locally | |
| 4) Force-push cleaned branches to origin (requires team coordination) | |
| 5) Communicate to collaborators: they'll need to re-clone or run git fetch + reset. | |
| I will not execute the rewrite without explicit separate approval. |