Liran Ben-Zion
Liran Ben-Zion
Hi, Thank you for your tutorial! I tried to change the embedding with pre-trained word embeddings such as word2vec, here is my code: ``` class Lang: def __init__(self, name): self.name...
Hi, can you explain how to find the optimal k for unsupervised learning, like elbow method? Thanks
Hi, Thank you for this tool! How I can control on the number of the epochs or change the other hyperpararmeters? Thank you!
Hi, I looked over the notebook for one label classifier, can you explain how to use this method for multi label classifier? or save the probabilities for each label? Thank...
Hi, Thank you for your tutorial! I tried to change the embedding with pre-trained word embeddings such as word2vec, here is my code: ``` class Lang: def __init__(self, name): self.name...
Hi, I think that this line https://github.com/Synerise/booking-challenge/blob/5929665be72eaabf2395e82e80d6b90f541eadf1/src/encoding.py#L57 should be replaced with: `test = test.sort_values(['utrip_id', 'row_num']) `