Hi, I did have git repo setup but I don't think it fit nicely for what I am looking for.
I need to do side by side comparison of two or more different models (or parameters) trained on same dataset. They all produce different charts and reports. Comparing them would enable me to make further decision on which model (or parameter) worked best. This is for detailed analysis that is beyond standard evaluation metrics. Only way to do this is to clone multiple notebook and use spark interpreter in Isolation mode . Git is not very friendly here. But if you can save intermediate reports (just views) in 'readonly' mode without any further query capability they can be use to do comparison later. On Thu, Oct 27, 2016 at 12:53 AM, spacewalk...@163.com <spacewalk...@163.com > wrote: > hi Nirav Patel, > Currently zeppelin persists Note as json file,which includes both code and > result. You can enable GitNotebookRepo as the bakend storage by define > following property in ${ZEPPELIN_HOME}/conf/zeppelin-site.xml。 > Restart zeppelin,then you can commit note as a revision, which can be > used for comparison. GitNotebookRepo use ${ZEPPELIN_HOME}/notebook folder > as a Git repo, you can use git command to manipulate it without zeppelin. > > <property> > <name>zeppelin.notebook.storage</name> > <value>org.apache.zeppelin.notebook.repo.GitNotebookRepo</value> > <description>notebook persistence layer implementation</description> > </property> > > > 在 2016年10月27日,13:50,Nirav Patel <npa...@xactlycorp.com> 写道: > > Is there a way to save state of the notebook in form of "Report" view so > it can be used later for comparison or just kept for bookkeeping. Currently > only way I can think of to do this is to clone a new notebook every time > you want to keep state of Report. > > Thanks > > > > > [image: What's New with Xactly] <http://www.xactlycorp.com/email-click/> > > <https://www.nyse.com/quote/XNYS:XTLY> [image: LinkedIn] > <https://www.linkedin.com/company/xactly-corporation> [image: Twitter] > <https://twitter.com/Xactly> [image: Facebook] > <https://www.facebook.com/XactlyCorp> [image: YouTube] > <http://www.youtube.com/xactlycorporation> > > > -- [image: What's New with Xactly] <http://www.xactlycorp.com/email-click/> <https://www.nyse.com/quote/XNYS:XTLY> [image: LinkedIn] <https://www.linkedin.com/company/xactly-corporation> [image: Twitter] <https://twitter.com/Xactly> [image: Facebook] <https://www.facebook.com/XactlyCorp> [image: YouTube] <http://www.youtube.com/xactlycorporation>