ccf icon indicating copy to clipboard operation
ccf copied to clipboard

Canonical Correlation Forest

Results 5 ccf issues
Sort by recently updated
recently updated
newest added

Added optional argument to predict() that specifies name of class to compute probabilities for. Computes fraction of training points in each leaf node that belong to that class, and takes...

I'm trying to approximately reproduce the figure from the figure1 from [the arxiv paper](https://arxiv.org/pdf/1507.05444.pdf). The CCF seems to work well with 35 trees. This is what the reference figure looks...

Today, I ran into the error "TODO TODO multiple max tie breaking". I would like to contribute and fix this (and possibly other TODOs), but do not find a reference...

Hi, Thank you so much for your contribution! I used your CCF to train and predict for 5 classes as follows: **ccf

As far as I understand this implementation of CCF do not have a capability to predict probability of a class. It would be nice to implement this.

enhancement