df-dn-paper icon indicating copy to clipboard operation
df-dn-paper copied to clipboard

Conceptual & empirical comparisons between decision forests & deep networks

Results 11 df-dn-paper issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.18.5 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

When creating train+val loaders for tuning CNNs for vision data, the following traceback is received: ``` INFO 05-12 21:06:37] ax.service.utils.instantiation: Inferred value type of ParameterType.FLOAT for parameter lr. If that...

ndd
vision

Specifically, use a left-out set of Tabular datasets to tune the hyperparameters. Possibly implement 5-fold cross validations (tune on 4 folds, test on 1 fold) to evaluate classifier performances. Within...

tabular

List of candidates to consider (all following `sklearn` api): - ~~[`GradientBoostingClassifier`](https://scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingClassifier.html)~~ - [`XGBClassifier`](https://xgboost.readthedocs.io/en/latest/python/python_api.html#xgboost.XGBClassifier) - ~~[`HistGradientBoostingClassifier`](https://scikit-learn.org/stable/modules/generated/sklearn.ensemble.HistGradientBoostingClassifier.html)~~

enhancement
ndd

e.g. - F-score - Splitting by # of classes for Tabular - more...

enhancement
ndd

Saving raw predictions of classification tasks helps improving evaluation metrics (changing/adding/deleting/...). As the test sets are randomly generated, test labels need to be saved at the same time.

enhancement
ndd

Reference repo: https://github.com/NeuroDataDesign/manifold_random_forests/tree/optimize

enhancement
ndd