mindsdb / mindsdb_native

Machine Learning in one line of code
http://mindsdb.com
GNU General Public License v3.0
37 stars 28 forks source link

Un-bias procedure off by default #501

Closed paxcema closed 3 years ago

paxcema commented 3 years ago

Why

Tests with OpenML and internal benchmarking suites suggest that the DataTransformer un-biasing procedure may hinder balanced accuracy. It is a useful behavior, but it might be better to have it disabled by default.

How

Setting the equal_accuracy_for_all_output_categories to False by default.