Stop using "sudo pip install <package>"
β Randy Olson (@randal_olson) October 18, 2018
Use "pip install --user <package>" insteadhttps://t.co/TA9mpaBOSi #Python #programming
Stop using "sudo pip install <package>"
β Randy Olson (@randal_olson) October 18, 2018
Use "pip install --user <package>" insteadhttps://t.co/TA9mpaBOSi #Python #programming
Scatterplot "trick" that I like: use the alpha channel if you have overlapping points. Makes it a lot easier to judge the density of points. pic.twitter.com/LcV9Sq9ofG
β Erik Bernhardsson (@fulhack) October 18, 2018
re.compile accepts the re.DOTALL flag, which makes . in #regexp match all characters, including newlines.#python #regex pic.twitter.com/EUyJJ4EThy
β Daily Python Tip (@python_tip) October 16, 2018
π©π¦ installation-woe guide by @LittleMissData
β Mara Averick (@dataandme) October 14, 2018
"R Package Install Troubleshooting" https://t.co/Vwc25i18lT #rstats pic.twitter.com/oW8PK9SJLy
I thought I knew Jupyter Notebook pretty well, but every one of these great tips was new to me: https://t.co/49oSiliwzc
β Jeremy Howard (@jeremyphoward) October 11, 2018
Why did I wait 20+ years to write this? I've looked it up like 500 times!
β Rafael Irizarry (@rafalab) October 9, 2018
$ less ~/bin/lookfor
#!/bin/bash
grep -r --include=\*.$2 $1 ./ | less
Don't leave for tomorrow the Unix shell script you can write today!
"if you're overfitting you need more data, but if not overfitting you should add more capacity"... years on this is still the best piece of simple advice anyone has ever given me
β mat kelcey (@mat_kelcey) October 7, 2018
ICYMI, π @SuzanBaert's dplyr tricks from her week as @WeAreRLadies curator (plus more on her blog https://t.co/yiB97szfHk):
β Mara Averick (@dataandme) October 6, 2018
β‘οΈΒ β10 dplyr tipsβhttps://t.co/yOJIjmGctHΒ #rstatsΒ #dplyr
Not all Γ±βs are equal!
β Daily Python Tip (@python_tip) October 5, 2018
Itβs a good idea to normalize #unicode input. Use unicodedata.normalize().#python pic.twitter.com/44XUeHSXzR
Colab has added a file browser. Pretty cool! You can upload and download files with a click (this is possible using code snippets, too). pic.twitter.com/zEyJlqaklX
β Josh Gordon (@random_forests) October 2, 2018
πΎ some useful tipsβ¦
β Mara Averick (@dataandme) October 2, 2018
"4 ways to be more productive, using RStudio's terminal" by @jozefhajnalahttps://t.co/W9KpzJc1ev #rstats pic.twitter.com/XEL8IDM1xW
The "Imagenet in 1 hour" paper from @priy2201 is overflowing with wonderful little tricks. Here's one of my favorites - something that many researchers are still not aware of, but really makes model training easierhttps://t.co/uf8TkpCkIQ pic.twitter.com/Nar2NuO3Po
β Jeremy Howard (@jeremyphoward) September 30, 2018