epsilon-machine / missingpy

Missing Data Imputation for Python
GNU General Public License v3.0
240 stars 64 forks source link

Performance testing feature #11

Open dsvrsec opened 5 years ago

dsvrsec commented 5 years ago

In the missforest alogirthm there is a provision to know the perforamance results.Is there any provision will be provided in this library

ashimb9 commented 5 years ago

I am assuming you are referring to the OOBerror? If so, this package currently does not return that value but that is something I would definitely like to add in the near future. In the meantime, please let me know if you would be interested in contributing this feature to the package.