TF-IDF Estimator #308
Unanswered
ogui11aume
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear RubixML Team,
I have a simple use case where RubixML can help me achieve 90% of the hardwork, put I'm missing a final result Class.
I would like to have your advice on how to best design / architect the code to keep it RubixML friendly.
RubixML already as all the necessary utility classes : Transformers\TfIdfTransformer, Kernel/Distance/Cosine and other useful tools to preprocess.
I think that what I'm missing is an Estimator Class that can output the result of the TfIdfTransformer.
I have created a new TF-IDF similarity ranking Estimator Class
Am I on the right path ?
Regards
Guillaume
Beta Was this translation helpful? Give feedback.
All reactions