We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6a52eb commit f795dd1Copy full SHA for f795dd1
README.md
@@ -1,5 +1,6 @@
1
# NLP_60k
2
3
Notebooks run on Kaggle's Kernel
4
-
+### A Baseline?
5
* [word2vec-umap.ipynb](https://github.com/MachineLearningJournalClub/NLP_60k/blob/main/word2vec-umap.ipynb) : Using pretrained w2v for features extraction + UMAP for visualization purposes; Basic regression (with Gradient Boosting Regression), validation MSE = 0.44
6
+* * ToDos: K-Fold Cross Validation, W2V vectors augmentation (I'd give a try by applying small perturbations on the training set :) )
0 commit comments