An open API service indexing awesome lists of open source software.

https://github.com/ghazaleze/investigate_classifiers

The point is to investigate three types of classifiers (linear classifier with feature selection, linear classifier without feature selection, and a non-linear classifier) in a setting where precision and interpretability may matter.
https://github.com/ghazaleze/investigate_classifiers

feature-selection l2-regularization large-scale lasso-regression machine-learning random-forest-classifier support-vector-machine svm-classifier

Last synced: 3 months ago
JSON representation

The point is to investigate three types of classifiers (linear classifier with feature selection, linear classifier without feature selection, and a non-linear classifier) in a setting where precision and interpretability may matter.

Awesome Lists containing this project

README

        

# Investigate_Classifiers
The point is to investigate three types of classifiers (linear classifier with feature selection, linear classifier without feature selection, and a non-linear classifier) in a setting where precision and interpretability may matter.

**All the codes for investigating classifier is in main.py.**

There is Mushroom notebook that has most of the outputs of the main.py codes.