Regression
A general regression problem with both numeric and categorical features. The input is tabular data.
The regression target is a single value for each input data which is a row in the table.
Mean Square Error
NA
There are a lot of regression problems in machine learning
NA
NA
This issue is solved. Please see the code in the examples directory.
Does this rely on lightgbm only or cover DL architectures as well?
I can not find the GeneralRegressor in the documentation, or in the code examples
can't find this either, seems to be issues with GeneralRegressor, TabularClassifier etc. but nothing in the codebase or docs.
can't find this either, seems to be issues with GeneralRegressor, TabularClassifier etc. but nothing in the codebase or docs.
I can not find the GeneralRegressor in the documentation, or in the code examples
AutoKeras Tabular was removed, reason for this is explained in #562
Thankfully @bolkedebruin created a package (https://pypi.org/project/autokeras-tabular/) containing the missing functionality.
Most helpful comment
I can not find the GeneralRegressor in the documentation, or in the code examples