Abhinav Shukla
Abhinav Shukla
### **Fix IDA Test Script to Run with Pytest 7.4.0** #### **Summary** This PR updates `test_ida_features.py` to be compatible with `pytest` 7.4.0 by removing the deprecated `yield`-based test cases. The...
This PR extends the `linfa-trees` crate by introducing a new **Random Forest** classifier. It builds upon the existing Decision Tree implementation to provide an ensemble method that typically outperforms a...
📝 Description I would like to contribute a new module to the linfa-trees crate that implements the Random Forest algorithm for classification tasks. This will expand linfa-trees from single decision...