iit-cs585 / assignments

Assignments for IIT CS585
3 stars 7 forks source link

Instruction Query for A3 #26

Closed Tsreenivasan closed 7 years ago

Tsreenivasan commented 7 years ago

Hi Professor @aronwc,

there was an instruction mentioning not to use external libraries for the evolution matrix calculation. does that imply we shouldn't to use Pandas features [iterrows, iteritems() and sum()] in P,R,F1 calculations?

Regards Tejas

aronwc commented 7 years ago

you can use those functions.

On Tue, Mar 21, 2017 at 12:15 PM, Tsreenivasan notifications@github.com wrote:

Hi Professor @aronwc https://github.com/aronwc,

there was an instruction mentioning not to use external libraries for the evolution matrix calculation. does that imply we shouldn't to use Pandas features [iterrows, iteritems() and sum()] in P,R,F1 calculations?

Regards Tejas

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/iit-cs585/assignments/issues/26, or mute the thread https://github.com/notifications/unsubscribe-auth/ADv-hWfWBWy7G_UsCWsZegSQnHqhaAjKks5roAWegaJpZM4MkITK .

Tsreenivasan commented 7 years ago

Thanks Professor