├── .gitignore ├── README.md ├── fig1.png ├── randomrotation.py ├── rr_extra_forest.py ├── rr_forest.py ├── run_comparison.py ├── try.py ├── uci_comparison.py └── uci_loader.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmadl/sklearn-random-rotation-ensembles/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmadl/sklearn-random-rotation-ensembles/HEAD/README.md -------------------------------------------------------------------------------- /fig1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmadl/sklearn-random-rotation-ensembles/HEAD/fig1.png -------------------------------------------------------------------------------- /randomrotation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmadl/sklearn-random-rotation-ensembles/HEAD/randomrotation.py -------------------------------------------------------------------------------- /rr_extra_forest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmadl/sklearn-random-rotation-ensembles/HEAD/rr_extra_forest.py -------------------------------------------------------------------------------- /rr_forest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmadl/sklearn-random-rotation-ensembles/HEAD/rr_forest.py -------------------------------------------------------------------------------- /run_comparison.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmadl/sklearn-random-rotation-ensembles/HEAD/run_comparison.py -------------------------------------------------------------------------------- /try.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmadl/sklearn-random-rotation-ensembles/HEAD/try.py -------------------------------------------------------------------------------- /uci_comparison.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmadl/sklearn-random-rotation-ensembles/HEAD/uci_comparison.py -------------------------------------------------------------------------------- /uci_loader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmadl/sklearn-random-rotation-ensembles/HEAD/uci_loader.py --------------------------------------------------------------------------------