Open patschw opened 5 days ago
Hi, I'm playing around with your supervised scaler.
Could it be for it to work one needs to uncomment line 181 because that would set the two pivot text?
As I now understand it the algorithm chooses the most dissimilar texts also in the nlp.scale_supervised just as is also done in nlp.scale.
Or am I misunderstanding the code?
Best,
Patrick
Got it, line 178 only compares the two pivot texts :) Sorry for the unnecessary ticket!
No worries and all the best with your work!
Hi, I'm playing around with your supervised scaler.
Could it be for it to work one needs to uncomment line 181 because that would set the two pivot text?
As I now understand it the algorithm chooses the most dissimilar texts also in the nlp.scale_supervised just as is also done in nlp.scale.
Or am I misunderstanding the code?
Best,
Patrick