23ed6be99bdeaf15a7ecabe3d722516b592a63af
finishes the 10k/50/25 bench in 20s on 8 threads known bugs: > might generate a few to many files if the total number of txt files isnt equally dividable by core count >the 'working, this might take a while' message is displayed after all files are created
Collection Of Data Mining Algorithms (CODMA)
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
- Write your algorithm (or part of it)
- Choose a neat name for it (NAME in the following)
- Fork this repository (or with rights: add a branch
alg_NAME) - Create subfolder
src/algorithms/NAME - Add your algorithm to the
menu-script in thealgorithm-folder - Add your algorithm to the list above in the following format
NAME | Author - Create a
HowToUse-file in your main folder If your algorithm works: - Create a pull request to merge the data
Always pay attention: NEVER commit test data, passwords or personal information!
Have fun... :)
~
Languages
Python
100%