-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
Description
I just wanted to create an issue to point out that there are some cleanup bits that need to be done in this repository after the changes we decided to make to the repository structure in mlpack/examples#61.
This is the "models" repository, which will contain ready-to-use implementations of popular machine learning model types that aren't available in the normal mlpack codebase. These can be used as bindings.
So, here's a basic todo:
- update README
- set up mlpack-bot
- set up labels
- remove any "simple" examples and replace with bindings that have CLI support, etc.
- set up CMake configuration so that the models can be compiled. Maybe that means using git submodules and the mlpack repository's CMake configuration?
- update any references to the models/ repository
- update the website to point to this repository
kartikdutt18, prince776, shrit and KimSangYeon-DGUkartikdutt18, khizirsiddiqui and KimSangYeon-DGU