v1.0.2
🎉 News
IRS(NDRS) and DRS(NIRS) for the RTS are now available. Based on this issue
from Pyfrontier.frontier_model import EnvelopDEA
dea = EnvelopDEA("DRS", "in")
multiple_dea.fit(...)from Pyfrontier.frontier_model import MultipleDEA
dea = MultipleDEA("DRS", "in")
multiple_dea.fit(...)🙇 Inconvenience
Unfortunately, there are some display issues with the tutorial, and we are planning to fix them soon.
⏭️ Next
We will resolve the document issues and maintain the code through refactoring.