SPORF icon indicating copy to clipboard operation
SPORF copied to clipboard

This is the implementation of Sparse Projection Oblique Randomer Forest

Results 102 SPORF issues
Sort by recently updated
recently updated
newest added

Hi @MrAE, @jbrowne6 and @falkben Just pinging the ppl that seemed to touch these specific LOC. I know you guys don't maintain this code anymore and have moved on, but...

Bumps [ipython](https://github.com/ipython/ipython) from 7.4.0 to 7.16.3. Commits d43c7c7 release 7.16.3 5fa1e40 Merge pull request from GHSA-pq7m-3gw7-gq5x 8df8971 back to dev 9f477b7 release 7.16.2 138f266 bring back release helper from master...

dependencies

**Describe the bug** I meet a bug about installing pip install rerf **To Reproduce** In file included from src/src/baseFunctions/../forestTypes/unsupervisedForests/urf/fpURFBase.h:13, from src/src/baseFunctions/fpForestFactory.h:8, from src/src/packedForest.h:23, from src/packedForest.cpp:1: src/src/baseFunctions/../forestTypes/unsupervisedForests/urf/urfTree.h:9:10: 致命错误:eigen3/Eigen/Dense:没有那个文件或目录 #include ^~~~~~~~~~~~~~~~~~~~ 编译中断。...

bug

Hi, I am just wondering whether regression is now supported in the current release of either packedForest (C++), Py-RerF, or R-RerF. Thank you! @MrAE

enhancement

- [ ] In Python? - [ ] in R? - [ ] in C++ (not ideal?)

C++

So that it passes the estimator test. First thing to do is to make the model pickleable.

Python
C++

**Describe the bug** I am unable to install `rerf` on Windows 10 (python). I tried updating pip, setuptools, and wheel, and reinstalling Visual Studio BuildTools but nothing seems to work....

bug

## Summary @ChesterHuynh and I were interested in extending the SRerf variant that seems work very well on low-sample image datasets to low-sample multivariate-time series (mts). A corresponding issue was...

The target feature is mistakenly included in the training data. It appears in cell [4] below "Returned as numpy array, with meta-info (e.g. target feature, feature names,…)" This bug happens...

bug

R feature importance here https://github.com/neurodata/SPORF/blob/staging/R-Project/R/FeatureImportance.R Port to Python implementation

enhancement