├── .github └── ISSUE_TEMPLATE │ ├── ----------.md │ ├── machine-learning---.md │ └── recommender-ml.md └── README.md /.github/ISSUE_TEMPLATE/----------.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wantedly/machine-learning-round-table/HEAD/.github/ISSUE_TEMPLATE/----------.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/machine-learning---.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wantedly/machine-learning-round-table/HEAD/.github/ISSUE_TEMPLATE/machine-learning---.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/recommender-ml.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wantedly/machine-learning-round-table/HEAD/.github/ISSUE_TEMPLATE/recommender-ml.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wantedly/machine-learning-round-table/HEAD/README.md --------------------------------------------------------------------------------