Fork me on GitHub
#data-science
<
2015-10-27
>
squest18:10:36

Ahh finally some conversations šŸ˜‰ thanks guys

squest18:10:14

FYI, I created this channel because Iā€™m doing some beginning data-science for my company, and will be doing much more in the near future. From my experience, the nature of my problems in doing data-science using Clojure is the tools, either the tools I know do not provide all necessary features that I need, or that I donā€™t know the existence of such tools that give me what I need. Since I prefer to do this in Clojure, then perhaps a ā€œgenericā€ channel for data-science would be a good place to start to discuss which tools (or methods) available in Clojureā€™s environment to help us get the jobs done. Iā€™m also interested in data visualisation part of the job, so far Iā€™m mostly using Mathematica for visualisation, but hopefully we can move towards cljs-based data visualisation since all other part of our web app already in Clj/Cljs. Having said that, feel free to suggest a better topic for the channel.

aaelony20:10:01

@squest: thanks for creating the channel. For visualization, I am hoping to use Vega via cljsjs . http://cljsjs.github.io. The idea is that you create a data structure, evaluate it, and get a nice cartoon.

squest20:10:02

@aaelony: thanks for the suggestion, Iā€™ll look into it.