bdzyubak / torch-control

A top-level repo for evaluating natively available models
MIT License
2 stars 0 forks source link

Implement semi-supervised learning using Decision Tree #12

Open bdzyubak opened 3 months ago

bdzyubak commented 3 months ago

The efficacy would be interesting to compare to the existing SVM implementation. https://github.com/bdzyubak/torch-control/issues/11 The DT must have limited depth so that the output prediction confidence is <1. Ideally, a more difficult dataset with more features and accuracy of <0.8 would be used to explore this.