Skip to content

Simple ensemble method using random forest and AdaBoost #49

Simple ensemble method using random forest and AdaBoost

Simple ensemble method using random forest and AdaBoost #49

Workflow file for this run

name: Greetings
on: [pull_request_target, 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: "Ensure the issue is not similar or previously being worked on.Thanks for your time"
pr-message: "Ensure the PR matches the requirements mentioned in the Contribution guide. The maintainer might get in touch to enusre quality. Thanks for your time"