Re: DSasS(Data Science as Service)

2017-06-17 Thread Melvyn Sopacua
On Saturday 17 June 2017 13:11:17 A.S. Khangura wrote: > On Fri, Jun 16, 2017 at 8:39 PM, Melvyn Sopacua wrote: > > You do things in models. > > So that means all my ML models would be Django-Models? Yes. Models should be a representation of the data and their interaction. > > You gather things

Re: DSasS(Data Science as Service)

2017-06-17 Thread A.S. Khangura
On Sat, Jun 17, 2017 at 1:43 PM, Melvyn Sopacua wrote: > The documentation. The tutorial takes you through all the steps I mentioned > and in addition introduces the admin, forms (connecting user input with > models, views and templates) and unit tests. Yes Went through that famous tutorial. It

Re: DSasS(Data Science as Service)

2017-06-17 Thread Melvyn Sopacua
On Saturday 17 June 2017 12:17:18 A.S. Khangura wrote: > Any way you could make me go through Architecture Design of system. > Or any kind of open-Source project where I would be able to study > things and look for how I can make my own? The documentation. The tutorial[1] takes you through all th

Re: DSasS(Data Science as Service)

2017-06-17 Thread A.S. Khangura
On Fri, Jun 16, 2017 at 8:39 PM, Melvyn Sopacua wrote: > You do things in models. So that means all my ML models would be Django-Models? > You gather things in views. I will pass data and get results from functions to show on web-pages. > You render things in templates. Yes that is other s

Re: DSasS(Data Science as Service)

2017-06-16 Thread A.S. Khangura
On Fri, Jun 16, 2017 at 8:39 PM, Melvyn Sopacua wrote: > Pretty much. Yes that Explains almost everything we need to know for now. :) Any way you could make me go through Architecture Design of system. Or any kind of open-Source project where I would be able to study things and look for how I c

Re: DSasS(Data Science as Service)

2017-06-16 Thread Frank Gau
+1 for this excellent summary! On Fri, Jun 16, 2017 at 05:09:11PM +0200, Melvyn Sopacua wrote: > On Friday 16 June 2017 04:45:22 Arshpreet Singh wrote: > > > > So basically there will be few ML models and I will feed those some > > variables and will get some output. Before writing any kind of

Re: DSasS(Data Science as Service)

2017-06-16 Thread Melvyn Sopacua
On Friday 16 June 2017 04:45:22 Arshpreet Singh wrote: > So basically there will be few ML models and I will feed those some > variables and will get some output. Before writing any kind of code I > am interested in the architecture of the whole system. Django is the > option to use and do things