TheAlgorithms/Python

Some algorithms are "how-to" examples

Open

#6.216 aberto em 23 de jun. de 2022

Ver no GitHub
 (13 comments) (5 reactions) (0 assignees)Python (50.629 forks)batch import
help wanted

Métricas do repositório

Stars
 (221.055 stars)
Métricas de merge de PR
 (Mesclagem média 70d 10h) (6 fundiu PRs em 30d)

Description

In our Contributing Guidelines:

Algorithms in this repo should not be how-to examples for existing Python packages. Instead, they should perform internal calculations or manipulations to convert input values into different output values. Those calculations or manipulations can use data types, classes, or functions of existing Python packages but each algorithm in this repo should add unique value.

And after some investigation like #6201, one can find some implementations that resemble online tutorials or are too trivial. In #6201, machine_learning/support_vector_machines.py is removed. It should be migrated to a much detailed implementation of SVM instead of importing packages.

Migration list:

Guia do colaborador