POI/ ├── notebooks/ # Jupyter notebooks for experiments │ ├── kaggle_gbs_proven_features.ipynb # [NEW] GBS with proven features │ ├── kaggle_xgboost_progressive_training.ipynb # XGBoost experiments │ ...
When selecting text inside a Jupyter notebook cell in VS Code, if I scroll while holding the mouse button, the selection becomes stuck. After this happens, any clicks in the cell extend the selection ...