Skip to content

Addition of new project under Machine Learning called as "Thyroid Disease Prediction Model with Feature Selection" #3876

Addition of new project under Machine Learning called as "Thyroid Disease Prediction Model with Feature Selection"

Addition of new project under Machine Learning called as "Thyroid Disease Prediction Model with Feature Selection" #3876

Workflow file for this run

name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Thanks for creating the issue,Please read the Pinned issued first and Readme.md in each Pull Request you made. Keep learning...'
pr-message: ' keep doing it '