Skip to content

v1.0.2

Choose a tag to compare

@NibuTake NibuTake released this 21 May 10:14
5b51994

🎉 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.