a fairly comprehensive Python library for outlier detectionhttps://t.co/eKOABNXT2E pic.twitter.com/2H9CJiv8V5
— Jeremy Jordan (@jeremyjordan) January 9, 2019
a fairly comprehensive Python library for outlier detectionhttps://t.co/eKOABNXT2E pic.twitter.com/2H9CJiv8V5
— Jeremy Jordan (@jeremyjordan) January 9, 2019
"Just keep up one rule: 80 characters per line. I promise it will take 80% of your time."
— Lorenz Walthert (@lorenzwalthert) January 7, 2019
stylermd does it for you, dealing with plain text, nested bullets and enumerations, latex equations etc. Any file extension. Rstudio Addin. Feedback welcome #rstats https://t.co/C16S6b5jNZ pic.twitter.com/UHOpThEsTU
vscode running in the browser backed by an execution environment hosted on https://t.co/GQbW74eopg instead of a local desktop electron app. https://t.co/ZDH0oPJui8
— Olivier Grisel (@ogrisel) January 5, 2019
I am using https://t.co/ZZg2n3YNMt for versioning data and models in my DL pipelines.
— Vladimir Iglovikov (@viglovikov) January 3, 2019
9 Obscure Python Libraries for Data Science https://t.co/lQOoJ4o2H5
— PyCoder’s Weekly (@pycoders) January 3, 2019
Small but useful enhancement to the IPython/Jupyter watermark utility. It now also lists packages that have been important via "from X import Y": https://t.co/mcWXveqldQ pic.twitter.com/F7NKHC685b
— Sebastian Raschka (@rasbt) January 3, 2019
BTW, dtreeviz decision tree visualization lib by @groverpr4 and me made it to @tryolabs' list of the Top 10 Python libraries of 2018 https://t.co/bUyeA0TEne
— Terence Parr (@the_antlr_guy) January 2, 2019
Use #holidays library to check whether a date is holiday or not.
— Daily Python Tip (@python_tip) January 1, 2019
>>> from datetime import date
>>> import holidays
>>> today = https://t.co/DAMy3gbWaN()
>>> today in holidays.Czech()
True
Happy New Year! #Python https://t.co/UsuKl4eGLI
You know how templating engines suck because they use mind-blowingly awful domain-specific languages that make no sense?
— Jeremy Howard (@jeremyphoward) December 29, 2018
Did you also know that Apple created one called `gyb` that uses plain python, and doesn't suck at all?
I just made it available on pip!https://t.co/xYGzW3X0Mj pic.twitter.com/1KJNmPakpW
The dev version of gghighlight now experimentally allows you to modify the styles of unhighlighted layers. Thanks for the suggestion (https://t.co/rQavX199f3), @ClausWilke! #rstatshttps://t.co/i3yQLJW8cl pic.twitter.com/4I2x0Q5Sf7
— Hiroaki Yutani (@yutannihilat_en) December 29, 2018
5 amazing free tools that can help with publishing R results and blogging https://t.co/dlH2IEaSzc #rstats #DataScience
— R-bloggers (@Rbloggers) December 22, 2018
The speech team @ FAIR released wav2letter++:
— Soumith Chintala (@soumithchintala) December 21, 2018
- a fully convolutional speech recognition system
- a C++ ML library on top of ArrayFire
They recognized very early that C++ was their best option and dived in much before PyTorch C++ API existed.
See: https://t.co/mXmZ3d8Tab