Clark Fitzgerald

2.1K posts

Clark Fitzgerald

Clark Fitzgerald

@clarkfitzg

Statistics Professor @ Sacramento State

Sacramento, CA Katılım Haziran 2011
437 Takip Edilen323 Takipçiler
Norm Matloff 你有冇諗清楚呀?
@KWittfogel @clarkfitzg On the plus side, it's very fast, and has various ways to tinker. (One can even inspect the compiled code from the interactive prompt!) On the neg. side, I fear a "Pandas" situation, where people develop packages without a deep understanding. Doesn't seem to be gaining momentum.
English
3
0
2
0
Clark Fitzgerald
Clark Fitzgerald@clarkfitzg·
Everything mysteriously broke when I copied and pasted some code that had a Unicode hyphen (8208) for a command line flag instead of an ASCII dash -. Argh. 😬
English
3
4
29
0
Clark Fitzgerald retweetledi
Stephan Hoyer
Stephan Hoyer@shoyer·
Interested in scientific visualization, Python and fusion energy research? We're hiring for a 6 month position at @GoogleAI Applied Sciences: goo.gl/6rJ7Cy
English
2
9
13
0
Clark Fitzgerald
Clark Fitzgerald@clarkfitzg·
Happy about everything that tmux can do on a SLURM cluster. Try srun --pty bash to open a shell in a compute node to experiment a bit so you don't tie up the head node.
English
0
0
1
0
Clark Fitzgerald retweetledi
Matthew Rocklin
Matthew Rocklin@mrocklin·
I left employment at Anaconda Inc. last week. I start employment at NVIDIA next month. Surprisingly little about my work will change. More details: matthewrocklin.com/blog/work/2018…
English
37
61
415
0
Clark Fitzgerald retweetledi
Matt Dowle
Matt Dowle@MattDowle·
Here are 6k accepted #rstats answers that use/mention #rdatatable where the question was not about data.table. (Distinct from the 8k questions tagged data.table.) Would love to see some data science on this to help guide the project. Anyone interested? stackoverflow.com/search?q=%5BR%…
English
1
7
28
0
Clark Fitzgerald retweetledi
Stephan Hoyer
Stephan Hoyer@shoyer·
I'm pleased to announce xarray v0.11: #v0-11-0-7-november-2018" target="_blank" rel="nofollow noopener">xarray.pydata.org/en/stable/what… This release includes: - file-storage refactor for performance with @dask_dev - better support for calendars used in climate science - lots of other miscellaneous API clean-ups, bug-fixes and enhancements
English
3
41
118
0
Clark Fitzgerald
Clark Fitzgerald@clarkfitzg·
> as.character(list(numeric())) [1] "numeric(0)" > as.numeric(list(numeric())) [1] NA > as.numeric(list()) numeric(0) #rstats🤔
Română
1
1
2
0
Clark Fitzgerald
Clark Fitzgerald@clarkfitzg·
Cool use case for #metaprogramming: Given a table with many equations in text, turn them into functions and call them on observations in another table.
English
0
0
1
0