Data Science Toolbox
datasciencetoolbox.org
Data Science Toolbox
1–10 of 13 posts
Re: Data Science Toolbox
#2Re: Data Science Toolbox
#3Re: Data Science Toolbox
#4I half-expected a "toolbox" more like Orange. ( http://orange.biolab.si/ )
Re: Data Science Toolbox
#5I don't get it. DST installs 3 tools: R, Python, and DST itself. R and its packages are VERY easy to install, Python and its packages are pretty easy to install, and you don't need DST until you choose to install DST. It's not like they are putting a large hard to configure stack (like Hadoop/Mahout/Pig/Hive/Spark ...) for you.
The initial reason I created DST was that I'm currently writing a book called Data Science at the Command Line. Installing the command-line tools discussed in this book is unfortunately not straightforward. I wanted to offer potential readers a Vagrant box (with a shell provisioner) that installs these command-line tools. Similar to what Matthew Russell has done for his book Mining the Social Web [1]. This blog post [2] provides some more explanation and compares four different solutions.
The software packages that you mention sure are exciting! If there is an author or teacher that wants to teach these to her readers or students, then we should create a bundle (i.e., Ansible playbook) for them!
[1] https://github.com/ptwobrussell/Mining-the-Social-Web-2nd-Ed... [2] http://jeroenjanssens.com/2013/12/07/lean-mean-data-science-...
Re: Data Science Toolbox
#6Re: Data Science Toolbox
#7I don't get it. DST installs 3 tools: R, Python, and DST itself. R and its packages are VERY easy to install, Python and its packages are pretty easy to install, and you don't need DST until you choose to install DST. It's not like they are putting a large hard to configure stack (like Hadoop/Mahout/Pig/Hive/Spark ...) for you.
Author here. Although the software contained in the base is indeed relatively easy to install, you'd be surprised how often people struggle installing Python and its packages on Mac OS X or Microsoft Windows! The initial reason I created DST was that I'm currently writing a book called Data Science at the Command Line. Installing the command-line tools discussed in this book is unfortunately not straightforward. I wa…
Re: Data Science Toolbox
#8Appears to be unrelated from the Data Science Toolkit virtual machine image which frontpaged yesterday https://news.ycombinator.com/item?id=7835097
[1] http://jeroenjanssens.com/2013/12/07/lean-mean-data-science-...
Re: Data Science Toolbox
#9Re: Data Science Toolbox
#10Cool tool though - I've done data science work for a few companies now and the most frustrating thing is always getting set up on their stack.