Karlmyh / ERTR

[ICML23] Extrapolated Random Tree for Regression

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extrapolated Random Tree for Regression

This repository contains the implementation of ERTR as described in the paper Extrapolated Random Tree for Regression accepted for ICML 2023. This implementation is built using Python 3 and requires the following packages:

  • sklearn
  • numpy
  • pandas
  • matplotlib
  • scipy

UCI Machine Learning Repository

This implementation uses a dataset from the UCI Machine Learning Repository. The data is included in the data directory.

References

  • Extrapolated Random Tree for Regression (ICML 2023)

About

[ICML23] Extrapolated Random Tree for Regression


Languages

Language:Python 87.0%Language:Cython 4.0%Language:Jupyter Notebook 2.7%Language:C 2.6%Language:Makefile 2.4%Language:C++ 0.9%Language:R 0.1%Language:Shell 0.1%Language:PowerShell 0.1%Language:Batchfile 0.0%