In this document you can find rough guidelines of how to contribute to AI-JACK. This is a guideline, not a set of rules. Feel free to propose changes to this document in a pull request.
Contributions are rewarded! If you provide a valuable enhancement, bug fixes, or suggest new useful features to AI-JACK, we'll send you AI-JACK stickers with a small gift :)
Thank you for your interest! In case of any questions, submit a new issue or contact ai.jack@bilot.fi.
Bugs are tracked as GitHub issues. If you notice any bug, create an issue on AI-jack repository and provide all the necessary information.
Explain the problem and include additional details to help maintainers reproduce the problem:
Provide more context by answering these questions:
If you would like AI-jack to be better, feel free to propose enhancements! Those may include adding new machine learning models, evaluation metrics, integration or just code enhancements for better performance.
Before creating enhancement suggestions, please make sure that this enhancement is not available already. If you are unsure, you can check the manual.
Enhancement suggestions are tracked as GitHub issues, similar as bugs. When submitting a new issue, please kindly provide following details:
You are very welcome to contribute to AI-jack. If you are unsure where to start, first have a look at open issues. A bunch of labels is available to browse the issues.
As we would like to review your pull request as quickly and smoothly as possible, please follow these steps to have your contribution considered by the maintainers:
While the prerequisites above must be satisfied prior to having your pull request reviewed, the reviewer(s) may ask you to complete additional design work, tests, or other changes before your pull request can be ultimately accepted.
This guideline set is based mostly on general R styleguide and is open for any suggestions via issues.
train_glm_model(model_name = ii,
set = set)
instead of train_glm_model(model_name=ii,
set=set): or ::).i + 1 instead of count+1, but x <- 1:10 and base::getx[2, ] instead of x[2,] or x[2 , ]And don't hesitate to contact us! We are excited to work with you :)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.