microsoft / hummingbird

Hummingbird compiles trained ML models into tensor computation for faster inference.
MIT License
3.34k stars 278 forks source link

tf-idf implementation #293

Open Hemantr05 opened 4 years ago

Hemantr05 commented 4 years ago

This is regarding the implementation of tf-idf issue (#164 ) @mattetti We can discuss the same in this issue.

Hemantr05 commented 3 years ago

@ksaur Apologies for the delay. Will resolve this by the end of the week.

Hemantr05 commented 3 years ago

Hi @ksaur, I have an implementation of tf-idf ready, could you kindly guide me onto where to add the code?

ksaur commented 3 years ago

Hi @Hemantr05 ! You can just submit it as a pull request using the standard github way, see here if you need a link to instructions! Let me know if you have questions. Thanks!

Hemantr05 commented 3 years ago

Thank you @ksaur