Created early concept

This commit is contained in:
2018-05-17 18:51:30 +02:00
parent 20480849bd
commit d65295e8f4
4 changed files with 707 additions and 1 deletions

View File

@@ -1 +1,32 @@
# miner
# Collection Of Data Mining Algorithms (CODMA)
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
## What is this?
This is collection and collaboration of several scripts from people for data analysis algorithms.
## List of Algorithms
| Name of Algorithm | Author |
| ------------- | ------------- |
| [ PENDING ] | [ PENDING ] |
| [ PENDING ] | [ PENDING ] |
## How to contribute
1. Write your algorithm (or part of it)
2. Choose a neat name for it (NAME in the following)
3. Fork this repository (or with rights: add a branch `alg_NAME`)
4. Create subfolder `src/algorithms/NAME`
5. Add your algorithm to the `menu`-script in the `algorithm`-folder
6. Add your algorithm to the list above in the following format `NAME | Author`
7. Create a `HowToUse`-file in your main folder
**If your algorithm works:**
8. Create a pull request to merge the data
**Always pay attention: NEVER commit test data, passwords or personal information!**
Have fun... :)
~