Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 389 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 389 Bytes

ml-recipes

Other

jupyter nbconvert lgbm-baseline.ipynb --to python

GIT

remove added files from commit

git reset <file>

Jupyter lab installation with R

pip install 'python-lsp-server[all]'
conda install jupyterlab
pip install jupyterlab
R -e 'install.packages("languageserver")'
R -e "install.packages("IRkernel")'
IRkernel::installspec