├── 000-into-machine-learning.pptx ├── 001-lab-setup.md ├── 002-lab-data-synth.md ├── 003-lab-data-interact.md ├── 004-lab-azureml-experiment.md ├── 005-lab-custom-script-r-python.md ├── 006-lab-model-evaluation.md ├── 007-lab-production-ops.md ├── 008-lab-recommendation-system.md ├── 009-lab-monetization.md ├── 010-lab-cs-ocr.md ├── 0XX-Conclusion.md ├── LICENSE ├── README.md ├── SECURITY.md ├── appx ├── 002-linoise.csv ├── 002-linoise.zip ├── 002-synth_data.R ├── 002-synth_data.py ├── 002-synth_data.sql ├── 002-synth_data.xlsx ├── 002-synth_data2.xlsx ├── 002-synth_data3.xlsx ├── 007-01.xlsx ├── 008-items.csv ├── 008-ratings.csv ├── 008-users.csv ├── Power BI Embedded │ ├── 000-Power BI Embedded.pptx │ ├── 001-Lab-Author New Report.md │ ├── 002-Lab-Embedding Reports In Application.md │ ├── Data │ │ ├── FlightHistory.csv │ │ └── Months.csv │ ├── imgs │ │ ├── 1.3.DataButton.png │ │ ├── 1.4.ColumnChartToolboxIcon.png │ │ ├── 1.4.ColumnChartVisualization.png │ │ ├── 1.4.ScatterChartToolboxIcon.png │ │ ├── 1.4.ScatterChartVisualization.png │ │ ├── 1.5.ModelRelationships.png │ │ ├── 2.3.PortalNewButton.png │ │ └── 2.3.PortalNewPBIWorkspaceCollectionBlade.png │ └── powerbi-sample-app │ │ ├── powerbi-sample-app.sln │ │ └── powerbi-sample-app │ │ ├── App_Start │ │ ├── FilterConfig.cs │ │ ├── RouteConfig.cs │ │ └── Startup.PowerBI.cs │ │ ├── Content │ │ ├── powerbi.css │ │ └── site.css │ │ ├── Controllers │ │ ├── AccountController.cs │ │ ├── AircraftController.cs │ │ ├── DashboardController.cs │ │ ├── ReportsController.cs │ │ └── WorkOrderController.cs │ │ ├── Global.asax │ │ ├── Global.asax.cs │ │ ├── Models │ │ ├── DashboardViewModel.cs │ │ ├── DashboardsViewModel.cs │ │ ├── ReportUploadModel.cs │ │ ├── ReportViewModel.cs │ │ ├── ReportsViewModel.cs │ │ └── WorkOrderViewModel.cs │ │ ├── Properties │ │ └── AssemblyInfo.cs │ │ ├── Reporting │ │ └── PowerBIReportClient.cs │ │ ├── Scripts │ │ ├── jquery-1.10.2.intellisense.js │ │ ├── jquery-1.10.2.js │ │ ├── jquery-1.10.2.min.js │ │ ├── jquery-1.10.2.min.map │ │ ├── jquery.validate-vsdoc.js │ │ ├── jquery.validate.js │ │ ├── jquery.validate.min.js │ │ ├── jquery.validate.unobtrusive.js │ │ ├── jquery.validate.unobtrusive.min.js │ │ ├── powerbi.js │ │ └── powerbi.min.js │ │ ├── Startup.cs │ │ ├── Views │ │ ├── Account │ │ │ └── Login.cshtml │ │ ├── Aircraft │ │ │ └── Index.cshtml │ │ ├── Dashboard │ │ │ ├── Index.cshtml │ │ │ ├── Report.cshtml │ │ │ └── Upload.cshtml │ │ ├── Shared │ │ │ ├── Dashboards.cshtml │ │ │ ├── Reports.cshtml │ │ │ ├── _Layout.cshtml │ │ │ └── _viewstart.cshtml │ │ ├── Web.config │ │ ├── WorkOrder │ │ │ ├── Create.cshtml │ │ │ └── Details.cshtml │ │ └── _ViewStart.cshtml │ │ ├── Web.config │ │ ├── css │ │ ├── style.css │ │ ├── themes.css │ │ └── themes │ │ │ ├── flat-blue.css │ │ │ └── flat-green.css │ │ ├── img │ │ ├── backdrop │ │ │ ├── micro_carbon.png │ │ │ └── tactile_noise.png │ │ ├── profile │ │ │ ├── picjumbo.com_HNCK4153_resize.jpg │ │ │ └── profile-1.jpg │ │ └── thumbnails │ │ │ ├── picjumbo.com_HNCK4737.jpg │ │ │ ├── picjumbo.com_IMG_3241.jpg │ │ │ └── picjumbo.com_IMG_4566.jpg │ │ ├── js │ │ ├── alert.js │ │ ├── app.js │ │ ├── button.js │ │ ├── card.js │ │ ├── chartjs.js │ │ ├── index.js │ │ ├── list.js │ │ ├── modal.js │ │ ├── reporting.js │ │ └── theming.js │ │ ├── lib │ │ ├── css │ │ │ ├── animate.min.css │ │ │ ├── bootstrap-datepicker.css │ │ │ ├── bootstrap-datepicker.min.css │ │ │ ├── bootstrap-datepicker.standalone.css │ │ │ ├── bootstrap-datepicker.standalone.min.css │ │ │ ├── bootstrap-datepicker3.css │ │ │ ├── bootstrap-datepicker3.min.css │ │ │ ├── bootstrap-datepicker3.standalone.css │ │ │ ├── bootstrap-datepicker3.standalone.min.css │ │ │ ├── bootstrap-switch.min.css │ │ │ ├── bootstrap.min.css │ │ │ ├── checkbox3.min.css │ │ │ ├── dataTables.bootstrap.css │ │ │ ├── font-awesome.min.css │ │ │ ├── jquery.dataTables.min.css │ │ │ └── select2.min.css │ │ ├── fonts │ │ │ ├── FontAwesome.otf │ │ │ ├── fontawesome-webfont.eot │ │ │ ├── fontawesome-webfont.svg │ │ │ ├── fontawesome-webfont.ttf │ │ │ ├── fontawesome-webfont.woff │ │ │ ├── fontawesome-webfont.woff2 │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ ├── glyphicons-halflings-regular.svg │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ ├── glyphicons-halflings-regular.woff │ │ │ └── glyphicons-halflings-regular.woff2 │ │ ├── js │ │ │ ├── Chart.min.js │ │ │ ├── ace │ │ │ │ ├── ace.js │ │ │ │ ├── mode-html.js │ │ │ │ └── theme-github.js │ │ │ ├── bootstrap-datepicker.js │ │ │ ├── bootstrap-datepicker.min.js │ │ │ ├── bootstrap-switch.min.js │ │ │ ├── bootstrap.min.js │ │ │ ├── dataTables.bootstrap.min.js │ │ │ ├── jquery.dataTables.min.js │ │ │ ├── jquery.matchHeight-min.js │ │ │ ├── jquery.min.js │ │ │ └── select2.full.min.js │ │ └── locales │ │ │ ├── bootstrap-datepicker.ar.min.js │ │ │ ├── bootstrap-datepicker.az.min.js │ │ │ ├── bootstrap-datepicker.bg.min.js │ │ │ ├── bootstrap-datepicker.bs.min.js │ │ │ ├── bootstrap-datepicker.ca.min.js │ │ │ ├── bootstrap-datepicker.cs.min.js │ │ │ ├── bootstrap-datepicker.cy.min.js │ │ │ ├── bootstrap-datepicker.da.min.js │ │ │ ├── bootstrap-datepicker.de.min.js │ │ │ ├── bootstrap-datepicker.el.min.js │ │ │ ├── bootstrap-datepicker.en-GB.min.js │ │ │ ├── bootstrap-datepicker.eo.min.js │ │ │ ├── bootstrap-datepicker.es.min.js │ │ │ ├── bootstrap-datepicker.et.min.js │ │ │ ├── bootstrap-datepicker.eu.min.js │ │ │ ├── bootstrap-datepicker.fa.min.js │ │ │ ├── bootstrap-datepicker.fi.min.js │ │ │ ├── bootstrap-datepicker.fo.min.js │ │ │ ├── bootstrap-datepicker.fr-CH.min.js │ │ │ ├── bootstrap-datepicker.fr.min.js │ │ │ ├── bootstrap-datepicker.gl.min.js │ │ │ ├── bootstrap-datepicker.he.min.js │ │ │ ├── bootstrap-datepicker.hr.min.js │ │ │ ├── bootstrap-datepicker.hu.min.js │ │ │ ├── bootstrap-datepicker.hy.min.js │ │ │ ├── bootstrap-datepicker.id.min.js │ │ │ ├── bootstrap-datepicker.is.min.js │ │ │ ├── bootstrap-datepicker.it-CH.min.js │ │ │ ├── bootstrap-datepicker.it.min.js │ │ │ ├── bootstrap-datepicker.ja.min.js │ │ │ ├── bootstrap-datepicker.ka.min.js │ │ │ ├── bootstrap-datepicker.kh.min.js │ │ │ ├── bootstrap-datepicker.kk.min.js │ │ │ ├── bootstrap-datepicker.ko.min.js │ │ │ ├── bootstrap-datepicker.kr.min.js │ │ │ ├── bootstrap-datepicker.lt.min.js │ │ │ ├── bootstrap-datepicker.lv.min.js │ │ │ ├── bootstrap-datepicker.me.min.js │ │ │ ├── bootstrap-datepicker.mk.min.js │ │ │ ├── bootstrap-datepicker.mn.min.js │ │ │ ├── bootstrap-datepicker.ms.min.js │ │ │ ├── bootstrap-datepicker.nb.min.js │ │ │ ├── bootstrap-datepicker.nl-BE.min.js │ │ │ ├── bootstrap-datepicker.nl.min.js │ │ │ ├── bootstrap-datepicker.no.min.js │ │ │ ├── bootstrap-datepicker.pl.min.js │ │ │ ├── bootstrap-datepicker.pt-BR.min.js │ │ │ ├── bootstrap-datepicker.pt.min.js │ │ │ ├── bootstrap-datepicker.ro.min.js │ │ │ ├── bootstrap-datepicker.rs-latin.min.js │ │ │ ├── bootstrap-datepicker.rs.min.js │ │ │ ├── bootstrap-datepicker.ru.min.js │ │ │ ├── bootstrap-datepicker.sk.min.js │ │ │ ├── bootstrap-datepicker.sl.min.js │ │ │ ├── bootstrap-datepicker.sq.min.js │ │ │ ├── bootstrap-datepicker.sr-latin.min.js │ │ │ ├── bootstrap-datepicker.sr.min.js │ │ │ ├── bootstrap-datepicker.sv.min.js │ │ │ ├── bootstrap-datepicker.sw.min.js │ │ │ ├── bootstrap-datepicker.th.min.js │ │ │ ├── bootstrap-datepicker.tr.min.js │ │ │ ├── bootstrap-datepicker.uk.min.js │ │ │ ├── bootstrap-datepicker.vi.min.js │ │ │ ├── bootstrap-datepicker.zh-CN.min.js │ │ │ └── bootstrap-datepicker.zh-TW.min.js │ │ ├── packages.config │ │ └── powerbi-sample-app.csproj ├── input1data.csv └── odr │ ├── .vscode │ └── launch.json │ ├── Digit7.xlsx │ ├── index.html │ ├── jquery.js │ └── odr.js └── imgs ├── .DS_Store ├── 1.2.i001.png ├── 1.2.i002.png ├── 1.2.i002v2.png ├── 1.2.i003.png ├── 1.3.i001.png ├── 1.3.i002.png ├── 1.3.i003.png ├── 1.3.i004.png ├── 1.3.i005.png ├── 1.3.i006.png ├── 1.3.i007.png ├── 1.3.i008.png ├── 1.3.i008v2.png ├── 1.3.i009.png ├── 1.3.i009v2.png ├── 1.4.i001.png ├── 1.5.i001.png ├── 10.2.d0f15.jpg ├── 10.2.d0f3.jpg ├── 10.2.d0f5.jpg ├── 10.2.d1f15.jpg ├── 10.2.d1f3.jpg ├── 10.2.d1f5.jpg ├── 10.2.i001.1.jpg ├── 10.2.i001.jpg ├── 10.2.i002.jpg ├── 10.2.i003.jpg ├── 10.2.i004.jpg ├── 10.2.i005.1.jpg ├── 10.2.i005.jpg ├── 10.2.i006.jpg ├── 10.2.i007.jpg ├── 10.2.i008.png ├── 10.2.i009.1.jpg ├── 10.2.i009.jpg ├── 10.2.i010.jpg ├── 10.2.i011.jpg ├── 10.2.i012.jpg ├── 10.2.i013.jpg ├── 10.2.i014.jpg ├── 10.2.i015.jpg ├── 10.2.i016.jpg ├── 10.2.i017.jpg ├── 10.2.i018.jpg ├── 10.2.i019.jpg ├── 10.2.i020.jpg ├── 10.2.i021.jpg ├── 10.2.i022.jpg ├── 10.2.i023.jpg ├── 10.2.i024.jpg ├── 10.2.i025.jpg ├── 10.2.i026.jpg ├── 10.2.i027.jpg ├── 10.2.i028.jpg ├── 10.2.i029.jpg ├── 10.2.i030.jpg ├── 10.2.i031.jpg ├── 10.2.i032.jpg ├── 10.2.i033.jpg ├── 10.2.i034.jpg ├── 10.2.i035.jpg ├── 10.2.i036.jpg ├── 10.2.i037.jpg ├── 10.2.i038.jpg ├── 10.2.i039.jpg ├── 10.2.i040.jpg ├── 2.2.i001.png ├── 2.2.i002.png ├── 2.2.i003.png ├── 2.2.i004.png ├── 2.2.i005.png ├── 2.2.i006.png ├── 2.2.i007.png ├── 2.2.i008.png ├── 2.2.i009.png ├── 2.2.i010.png ├── 2.2.i011.png ├── 2.2.i012.png ├── 2.2.i013.png ├── 2.2.i014.png ├── 2.2.i015.png ├── 2.2.i016.png ├── 2.2.i017.png ├── 2.2.i018.png ├── 2.2.i019.png ├── 3.2.i001.png ├── 3.2.i002.png ├── 3.2.i003.png ├── 3.2.i004.png ├── 3.2.i005.png ├── 3.2.i006.png ├── 3.2.i007.png ├── 3.2.i008.png ├── 3.2.i009.png ├── 3.2.i010.png ├── 3.3.i001.png ├── 3.3.i002.png ├── 3.3.i003.png ├── 3.3.i004.png ├── 3.3.i005.png ├── 3.3.i006.png ├── 3.3.i007.png ├── 3.3.i008.png ├── 3.3.i009.png ├── 3.3.i010.png ├── 3.3.i011.png ├── 3.3.i012.png ├── 3.3.i013.png ├── 3.3.i014.png ├── 3.3.i015.png ├── 3.3.i016.png ├── 3.3.i017.png ├── 3.3.i018.png ├── 3.3.i019.png ├── 3.3.i020.png ├── 3.3.i021.png ├── 3.3.i022.png ├── 3.3.i023.png ├── 3.3.i024.png ├── 3.3.i025.png ├── 3.3.i026.png ├── 4.2.i001.png ├── 4.2.i002.png ├── 4.2.i003.png ├── 4.2.i004_1.png ├── 4.2.i004_2.png ├── 4.2.i005.png ├── 4.2.i006.png ├── 4.2.i007.png ├── 4.2.i008.png ├── 4.2.i009.png ├── 4.2.i010.png ├── 4.2.i011.png ├── 4.2.i012.png ├── 4.2.i013.png ├── 4.2.i014.png ├── 4.2.i015.png ├── 4.2.i016.png ├── 4.2.i017.png ├── 4.2.i018.png ├── 4.2.i019.png ├── 4.2.i020.png ├── 4.2.i021.png ├── 4.2.i022.png ├── 4.2.i023.png ├── 4.2.i024.png ├── 4.2.i025.png ├── 4.2.i026.png ├── 4.2.i027.png ├── 4.2.i028.png ├── 4.2.i029.png ├── 4.2.i030.png ├── 4.2.i031.png ├── 4.2.i032.png ├── 4.2.i033.png ├── 4.2.i034.png ├── 4.2.i035.png ├── 4.2.i036.png ├── 4.2.i037.png ├── 4.2.i038.png ├── 4.2.i039.png ├── 4.2.i040.png ├── 4.2.i041.png ├── 4.2.i042.png ├── 4.2.i043.png ├── 4.2.i044.png ├── 4.2.i045.png ├── 4.2.i046.png ├── 4.2.i047.png ├── 5.2.i001.png ├── 5.2.i002.png ├── 5.2.i003.png ├── 5.2.i004.png ├── 5.2.i005.png ├── 5.2.i006.png ├── 5.2.i007.png ├── 5.2.i008.png ├── 5.2.i009.png ├── 5.2.i010.png ├── 5.2.i011.png ├── 5.2.i012.png ├── 5.2.i013.png ├── 5.2.i014.png ├── 5.2.i015.png ├── 6.2.i001.png ├── 6.2.i002.png ├── 6.2.i003.png ├── 6.2.i004.png ├── 6.2.i005.png ├── 6.2.i006.png ├── 6.2.i007.png ├── 6.2.i008.png ├── 6.2.i009.png ├── 6.2.i010.png ├── 6.2.i011.png ├── 6.2.i012.png ├── 6.2.i013.png ├── 6.2.i014.png ├── 6.2.i015.png ├── 6.2.i016.png ├── 6.2.i017.png ├── 6.2.i018.png ├── 6.2.i019.png ├── 6.2.i020.png ├── 6.2.i021.png ├── 6.2.i022.png ├── 6.2.i023.png ├── 6.2.i024.png ├── 6.2.i025.png ├── 6.2.i026.png ├── 6.2.i027.png ├── 6.2.i027_a.png ├── 6.2.i028.png ├── 6.2.i029.png ├── 6.2.i029_2.png ├── 6.2.i030.png ├── 6.2.i031.png ├── 6.2.i032.png ├── 6.2.i033.png ├── 6.2.i034.png ├── 6.2.i035.png ├── 6.2.i036.png ├── 6.2.i037.png ├── 6.2.i038.png ├── 6.2.i039_a.png ├── 6.2.i039_b.png ├── 6.2.i040.png ├── 6.2.i041.png ├── 6.2.i042.png ├── 6.2.i043.png ├── 6.2.i043_1.png ├── 6.2.i044_1.png ├── 6.2.i044_2.png ├── 6.2.i044_3.png ├── 6.2.i044_4.png ├── 6.2.i044_5.png ├── 6.2.i044_6.png ├── 6.2.i045.png ├── 6.2.i046.png ├── 6.2.i047.png ├── 6.2.i048.png ├── 6.2.i049.png ├── 7.2.i001.1.png ├── 7.2.i001.2.png ├── 7.2.i001.3.png ├── 7.2.i001.4.png ├── 7.2.i001.png ├── 7.2.i002.png ├── 7.2.i003.png ├── 7.2.i004.png ├── 7.2.i005.png ├── 7.2.i006.png ├── 7.2.i007.png ├── 7.2.i008.png ├── 7.2.i009.png ├── 7.2.i010.png ├── 7.2.i011.png ├── 7.2.i012.png ├── 7.2.i013.png ├── 7.2.i014.png ├── 7.2.i015.png ├── 7.2.i016.png ├── 7.2.i017.png ├── 7.2.i018.png ├── 7.2.i019.png ├── 7.2.i020.png ├── 7.2.i021.png ├── 7.2.i022.png ├── 7.2.i023.png ├── 7.2.i024.png ├── 7.2.i025.png ├── 7.2.i026.png ├── 7.2.i027.png ├── 7.2.i028.png ├── 7.2.i029.png ├── 7.2.i030.png ├── 7.2.i031.png ├── 7.2.i032.png ├── 7.2.i033.png ├── 7.2.i034.png ├── 7.2.i035.png ├── 7.2.i036.png ├── 7.2.i037.png ├── 7.2.i038.png ├── 7.2.i039.png ├── 7.2.i040.png ├── 7.2.i041.png ├── 7.2.i042.png ├── 7.2.i043.png ├── 7.2.i044.png ├── 7.2.i045.png ├── 7.2.i046.png ├── 7.2.i047.png ├── 8.2.i001.1.png ├── 8.2.i001.2.png ├── 8.2.i001.3.png ├── 8.2.i001.4.png ├── 8.2.i001.png ├── 8.2.i002.png ├── 8.2.i003.png ├── 8.2.i004.png ├── 8.2.i005.2.png ├── 8.2.i005.3.png ├── 8.2.i005.png ├── 8.2.i006.png ├── 8.2.i007.png ├── 8.2.i008.png ├── 8.2.i009.png ├── 8.2.i010.png ├── 8.2.i011.png ├── 8.2.i012.png ├── 8.2.i013.png ├── 8.2.i014.png ├── 8.2.i015.png ├── 8.2.i016.png ├── 8.2.i017.png ├── 8.2.i018.png ├── 8.2.i019.png ├── 8.2.i020.png ├── 8.2.i021.png ├── 8.2.i022.png ├── 8.2.i023.png ├── 8.2.i024.png ├── 9.2.i001.jpg ├── 9.2.i002.jpg ├── 9.2.i003.jpg ├── 9.2.i004.1.jpg ├── 9.2.i004.jpg ├── 9.2.i005.jpg ├── 9.2.i006.jpg ├── 9.2.i007.jpg ├── 9.2.i008.jpg ├── 9.2.i009.jpg ├── 9.2.i010.jpg ├── 9.2.i011.jpg ├── 9.2.i012.jpg ├── 9.2.i013.jpg ├── 9.2.i014.jpg ├── 9.2.i015.jpg ├── 9.2.i016.jpg ├── 9.2.i017.jpg ├── 9.2.i018.jpg ├── 9.2.i019.jpg ├── 9.2.i020.jpg ├── 9.2.i021.jpg ├── 9.2.i022.jpg ├── 9.2.i023.jpg ├── 9.2.i024.jpg ├── 9.2.i025.jpg ├── 9.2.i026.jpg ├── 9.2.i027.jpg ├── 9.2.i028.jpg ├── 9.2.i029.jpg ├── 9.2.i030.jpg ├── 9.2.i031.jpg ├── 9.2.i032.jpg ├── 9.2.i033.jpg ├── 9.2.i034.jpg └── 9.2.i035.jpg /000-into-machine-learning.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/000-into-machine-learning.pptx -------------------------------------------------------------------------------- /0XX-Conclusion.md: -------------------------------------------------------------------------------- 1 | Conclusion 2 | 3 | This lab sessions are live and we will try to update the content according to the feedbacks and new real case project experiences. 4 | 5 | Further Readings: 6 | - [How to do data Science] (https://blogs.technet.microsoft.com/machinelearning/2016/03/28/how-to-do-data-science/) 7 | - -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2016 Mustafa Kasap 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | ## Security 4 | 5 | Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet), [Xamarin](https://github.com/xamarin), and [our GitHub organizations](https://opensource.microsoft.com/). 6 | 7 | If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://aka.ms/opensource/security/definition), please report it to us as described below. 8 | 9 | ## Reporting Security Issues 10 | 11 | **Please do not report security vulnerabilities through public GitHub issues.** 12 | 13 | Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://aka.ms/opensource/security/create-report). 14 | 15 | If you prefer to submit without logging in, send email to [secure@microsoft.com](mailto:secure@microsoft.com). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://aka.ms/opensource/security/pgpkey). 16 | 17 | You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://aka.ms/opensource/security/msrc). 18 | 19 | Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue: 20 | 21 | * Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.) 22 | * Full paths of source file(s) related to the manifestation of the issue 23 | * The location of the affected source code (tag/branch/commit or direct URL) 24 | * Any special configuration required to reproduce the issue 25 | * Step-by-step instructions to reproduce the issue 26 | * Proof-of-concept or exploit code (if possible) 27 | * Impact of the issue, including how an attacker might exploit the issue 28 | 29 | This information will help us triage your report more quickly. 30 | 31 | If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://aka.ms/opensource/security/bounty) page for more details about our active programs. 32 | 33 | ## Preferred Languages 34 | 35 | We prefer all communications to be in English. 36 | 37 | ## Policy 38 | 39 | Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://aka.ms/opensource/security/cvd). 40 | 41 | 42 | -------------------------------------------------------------------------------- /appx/002-linoise.csv: -------------------------------------------------------------------------------- 1 | x,ywnoise 2 | 1,2.703587356 3 | 2,0.968832616 4 | 3,1.388403402 5 | 4,5.064616217 6 | 5,3.784709318 7 | 6,6.958225792 8 | 7,6.16834996 9 | 8,6.506293703 10 | 9,9.54314266 11 | 10,8.641408247 12 | 11,12.04621605 13 | 12,11.41793101 14 | 13,11.91903605 15 | 14,12.58060878 16 | 15,16.05651661 17 | 16,17.92008876 18 | 17,15.15384543 19 | 18,18.38714134 20 | 19,17.22301149 21 | 20,21.90281621 22 | 21,21.05895196 23 | 22,22.98449535 24 | 23,22.62961765 25 | 24,23.38779924 26 | 25,24.57478503 27 | 26,24.23784163 28 | 27,28.67936503 29 | 28,29.46126363 30 | 29,28.85640194 31 | 30,31.07389201 -------------------------------------------------------------------------------- /appx/002-linoise.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/appx/002-linoise.zip -------------------------------------------------------------------------------- /appx/002-synth_data.R: -------------------------------------------------------------------------------- 1 | # Generate synthetic data 2 | x <- seq(1, 30) 3 | y <- x 4 | noise <- runif(30, -1, 1) 5 | ywnoise <- y + noise * 2 6 | 7 | # plot point cloud on a chart 8 | plot(x, ywnoise, xlab = NA, ylab = NA) 9 | 10 | # combine two columns to create data grid 11 | linoise <- cbind(x, ywnoise) 12 | 13 | # write out to a CSV file 14 | write.csv(linoise, file = "linoise.csv", row.names = FALSE) -------------------------------------------------------------------------------- /appx/002-synth_data.py: -------------------------------------------------------------------------------- 1 | import numpy as np 2 | import matplotlib.pyplot as plt 3 | import csv 4 | from itertools import izip 5 | 6 | x = range(1, 31) 7 | y = x 8 | 9 | noise = np.random.uniform(-1, 1, 30) 10 | 11 | ywnoise = y + noise * 2 12 | 13 | plt.plot(x, ywnoise) 14 | plt.show() 15 | 16 | with open('linoise.csv', 'wb') as f: 17 | writer = csv.writer(f) 18 | writer.writerow(['x','','ywnoise']) 19 | writer.writerows(izip(x, ywnoise)) 20 | -------------------------------------------------------------------------------- /appx/002-synth_data.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE synth_data 2 | ( 3 | x int, 4 | ywnoise float 5 | ); 6 | CREATE CLUSTERED INDEX i1 ON dbo.synth_data(x); 7 | 8 | WITH Seq as ( 9 | SELECT TOP (30) x = CONVERT(INT, ROW_NUMBER() OVER (ORDER BY s1.[object_id])) 10 | FROM sys.all_objects AS s1 CROSS JOIN sys.all_objects AS s2 11 | ) 12 | INSERT INTO synth_data 13 | SELECT x, x + (RAND(convert(varbinary, newid())) * 2) - 1 as ywnoise FROM Seq -------------------------------------------------------------------------------- /appx/002-synth_data.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/appx/002-synth_data.xlsx -------------------------------------------------------------------------------- /appx/002-synth_data2.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/appx/002-synth_data2.xlsx -------------------------------------------------------------------------------- /appx/002-synth_data3.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/appx/002-synth_data3.xlsx -------------------------------------------------------------------------------- /appx/007-01.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/appx/007-01.xlsx -------------------------------------------------------------------------------- /appx/008-items.csv: -------------------------------------------------------------------------------- 1 | restaurantId,type 2 | r1,m 3 | r2,v 4 | r3,mv 5 | r4,m 6 | r5,v 7 | r6,mv -------------------------------------------------------------------------------- /appx/008-ratings.csv: -------------------------------------------------------------------------------- 1 | customerId,restaurantId,rating 2 | c1,r2,3 3 | c1,r3,1 4 | c1,r5,3 5 | c1,r6,2 6 | c2,r1,3 7 | c2,r3,1 8 | c2,r5,1 9 | c2,r6,1 10 | c3,r4,3 11 | c3,r5,3 12 | c3,r6,3 13 | c4,r1,1 14 | c4,r4,1 15 | c4,r5,3 16 | c5,r2,1 17 | c5,r3,2 18 | c5,r4,3 19 | c6,r2,3 20 | c6,r3,3 21 | c6,r5,3 22 | c7,r2,3 23 | c7,r3,3 24 | c7,r4,1 25 | c8,r1,2 26 | c8,r2,1 27 | c8,r5,1 28 | c8,r6,2 -------------------------------------------------------------------------------- /appx/008-users.csv: -------------------------------------------------------------------------------- 1 | customerId,type 2 | c1,v 3 | c2,m 4 | c3,mv 5 | c4,v 6 | c5,m 7 | c6,v 8 | c7,mv 9 | c8,m -------------------------------------------------------------------------------- /appx/Power BI Embedded/000-Power BI Embedded.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/appx/Power BI Embedded/000-Power BI Embedded.pptx -------------------------------------------------------------------------------- /appx/Power BI Embedded/Data/Months.csv: -------------------------------------------------------------------------------- 1 | Month,Index 2 | Jul,1 3 | Aug,2 4 | Sep,3 5 | Oct,4 6 | Nov,5 7 | Dec,6 8 | Jan,7 9 | Feb,8 10 | Mar,9 11 | Apr,10 12 | May,11 13 | Jun,12 14 | -------------------------------------------------------------------------------- /appx/Power BI Embedded/imgs/1.3.DataButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/appx/Power BI Embedded/imgs/1.3.DataButton.png -------------------------------------------------------------------------------- /appx/Power BI Embedded/imgs/1.4.ColumnChartToolboxIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/appx/Power BI Embedded/imgs/1.4.ColumnChartToolboxIcon.png -------------------------------------------------------------------------------- /appx/Power BI Embedded/imgs/1.4.ColumnChartVisualization.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/appx/Power BI Embedded/imgs/1.4.ColumnChartVisualization.png -------------------------------------------------------------------------------- /appx/Power BI Embedded/imgs/1.4.ScatterChartToolboxIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/appx/Power BI Embedded/imgs/1.4.ScatterChartToolboxIcon.png -------------------------------------------------------------------------------- /appx/Power BI Embedded/imgs/1.4.ScatterChartVisualization.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/appx/Power BI Embedded/imgs/1.4.ScatterChartVisualization.png -------------------------------------------------------------------------------- /appx/Power BI Embedded/imgs/1.5.ModelRelationships.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/appx/Power BI Embedded/imgs/1.5.ModelRelationships.png -------------------------------------------------------------------------------- /appx/Power BI Embedded/imgs/2.3.PortalNewButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/appx/Power BI Embedded/imgs/2.3.PortalNewButton.png -------------------------------------------------------------------------------- /appx/Power BI Embedded/imgs/2.3.PortalNewPBIWorkspaceCollectionBlade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/appx/Power BI Embedded/imgs/2.3.PortalNewPBIWorkspaceCollectionBlade.png -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app.sln: -------------------------------------------------------------------------------- 1 |  2 | Microsoft Visual Studio Solution File, Format Version 12.00 3 | # Visual Studio 14 4 | VisualStudioVersion = 14.0.24720.0 5 | MinimumVisualStudioVersion = 10.0.40219.1 6 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "powerbi-sample-app", "powerbi-sample-app\powerbi-sample-app.csproj", "{AB04A4B2-0AE2-4278-AAD8-4727C1D04677}" 7 | EndProject 8 | Global 9 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 10 | Debug|Any CPU = Debug|Any CPU 11 | Release|Any CPU = Release|Any CPU 12 | EndGlobalSection 13 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 14 | {AB04A4B2-0AE2-4278-AAD8-4727C1D04677}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 15 | {AB04A4B2-0AE2-4278-AAD8-4727C1D04677}.Debug|Any CPU.Build.0 = Debug|Any CPU 16 | {AB04A4B2-0AE2-4278-AAD8-4727C1D04677}.Release|Any CPU.ActiveCfg = Release|Any CPU 17 | {AB04A4B2-0AE2-4278-AAD8-4727C1D04677}.Release|Any CPU.Build.0 = Release|Any CPU 18 | EndGlobalSection 19 | GlobalSection(SolutionProperties) = preSolution 20 | HideSolutionNode = FALSE 21 | EndGlobalSection 22 | EndGlobal 23 | -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/App_Start/FilterConfig.cs: -------------------------------------------------------------------------------- 1 | using System.Web; 2 | using System.Web.Mvc; 3 | 4 | namespace powerbi_sample_app 5 | { 6 | public class FilterConfig 7 | { 8 | public static void RegisterGlobalFilters(GlobalFilterCollection filters) 9 | { 10 | filters.Add(new HandleErrorAttribute()); 11 | } 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/App_Start/RouteConfig.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Web; 5 | using System.Web.Mvc; 6 | using System.Web.Routing; 7 | 8 | namespace powerbi_sample_app 9 | { 10 | public class RouteConfig 11 | { 12 | public static void RegisterRoutes(RouteCollection routes) 13 | { 14 | routes.IgnoreRoute("{resource}.axd/{*pathInfo}"); 15 | 16 | routes.MapRoute( 17 | name: "Default", 18 | url: "{controller}/{action}/{id}", 19 | defaults: new { controller = "Dashboard", action = "Index", id = UrlParameter.Optional } 20 | ); 21 | } 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/App_Start/Startup.PowerBI.cs: -------------------------------------------------------------------------------- 1 | using Owin; 2 | using System.Configuration; 3 | using Microsoft.Owin.Security; 4 | using Microsoft.Owin.Security.Cookies; 5 | 6 | namespace powerbi_sample_app 7 | { 8 | public partial class Startup 9 | { 10 | public void ConfigurePowerBI(IAppBuilder app) 11 | { 12 | app.SetDefaultSignInAsAuthenticationType(CookieAuthenticationDefaults.AuthenticationType); 13 | app.UseCookieAuthentication(new CookieAuthenticationOptions { }); 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/Content/powerbi.css: -------------------------------------------------------------------------------- 1 | [powerbi-tile] { 2 | min-width: 300px; 3 | min-height: 300px; 4 | } 5 | 6 | [powerbi-report] { 7 | min-width: 800px; 8 | min-height: 600px; 9 | } 10 | -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/Content/site.css: -------------------------------------------------------------------------------- 1 | [powerbi-embed] iframe { 2 | border: 1px solid #ccc; 3 | } -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/Controllers/AccountController.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Web; 5 | using System.Web.Mvc; 6 | 7 | namespace powerbi_sample_app.Controllers 8 | { 9 | public class AccountController : Controller 10 | { 11 | // GET: Account 12 | public ActionResult Login() 13 | { 14 | return View(); 15 | } 16 | } 17 | } -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/Controllers/AircraftController.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Web; 5 | using System.Web.Mvc; 6 | 7 | namespace powerbi_sample_app.Controllers 8 | { 9 | public class AircraftController : Controller 10 | { 11 | // GET: Aircraft 12 | public ActionResult Index() 13 | { 14 | return View(); 15 | } 16 | 17 | // GET: Aircraft/Details/5 18 | public ActionResult Details(int id) 19 | { 20 | return View(); 21 | } 22 | 23 | // GET: Aircraft/Create 24 | public ActionResult Create() 25 | { 26 | return View(); 27 | } 28 | 29 | // POST: Aircraft/Create 30 | [HttpPost] 31 | public ActionResult Create(FormCollection collection) 32 | { 33 | try 34 | { 35 | // TODO: Add insert logic here 36 | 37 | return RedirectToAction("Index"); 38 | } 39 | catch 40 | { 41 | return View(); 42 | } 43 | } 44 | 45 | // GET: Aircraft/Edit/5 46 | public ActionResult Edit(int id) 47 | { 48 | return View(); 49 | } 50 | 51 | // POST: Aircraft/Edit/5 52 | [HttpPost] 53 | public ActionResult Edit(int id, FormCollection collection) 54 | { 55 | try 56 | { 57 | // TODO: Add update logic here 58 | 59 | return RedirectToAction("Index"); 60 | } 61 | catch 62 | { 63 | return View(); 64 | } 65 | } 66 | 67 | // GET: Aircraft/Delete/5 68 | public ActionResult Delete(int id) 69 | { 70 | return View(); 71 | } 72 | 73 | // POST: Aircraft/Delete/5 74 | [HttpPost] 75 | public ActionResult Delete(int id, FormCollection collection) 76 | { 77 | try 78 | { 79 | // TODO: Add delete logic here 80 | 81 | return RedirectToAction("Index"); 82 | } 83 | catch 84 | { 85 | return View(); 86 | } 87 | } 88 | } 89 | } 90 | -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/Controllers/ReportsController.cs: -------------------------------------------------------------------------------- 1 | using Microsoft.PowerBI.Api.Beta; 2 | using Microsoft.PowerBI.Security; 3 | using Microsoft.Rest; 4 | using System; 5 | using System.Collections.Generic; 6 | using System.Configuration; 7 | using System.Linq; 8 | using System.Threading.Tasks; 9 | using System.Web; 10 | using System.Web.Http; 11 | 12 | namespace paas_demo.Controllers 13 | { 14 | public class ReportsController : ApiController 15 | { 16 | [HttpGet] 17 | public async Task GetReports() 18 | { 19 | Guid workspaceId = Guid.Parse(ConfigurationManager.AppSettings["powerbi:WorkspaceId"]); 20 | var devToken = PowerBIToken.CreateDevToken(ConfigurationManager.AppSettings["powerbi:WorkspaceCollection"], workspaceId); 21 | using (var client = this.CreatePowerBIClient(devToken)) 22 | { 23 | var reportsResponse = await client.Reports.GetReportsAsync(); 24 | return Ok(reportsResponse.Value 25 | .Select(report => new 26 | { 27 | workspaceId = workspaceId, 28 | reportId = report.Id, 29 | reportName = report.Name, 30 | reportEmbedUrl = report.EmbedUrl, 31 | })); 32 | } 33 | } 34 | 35 | private IPowerBIClient CreatePowerBIClient(PowerBIToken token) 36 | { 37 | var jwt = token.Generate(ConfigurationManager.AppSettings["powerbi:SigningKey"]); 38 | var credentials = new TokenCredentials(jwt, "AppToken"); 39 | var client = new PowerBIClient(credentials) 40 | { 41 | BaseUri = new Uri(ConfigurationManager.AppSettings["powerbi:ApiUrl"]) 42 | }; 43 | 44 | return client; 45 | } 46 | } 47 | } -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/Controllers/WorkOrderController.cs: -------------------------------------------------------------------------------- 1 | using powerbi_sample_app.Models; 2 | using System; 3 | using System.Collections.Generic; 4 | using System.Linq; 5 | using System.Web; 6 | using System.Web.Mvc; 7 | 8 | namespace powerbi_sample_app.Controllers 9 | { 10 | public class WorkOrderController : Controller 11 | { 12 | private WorkOrderViewModel sampleModel; 13 | 14 | public WorkOrderController() 15 | { 16 | this.sampleModel = new WorkOrderViewModel() 17 | { 18 | WorkOrderName = "", 19 | AircraftName = "CONTOSO357", 20 | BlockingWorkOrders = "CON1423, CON2971", 21 | RequiredCompletionDate = new DateTime(2016, 3, 31), 22 | Discrepancies = new List() 23 | { 24 | new Discrepancy() 25 | { 26 | State = "Immediate", 27 | DiscrepancyType = "Anomaly", 28 | Reporter = "James Baker", 29 | Description = "Significant engine second stage pressure anomaly.", 30 | Hours = 4.5, 31 | Complete = false 32 | }, 33 | new Discrepancy() 34 | { 35 | State = "Required", 36 | DiscrepancyType = "Maintenance Message", 37 | Reporter = "James Baker", 38 | Description = "Maintenance Message combination suggests significant issues.", 39 | Hours = 9.2, 40 | Complete = false 41 | }, 42 | new Discrepancy() 43 | { 44 | State = "In Maintenance", 45 | DiscrepancyType = "Recommendation", 46 | Reporter = "Lara Rubbelke", 47 | Description = "Fuel consumption increase predicted, engine wash recommended.", 48 | Hours = 1.2, 49 | Complete = false 50 | } 51 | } 52 | }; 53 | } 54 | 55 | public ActionResult Create() 56 | { 57 | return View(this.sampleModel); 58 | } 59 | 60 | // GET: WorkOrder 61 | public ActionResult Details() 62 | { 63 | return View(this.sampleModel); 64 | } 65 | } 66 | } -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/Global.asax: -------------------------------------------------------------------------------- 1 | <%@ Application Codebehind="Global.asax.cs" Inherits="powerbi_sample_app.MvcApplication" Language="C#" %> 2 | -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/Global.asax.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Web; 5 | using System.Web.Mvc; 6 | using System.Web.Routing; 7 | 8 | namespace powerbi_sample_app 9 | { 10 | public class MvcApplication : System.Web.HttpApplication 11 | { 12 | protected void Application_Start() 13 | { 14 | AreaRegistration.RegisterAllAreas(); 15 | FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters); 16 | RouteConfig.RegisterRoutes(RouteTable.Routes); 17 | } 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/Models/DashboardViewModel.cs: -------------------------------------------------------------------------------- 1 | using Microsoft.PowerBI.Api; 2 | using Microsoft.PowerBI.Api.Beta.Models; 3 | using System; 4 | using System.Collections.Generic; 5 | using System.Linq; 6 | using System.Web; 7 | 8 | namespace paas_demo.Models 9 | { 10 | public class DashboardViewModel 11 | { 12 | public IDashboard Dashboard { get; set; } 13 | 14 | public List Tiles { get; set; } 15 | } 16 | } -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/Models/DashboardsViewModel.cs: -------------------------------------------------------------------------------- 1 | using Microsoft.PowerBI.Api.Beta.Models; 2 | using System.Collections.Generic; 3 | 4 | namespace paas_demo.Models 5 | { 6 | public class DashboardsViewModel 7 | { 8 | public List Dashboards { get; set; } 9 | } 10 | } -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/Models/ReportUploadModel.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Web; 5 | 6 | namespace powerbi_sample_app.Models 7 | { 8 | public class ReportUploadModel 9 | { 10 | public string ReportName { get; set; } 11 | public HttpPostedFileBase PbixReport { get; set; } 12 | public string ReportCategory { get; set; } 13 | public string NewReportCategory { get; set; } 14 | } 15 | } -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/Models/ReportViewModel.cs: -------------------------------------------------------------------------------- 1 | using Microsoft.PowerBI.Api; 2 | using System; 3 | using System.Collections.Generic; 4 | using System.Linq; 5 | using System.Web; 6 | 7 | namespace powerbi_sample_app.Models 8 | { 9 | public class ReportViewModel 10 | { 11 | public IReport Report { get; set; } 12 | 13 | public string AccessToken { get; set; } 14 | } 15 | } -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/Models/ReportsViewModel.cs: -------------------------------------------------------------------------------- 1 | using Microsoft.PowerBI.Api; 2 | using Microsoft.PowerBI.Api.Beta.Models; 3 | using System; 4 | using System.Collections.Generic; 5 | using System.Linq; 6 | using System.Web; 7 | 8 | namespace powerbi_sample_app.Models 9 | { 10 | public class ReportsViewModel 11 | { 12 | public IList Workspaces { get; set; } 13 | } 14 | 15 | public class ReportWorkspace 16 | { 17 | public string WorkspaceId { get; set; } 18 | public string DisplayName { get; set; } 19 | public IList Reports { get; set; } 20 | } 21 | } -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/Models/WorkOrderViewModel.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Web; 5 | 6 | namespace powerbi_sample_app.Models 7 | { 8 | public class WorkOrderViewModel 9 | { 10 | public string WorkOrderName { get; set; } 11 | public string AircraftName { get; set; } 12 | public string BlockingWorkOrders { get; set; } 13 | public DateTime RequiredCompletionDate { get; set; } 14 | public List Discrepancies { get; set; } 15 | } 16 | 17 | public class Discrepancy 18 | { 19 | public string State { get; set; } 20 | public string DiscrepancyType { get; set; } 21 | public string Reporter { get; set; } 22 | public string Description { get; set; } 23 | public double Hours { get; set; } 24 | public bool Complete { get; set; } 25 | } 26 | } -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // General Information about an assembly is controlled through the following 6 | // set of attributes. Change these attribute values to modify the information 7 | // associated with an assembly. 8 | [assembly: AssemblyTitle("powerbi_sample_app")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("")] 12 | [assembly: AssemblyProduct("powerbi_sample_app")] 13 | [assembly: AssemblyCopyright("Copyright © 2016")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // Setting ComVisible to false makes the types in this assembly not visible 18 | // to COM components. If you need to access a type in this assembly from 19 | // COM, set the ComVisible attribute to true on that type. 20 | [assembly: ComVisible(false)] 21 | 22 | // The following GUID is for the ID of the typelib if this project is exposed to COM 23 | [assembly: Guid("ab04a4b2-0ae2-4278-aad8-4727c1d04677")] 24 | 25 | // Version information for an assembly consists of the following four values: 26 | // 27 | // Major Version 28 | // Minor Version 29 | // Build Number 30 | // Revision 31 | // 32 | // You can specify all the values or you can default the Revision and Build Numbers 33 | // by using the '*' as shown below: 34 | [assembly: AssemblyVersion("1.0.0.0")] 35 | [assembly: AssemblyFileVersion("1.0.0.0")] 36 | -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/Scripts/powerbi.min.js: -------------------------------------------------------------------------------- 1 | !function(e){"use strict";function t(){}e.Embed=t,t.prototype={init:function(){var e=this.getEmbedUrl(),t='';this.element.innerHTML=t,this.iframe=this.element.childNodes[0],this.iframe.addEventListener("load",this.load.bind(this),!1)},load:function(){var t=window.getComputedStyle(this.element),n=this.getAccessToken(),i={message:{action:this.options.loadAction,accessToken:n,width:t.width,height:t.height}};e.utils.raiseCustomEvent(this.element,"embed-init",i),this.iframe.contentWindow.postMessage(JSON.stringify(i.message),"*")},getAccessToken:function(){var t=this.element.getAttribute("powerbi-access-token");if(!t&&(t=e.accessToken,!t))throw new Error("No access token was found for element. You must specify an access token directly on the element using attribute 'powerbi-access-token' or specify a global token at: powerbi.accessToken.");return t},getEmbedUrl:function(){return this.element.getAttribute("powerbi-embed")},fullscreen:function(){var e=this.iframe;e.requestFullscreen?e.requestFullscreen():e.msRequestFullscreen?e.msRequestFullscreen():e.mozRequestFullScreen?e.mozRequestFullScreen():e.webkitRequestFullscreen&&e.webkitRequestFullscreen()},exitFullscreen:function(){this.isFullscreen()&&(document.exitFullscreen?document.exitFullscreen():document.mozCancelFullScreen?document.mozCancelFullScreen():document.webkitExitFullscreen?document.webkitExitFullscreen():document.msExitFullscreen&&document.msExitFullscreen())},isFullscreen:function(){for(var e=["fullscreenElement","webkitFullscreenElement","mozFullscreenScreenElement","msFullscreenElement"],t=0;t 3 |
  • Dashboard
  • 4 | 5 | } 6 | 7 |
    8 |
    9 |
    10 |
    11 |
    12 |
    -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/Views/Dashboard/Report.cshtml: -------------------------------------------------------------------------------- 1 | @model ReportViewModel 2 | 3 | @section Breadcrumbs { 4 | 8 | } 9 |
    10 | @Html.PowerBIAccessToken(Model.AccessToken) 11 | @Html.PowerBIReportFor(m => m.Report, new { style = "height:87vh" }) 12 |
    -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/Views/Shared/Dashboards.cshtml: -------------------------------------------------------------------------------- 1 | @model DashboardsViewModel 2 | @{ 3 | Layout = null; 4 | 5 | var classNames = "panel panel-default dropdown"; 6 | 7 | if (this.Request.RawUrl.IndexOf("dashboardId") > -1) 8 | { 9 | classNames += " active"; 10 | } 11 | } 12 | 13 |
  • 14 | 15 | Dashboards 16 | 17 | 18 |
    19 |
    20 | 29 |
    30 |
    31 |
  • -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/Views/Shared/Reports.cshtml: -------------------------------------------------------------------------------- 1 | @model ReportsViewModel 2 | @{ 3 | Layout = null; 4 | 5 | var classNames = "panel panel-default dropdown"; 6 | 7 | if (this.Request.Path.IndexOf("Report") > -1) 8 | { 9 | classNames += " active"; 10 | } 11 | } 12 | 13 | @foreach (var workspace in Model.Workspaces) 14 | { 15 |
  • 16 | 17 | 23 | @{ 24 | var expandSecondLevel = Request.Path.ToLower().Contains("/report") && Request.QueryString.Count > 0 ? "in" : ""; 25 | } 26 | 38 |
  • 39 | } 40 | -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/Views/Shared/_viewstart.cshtml: -------------------------------------------------------------------------------- 1 |  2 | @{ 3 | Layout = "~/Views/Shared/_Layout.cshtml"; 4 | } -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/Views/Web.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 7 |
    10 |
    13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/Views/WorkOrder/Details.cshtml: -------------------------------------------------------------------------------- 1 | @model powerbi_sample_app.Models.WorkOrderViewModel 2 | 3 | @{ 4 | ViewBag.Title = "View"; 5 | Layout = "~/Views/Shared/_Layout.cshtml"; 6 | } 7 |
    8 |

    View

    9 | 10 |
    11 |

    WorkOrderViewModel

    12 |
    13 |
    14 |
    15 | @Html.DisplayNameFor(model => model.WorkOrderName) 16 |
    17 | 18 |
    19 | @Html.DisplayFor(model => model.WorkOrderName) 20 |
    21 | 22 |
    23 | @Html.DisplayNameFor(model => model.AircraftName) 24 |
    25 | 26 |
    27 | @Html.DisplayFor(model => model.AircraftName) 28 |
    29 | 30 |
    31 | @foreach(var discrepancy in Model.Discrepancies) 32 | { 33 |
    34 |
    35 | Name 36 |
    37 | 38 |
    39 | @discrepancy.Name 40 |
    41 | 42 |
    43 | Reporter 44 |
    45 | 46 |
    47 | @discrepancy.Reporter 48 |
    49 | 50 |
    51 | Description of Work 52 |
    53 | 54 |
    55 | @discrepancy.Description 56 |
    57 | 58 |
    59 | Estimate (Hours) 60 |
    61 | 62 |
    63 | @discrepancy.Hours 64 |
    65 |
    66 | } 67 |
    68 |

    69 | @Html.ActionLink("Edit", "Edit", new { /* id = Model.PrimaryKey */ }) | 70 | @Html.ActionLink("Back to List", "Index") 71 |

    72 |
    -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/Views/_ViewStart.cshtml: -------------------------------------------------------------------------------- 1 | @{ 2 | Layout = "~/Views/Shared/_Layout.cshtml"; 3 | } -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/Web.config: -------------------------------------------------------------------------------- 1 |  2 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/img/backdrop/micro_carbon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/img/backdrop/micro_carbon.png -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/img/backdrop/tactile_noise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/img/backdrop/tactile_noise.png -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/img/profile/picjumbo.com_HNCK4153_resize.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/img/profile/picjumbo.com_HNCK4153_resize.jpg -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/img/profile/profile-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/img/profile/profile-1.jpg -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/img/thumbnails/picjumbo.com_HNCK4737.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/img/thumbnails/picjumbo.com_HNCK4737.jpg -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/img/thumbnails/picjumbo.com_IMG_3241.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/img/thumbnails/picjumbo.com_IMG_3241.jpg -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/img/thumbnails/picjumbo.com_IMG_4566.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/img/thumbnails/picjumbo.com_IMG_4566.jpg -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/js/alert.js: -------------------------------------------------------------------------------- 1 | $(function() { 2 | var HtmlMode, editor; 3 | HtmlMode = ace.require("ace/mode/html").Mode; 4 | editor = ace.edit("code-preview-alert"); 5 | editor.getSession().setMode(new HtmlMode()); 6 | return editor.setTheme("ace/theme/github"); 7 | }); 8 | -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/js/app.js: -------------------------------------------------------------------------------- 1 | $(function() { 2 | $(".navbar-expand-toggle").click(function() { 3 | $(".app-container").toggleClass("expanded"); 4 | return $(".navbar-expand-toggle").toggleClass("fa-rotate-90"); 5 | }); 6 | return $(".navbar-right-expand-toggle").click(function() { 7 | $(".navbar-right").toggleClass("expanded"); 8 | return $(".navbar-right-expand-toggle").toggleClass("fa-rotate-90"); 9 | }); 10 | }); 11 | 12 | $(function() { 13 | //return $('select').select2(); 14 | }); 15 | 16 | $(function() { 17 | /*return $('.toggle-checkbox').bootstrapSwitch({ 18 | size: "small" 19 | });*/ 20 | }); 21 | 22 | $(function() { 23 | //return $('.match-height').matchHeight(); 24 | }); 25 | 26 | $(function() { 27 | /*return $('.datatable').DataTable({ 28 | "dom": '<"top"fl<"clear">>rt<"bottom"ip<"clear">>' 29 | });*/ 30 | }); 31 | 32 | $(function() { 33 | return $(".side-menu .nav .dropdown").on('show.bs.collapse', function() { 34 | return $(".side-menu .nav .dropdown .collapse").collapse('hide'); 35 | }); 36 | }); 37 | -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/js/button.js: -------------------------------------------------------------------------------- 1 | $(function() { 2 | var HtmlMode, editor; 3 | HtmlMode = ace.require("ace/mode/html").Mode; 4 | editor = ace.edit("code-preview-button"); 5 | editor.getSession().setMode(new HtmlMode()); 6 | editor.setTheme("ace/theme/github"); 7 | editor = ace.edit("code-preview-button-group"); 8 | editor.getSession().setMode(new HtmlMode()); 9 | editor.setTheme("ace/theme/github"); 10 | editor = ace.edit("code-preview-button-dropdown"); 11 | editor.getSession().setMode(new HtmlMode()); 12 | return editor.setTheme("ace/theme/github"); 13 | }); 14 | -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/js/card.js: -------------------------------------------------------------------------------- 1 | $(function() { 2 | var HtmlMode, editor; 3 | HtmlMode = ace.require("ace/mode/html").Mode; 4 | editor = ace.edit("code-preview-card"); 5 | editor.getSession().setMode(new HtmlMode()); 6 | editor.setTheme("ace/theme/github"); 7 | editor = ace.edit("code-preview-card-profile"); 8 | editor.getSession().setMode(new HtmlMode()); 9 | editor.setTheme("ace/theme/github"); 10 | editor = ace.edit("code-preview-card-banner"); 11 | editor.getSession().setMode(new HtmlMode()); 12 | editor.setTheme("ace/theme/github"); 13 | editor = ace.edit("code-preview-card-jumbotron"); 14 | editor.getSession().setMode(new HtmlMode()); 15 | return editor.setTheme("ace/theme/github"); 16 | }); 17 | -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/js/list.js: -------------------------------------------------------------------------------- 1 | (function() { 2 | $(function() { 3 | var HtmlMode, editor; 4 | HtmlMode = ace.require("ace/mode/html").Mode; 5 | editor = ace.edit("code-preview-list"); 6 | editor.getSession().setMode(new HtmlMode()); 7 | editor.setTheme("ace/theme/github"); 8 | }); 9 | 10 | }).call(this); 11 | -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/js/modal.js: -------------------------------------------------------------------------------- 1 | (function() { 2 | $(function() { 3 | var HtmlMode, editor; 4 | HtmlMode = ace.require("ace/mode/html").Mode; 5 | editor = ace.edit("code-preview-modal"); 6 | editor.getSession().setMode(new HtmlMode()); 7 | editor.setTheme("ace/theme/github"); 8 | }); 9 | 10 | }).call(this); 11 | -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/js/reporting.js: -------------------------------------------------------------------------------- 1 | function renderReport(containerElement, reportId) { 2 | $.ajax('/dashboard/details/' + reportId) 3 | .done(function (data, textStatus, jqXHR) { 4 | var iFrame = containerElement.append( 5 | '' 6 | ); 7 | iFrame.on('load', function () { 8 | var message = { action: 'loadReport', accessToken: data.AccessToken }; 9 | iFrame.contentWindow.postMessage(JSON.stringify(message), '*'); 10 | }) 11 | }); 12 | } -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/js/theming.js: -------------------------------------------------------------------------------- 1 | $("input:radio[name=radio-navbar]").bind("click", function() { 2 | var value; 3 | value = $(this).val(); 4 | if (value === "default") { 5 | return $("#navbar").addClass("navbar-default").removeClass("navbar-inverse"); 6 | } else if (value === "inverse") { 7 | return $("#navbar").removeClass("navbar-default").addClass("navbar-inverse"); 8 | } 9 | }); 10 | 11 | $("input:radio[name=radio-sidebar]").bind("click", function() { 12 | var value; 13 | value = $(this).val(); 14 | if (value === "default") { 15 | return $("#sidebar").removeClass("sidebar-inverse"); 16 | } else if (value === "inverse") { 17 | return $("#sidebar").addClass("sidebar-inverse"); 18 | } 19 | }); 20 | 21 | $("input:radio[name=radio-color]").bind("click", function() { 22 | var value; 23 | value = $(this).val(); 24 | if (value === "blue") { 25 | return $("body").removeClass("flat-green").addClass("flat-blue"); 26 | } else if (value === "green") { 27 | return $("body").removeClass("flat-blue").addClass("flat-green"); 28 | } 29 | }); 30 | -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/js/ace/theme-github.js: -------------------------------------------------------------------------------- 1 | define("ace/theme/github",["require","exports","module","ace/lib/dom"], function(require, exports, module) { 2 | 3 | exports.isDark = false; 4 | exports.cssClass = "ace-github"; 5 | exports.cssText = "\ 6 | .ace-github .ace_gutter {\ 7 | background: #e8e8e8;\ 8 | color: #AAA;\ 9 | }\ 10 | .ace-github {\ 11 | background: #fff;\ 12 | color: #000;\ 13 | }\ 14 | .ace-github .ace_keyword {\ 15 | font-weight: bold;\ 16 | }\ 17 | .ace-github .ace_string {\ 18 | color: #D14;\ 19 | }\ 20 | .ace-github .ace_variable.ace_class {\ 21 | color: teal;\ 22 | }\ 23 | .ace-github .ace_constant.ace_numeric {\ 24 | color: #099;\ 25 | }\ 26 | .ace-github .ace_constant.ace_buildin {\ 27 | color: #0086B3;\ 28 | }\ 29 | .ace-github .ace_support.ace_function {\ 30 | color: #0086B3;\ 31 | }\ 32 | .ace-github .ace_comment {\ 33 | color: #998;\ 34 | font-style: italic;\ 35 | }\ 36 | .ace-github .ace_variable.ace_language {\ 37 | color: #0086B3;\ 38 | }\ 39 | .ace-github .ace_paren {\ 40 | font-weight: bold;\ 41 | }\ 42 | .ace-github .ace_boolean {\ 43 | font-weight: bold;\ 44 | }\ 45 | .ace-github .ace_string.ace_regexp {\ 46 | color: #009926;\ 47 | font-weight: normal;\ 48 | }\ 49 | .ace-github .ace_variable.ace_instance {\ 50 | color: teal;\ 51 | }\ 52 | .ace-github .ace_constant.ace_language {\ 53 | font-weight: bold;\ 54 | }\ 55 | .ace-github .ace_cursor {\ 56 | color: black;\ 57 | }\ 58 | .ace-github.ace_focus .ace_marker-layer .ace_active-line {\ 59 | background: rgb(255, 255, 204);\ 60 | }\ 61 | .ace-github .ace_marker-layer .ace_active-line {\ 62 | background: rgb(245, 245, 245);\ 63 | }\ 64 | .ace-github .ace_marker-layer .ace_selection {\ 65 | background: rgb(181, 213, 255);\ 66 | }\ 67 | .ace-github.ace_multiselect .ace_selection.ace_start {\ 68 | box-shadow: 0 0 3px 0px white;\ 69 | }\ 70 | .ace-github.ace_nobold .ace_line > span {\ 71 | font-weight: normal !important;\ 72 | }\ 73 | .ace-github .ace_marker-layer .ace_step {\ 74 | background: rgb(252, 255, 0);\ 75 | }\ 76 | .ace-github .ace_marker-layer .ace_stack {\ 77 | background: rgb(164, 229, 101);\ 78 | }\ 79 | .ace-github .ace_marker-layer .ace_bracket {\ 80 | margin: -1px 0 0 -1px;\ 81 | border: 1px solid rgb(192, 192, 192);\ 82 | }\ 83 | .ace-github .ace_gutter-active-line {\ 84 | background-color : rgba(0, 0, 0, 0.07);\ 85 | }\ 86 | .ace-github .ace_marker-layer .ace_selected-word {\ 87 | background: rgb(250, 250, 255);\ 88 | border: 1px solid rgb(200, 200, 250);\ 89 | }\ 90 | .ace-github .ace_invisible {\ 91 | color: #BFBFBF\ 92 | }\ 93 | .ace-github .ace_print-margin {\ 94 | width: 1px;\ 95 | background: #e8e8e8;\ 96 | }\ 97 | .ace-github .ace_indent-guide {\ 98 | background: url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bLly//BwAmVgd1/w11/gAAAABJRU5ErkJggg==\") right repeat-y;\ 99 | }"; 100 | 101 | var dom = require("../lib/dom"); 102 | dom.importCssString(exports.cssText, exports.cssClass); 103 | }); 104 | -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/js/dataTables.bootstrap.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | DataTables Bootstrap 3 integration 3 | ©2011-2015 SpryMedia Ltd - datatables.net/license 4 | */ 5 | (function(b){"function"===typeof define&&define.amd?define(["jquery","datatables.net"],function(a){return b(a,window,document)}):"object"===typeof exports?module.exports=function(a,e){a||(a=window);if(!e||!e.fn.dataTable)e=require("datatables.net")(a,e).$;return b(e,a,a.document)}:b(jQuery,window,document)})(function(b,a,e){var d=b.fn.dataTable;b.extend(!0,d.defaults,{dom:"<'row'<'col-sm-6'l><'col-sm-6'f>><'row'<'col-sm-12'tr>><'row'<'col-sm-5'i><'col-sm-7'p>>",renderer:"bootstrap"});b.extend(d.ext.classes, 6 | {sWrapper:"dataTables_wrapper form-inline dt-bootstrap",sFilterInput:"form-control input-sm",sLengthSelect:"form-control input-sm",sProcessing:"dataTables_processing panel panel-default"});d.ext.renderer.pageButton.bootstrap=function(a,h,r,m,j,n){var o=new d.Api(a),s=a.oClasses,k=a.oLanguage.oPaginate,t=a.oLanguage.oAria.paginate||{},f,g,p=0,q=function(d,e){var l,h,i,c,m=function(a){a.preventDefault();!b(a.currentTarget).hasClass("disabled")&&o.page()!=a.data.action&&o.page(a.data.action).draw("page")}; 7 | l=0;for(h=e.length;l",{"class":s.sPageButton+" "+g,id:0===r&&"string"===typeof c?a.sTableId+"_"+c:null}).append(b("",{href:"#", 8 | "aria-controls":a.sTableId,"aria-label":t[c],"data-dt-idx":p,tabindex:a.iTabIndex}).html(f)).appendTo(d),a.oApi._fnBindAction(i,{action:c},m),p++)}},i;try{i=b(h).find(e.activeElement).data("dt-idx")}catch(u){}q(b(h).empty().html('
      ').children("ul"),m);i&&b(h).find("[data-dt-idx="+i+"]").focus()};d.TableTools&&(b.extend(!0,d.TableTools.classes,{container:"DTTT btn-group",buttons:{normal:"btn btn-default",disabled:"disabled"},collection:{container:"DTTT_dropdown dropdown-menu", 9 | buttons:{normal:"",disabled:"disabled"}},print:{info:"DTTT_print_info"},select:{row:"active"}}),b.extend(!0,d.TableTools.DEFAULTS.oTags,{collection:{container:"ul",button:"li",liner:"a"}}));return d}); 10 | -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/js/jquery.matchHeight-min.js: -------------------------------------------------------------------------------- 1 | /** 2 | * jquery.matchHeight-min.js master 3 | * http://brm.io/jquery-match-height/ 4 | * License: MIT 5 | */ 6 | (function(c){var n=-1,f=-1,g=function(a){return parseFloat(a)||0},r=function(a){var b=null,d=[];c(a).each(function(){var a=c(this),k=a.offset().top-g(a.css("margin-top")),l=0=Math.floor(Math.abs(b-k))?d[d.length-1]=l.add(a):d.push(a);b=k});return d},p=function(a){var b={byRow:!0,property:"height",target:null,remove:!1};if("object"===typeof a)return c.extend(b,a);"boolean"===typeof a?b.byRow=a:"remove"===a&&(b.remove=!0);return b},b=c.fn.matchHeight= 7 | function(a){a=p(a);if(a.remove){var e=this;this.css(a.property,"");c.each(b._groups,function(a,b){b.elements=b.elements.not(e)});return this}if(1>=this.length&&!a.target)return this;b._groups.push({elements:this,options:a});b._apply(this,a);return this};b._groups=[];b._throttle=80;b._maintainScroll=!1;b._beforeUpdate=null;b._afterUpdate=null;b._apply=function(a,e){var d=p(e),h=c(a),k=[h],l=c(window).scrollTop(),f=c("html").outerHeight(!0),m=h.parents().filter(":hidden");m.each(function(){var a=c(this); 8 | a.data("style-cache",a.attr("style"))});m.css("display","block");d.byRow&&!d.target&&(h.each(function(){var a=c(this),b="inline-block"===a.css("display")?"inline-block":"block";a.data("style-cache",a.attr("style"));a.css({display:b,"padding-top":"0","padding-bottom":"0","margin-top":"0","margin-bottom":"0","border-top-width":"0","border-bottom-width":"0",height:"100px"})}),k=r(h),h.each(function(){var a=c(this);a.attr("style",a.data("style-cache")||"")}));c.each(k,function(a,b){var e=c(b),f=0;if(d.target)f= 9 | d.target.outerHeight(!1);else{if(d.byRow&&1>=e.length){e.css(d.property,"");return}e.each(function(){var a=c(this),b={display:"inline-block"===a.css("display")?"inline-block":"block"};b[d.property]="";a.css(b);a.outerHeight(!1)>f&&(f=a.outerHeight(!1));a.css("display","")})}e.each(function(){var a=c(this),b=0;d.target&&a.is(d.target)||("border-box"!==a.css("box-sizing")&&(b+=g(a.css("border-top-width"))+g(a.css("border-bottom-width")),b+=g(a.css("padding-top"))+g(a.css("padding-bottom"))),a.css(d.property, 10 | f-b))})});m.each(function(){var a=c(this);a.attr("style",a.data("style-cache")||null)});b._maintainScroll&&c(window).scrollTop(l/f*c("html").outerHeight(!0));return this};b._applyDataApi=function(){var a={};c("[data-match-height], [data-mh]").each(function(){var b=c(this),d=b.attr("data-mh")||b.attr("data-match-height");a[d]=d in a?a[d].add(b):b});c.each(a,function(){this.matchHeight(!0)})};var q=function(a){b._beforeUpdate&&b._beforeUpdate(a,b._groups);c.each(b._groups,function(){b._apply(this.elements, 11 | this.options)});b._afterUpdate&&b._afterUpdate(a,b._groups)};b._update=function(a,e){if(e&&"resize"===e.type){var d=c(window).width();if(d===n)return;n=d}a?-1===f&&(f=setTimeout(function(){q(e);f=-1},b._throttle)):q(e)};c(b._applyDataApi);c(window).bind("load",function(a){b._update(!1,a)});c(window).bind("resize orientationchange",function(a){b._update(!0,a)})})(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.ar.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.ar={days:["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت","الأحد"],daysShort:["أحد","اثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت","أحد"],daysMin:["ح","ن","ث","ع","خ","ج","س","ح"],months:["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],monthsShort:["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],today:"هذا اليوم",rtl:!0}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.az.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.az={days:["Bazar","Bazar ertəsi","Çərşənbə axşamı","Çərşənbə","Cümə axşamı","Cümə","Şənbə"],daysShort:["B.","B.e","Ç.a","Ç.","C.a","C.","Ş."],daysMin:["B.","B.e","Ç.a","Ç.","C.a","C.","Ş."],months:["Yanvar","Fevral","Mart","Aprel","May","İyun","İyul","Avqust","Sentyabr","Oktyabr","Noyabr","Dekabr"],monthsShort:["Yan","Fev","Mar","Apr","May","İyun","İyul","Avq","Sen","Okt","Noy","Dek"],today:"Bu gün",weekStart:1}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.bg.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.bg={days:["Неделя","Понеделник","Вторник","Сряда","Четвъртък","Петък","Събота"],daysShort:["Нед","Пон","Вто","Сря","Чет","Пет","Съб"],daysMin:["Н","П","В","С","Ч","П","С"],months:["Януари","Февруари","Март","Април","Май","Юни","Юли","Август","Септември","Октомври","Ноември","Декември"],monthsShort:["Ян","Фев","Мар","Апр","Май","Юни","Юли","Авг","Сеп","Окт","Ное","Дек"],today:"днес"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.bs.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.bs={days:["Nedjelja","Ponedjeljak","Utorak","Srijeda","Četvrtak","Petak","Subota"],daysShort:["Ned","Pon","Uto","Sri","Čet","Pet","Sub"],daysMin:["N","Po","U","Sr","Č","Pe","Su"],months:["Januar","Februar","Mart","April","Maj","Juni","Juli","August","Septembar","Oktobar","Novembar","Decembar"],monthsShort:["Jan","Feb","Mar","Apr","Maj","Jun","Jul","Aug","Sep","Okt","Nov","Dec"],today:"Danas",weekStart:1,format:"dd.mm.yyyy"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.ca.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.ca={days:["Diumenge","Dilluns","Dimarts","Dimecres","Dijous","Divendres","Dissabte"],daysShort:["Diu","Dil","Dmt","Dmc","Dij","Div","Dis"],daysMin:["dg","dl","dt","dc","dj","dv","ds"],months:["Gener","Febrer","Març","Abril","Maig","Juny","Juliol","Agost","Setembre","Octubre","Novembre","Desembre"],monthsShort:["Gen","Feb","Mar","Abr","Mai","Jun","Jul","Ago","Set","Oct","Nov","Des"],today:"Avui",monthsTitle:"Mesos",clear:"Esborrar",weekStart:1,format:"dd/mm/yyyy"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.cs.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.cs={days:["Neděle","Pondělí","Úterý","Středa","Čtvrtek","Pátek","Sobota"],daysShort:["Ned","Pon","Úte","Stř","Čtv","Pát","Sob"],daysMin:["Ne","Po","Út","St","Čt","Pá","So"],months:["Leden","Únor","Březen","Duben","Květen","Červen","Červenec","Srpen","Září","Říjen","Listopad","Prosinec"],monthsShort:["Led","Úno","Bře","Dub","Kvě","Čer","Čnc","Srp","Zář","Říj","Lis","Pro"],today:"Dnes",clear:"Vymazat",weekStart:1,format:"dd.m.yyyy"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.cy.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.cy={days:["Sul","Llun","Mawrth","Mercher","Iau","Gwener","Sadwrn"],daysShort:["Sul","Llu","Maw","Mer","Iau","Gwe","Sad"],daysMin:["Su","Ll","Ma","Me","Ia","Gwe","Sa"],months:["Ionawr","Chewfror","Mawrth","Ebrill","Mai","Mehefin","Gorfennaf","Awst","Medi","Hydref","Tachwedd","Rhagfyr"],monthsShort:["Ion","Chw","Maw","Ebr","Mai","Meh","Gor","Aws","Med","Hyd","Tach","Rha"],today:"Heddiw"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.da.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.da={days:["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"],daysShort:["søn","man","tir","ons","tor","fre","lør"],daysMin:["sø","ma","ti","on","to","fr","lø"],months:["januar","februar","marts","april","maj","juni","juli","august","september","oktober","november","december"],monthsShort:["jan","feb","mar","apr","maj","jun","jul","aug","sep","okt","nov","dec"],today:"I Dag",clear:"Nulstil"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.de.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.de={days:["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],daysShort:["Son","Mon","Die","Mit","Don","Fre","Sam"],daysMin:["So","Mo","Di","Mi","Do","Fr","Sa"],months:["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],monthsShort:["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],today:"Heute",monthsTitle:"Monate",clear:"Löschen",weekStart:1,format:"dd.mm.yyyy"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.el.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.el={days:["Κυριακή","Δευτέρα","Τρίτη","Τετάρτη","Πέμπτη","Παρασκευή","Σάββατο"],daysShort:["Κυρ","Δευ","Τρι","Τετ","Πεμ","Παρ","Σαβ"],daysMin:["Κυ","Δε","Τρ","Τε","Πε","Πα","Σα"],months:["Ιανουάριος","Φεβρουάριος","Μάρτιος","Απρίλιος","Μάιος","Ιούνιος","Ιούλιος","Αύγουστος","Σεπτέμβριος","Οκτώβριος","Νοέμβριος","Δεκέμβριος"],monthsShort:["Ιαν","Φεβ","Μαρ","Απρ","Μάι","Ιουν","Ιουλ","Αυγ","Σεπ","Οκτ","Νοε","Δεκ"],today:"Σήμερα",clear:"Καθαρισμός",weekStart:1,format:"d/m/yyyy"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.en-GB.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates["en-GB"]={days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],daysShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],daysMin:["Su","Mo","Tu","We","Th","Fr","Sa"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],monthsShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],today:"Today",monthsTitle:"Months",clear:"Clear",weekStart:1,format:"dd/mm/yyyy"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.eo.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.eo={days:["dimanĉo","lundo","mardo","merkredo","ĵaŭdo","vendredo","sabato"],daysShort:["dim.","lun.","mar.","mer.","ĵaŭ.","ven.","sam."],daysMin:["d","l","ma","me","ĵ","v","s"],months:["januaro","februaro","marto","aprilo","majo","junio","julio","aŭgusto","septembro","oktobro","novembro","decembro"],monthsShort:["jan.","feb.","mar.","apr.","majo","jun.","jul.","aŭg.","sep.","okt.","nov.","dec."],today:"Hodiaŭ",clear:"Nuligi",weekStart:1,format:"yyyy-mm-dd"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.es.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.es={days:["Domingo","Lunes","Martes","Miércoles","Jueves","Viernes","Sábado"],daysShort:["Dom","Lun","Mar","Mié","Jue","Vie","Sáb"],daysMin:["Do","Lu","Ma","Mi","Ju","Vi","Sa"],months:["Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre"],monthsShort:["Ene","Feb","Mar","Abr","May","Jun","Jul","Ago","Sep","Oct","Nov","Dic"],today:"Hoy",monthsTitle:"Meses",clear:"Borrar",weekStart:1,format:"dd/mm/yyyy"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.et.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.et={days:["Pühapäev","Esmaspäev","Teisipäev","Kolmapäev","Neljapäev","Reede","Laupäev"],daysShort:["Pühap","Esmasp","Teisip","Kolmap","Neljap","Reede","Laup"],daysMin:["P","E","T","K","N","R","L"],months:["Jaanuar","Veebruar","Märts","Aprill","Mai","Juuni","Juuli","August","September","Oktoober","November","Detsember"],monthsShort:["Jaan","Veebr","Märts","Apr","Mai","Juuni","Juuli","Aug","Sept","Okt","Nov","Dets"],today:"Täna",clear:"Tühjenda",weekStart:1,format:"dd.mm.yyyy"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.eu.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.eu={days:["Igandea","Astelehena","Asteartea","Asteazkena","Osteguna","Ostirala","Larunbata"],daysShort:["Ig","Al","Ar","Az","Og","Ol","Lr"],daysMin:["Ig","Al","Ar","Az","Og","Ol","Lr"],months:["Urtarrila","Otsaila","Martxoa","Apirila","Maiatza","Ekaina","Uztaila","Abuztua","Iraila","Urria","Azaroa","Abendua"],monthsShort:["Urt","Ots","Mar","Api","Mai","Eka","Uzt","Abu","Ira","Urr","Aza","Abe"],today:"Gaur"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.fa.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.fa={days:["یک‌شنبه","دوشنبه","سه‌شنبه","چهارشنبه","پنج‌شنبه","جمعه","شنبه","یک‌شنبه"],daysShort:["یک","دو","سه","چهار","پنج","جمعه","شنبه","یک"],daysMin:["ی","د","س","چ","پ","ج","ش","ی"],months:["ژانویه","فوریه","مارس","آوریل","مه","ژوئن","ژوئیه","اوت","سپتامبر","اکتبر","نوامبر","دسامبر"],monthsShort:["ژان","فور","مار","آور","مه","ژون","ژوی","اوت","سپت","اکت","نوا","دسا"],today:"امروز",clear:"پاک کن",weekStart:1,format:"yyyy/mm/dd"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.fi.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.fi={days:["sunnuntai","maanantai","tiistai","keskiviikko","torstai","perjantai","lauantai"],daysShort:["sun","maa","tii","kes","tor","per","lau"],daysMin:["su","ma","ti","ke","to","pe","la"],months:["tammikuu","helmikuu","maaliskuu","huhtikuu","toukokuu","kesäkuu","heinäkuu","elokuu","syyskuu","lokakuu","marraskuu","joulukuu"],monthsShort:["tam","hel","maa","huh","tou","kes","hei","elo","syy","lok","mar","jou"],today:"tänään",clear:"Tyhjennä",weekStart:1,format:"d.m.yyyy"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.fo.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.fo={days:["Sunnudagur","Mánadagur","Týsdagur","Mikudagur","Hósdagur","Fríggjadagur","Leygardagur"],daysShort:["Sun","Mán","Týs","Mik","Hós","Frí","Ley"],daysMin:["Su","Má","Tý","Mi","Hó","Fr","Le"],months:["Januar","Februar","Marts","Apríl","Mei","Juni","Juli","August","Septembur","Oktobur","Novembur","Desembur"],monthsShort:["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Aug","Sep","Okt","Nov","Des"],today:"Í Dag",clear:"Reinsa"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.fr-CH.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.fr={days:["Dimanche","Lundi","Mardi","Mercredi","Jeudi","Vendredi","Samedi"],daysShort:["Dim","Lun","Mar","Mer","Jeu","Ven","Sam"],daysMin:["D","L","Ma","Me","J","V","S"],months:["Janvier","Février","Mars","Avril","Mai","Juin","Juillet","Août","Septembre","Octobre","Novembre","Décembre"],monthsShort:["Jan","Fév","Mar","Avr","Mai","Jui","Jul","Aou","Sep","Oct","Nov","Déc"],today:"Aujourd'hui",monthsTitle:"Mois",clear:"Effacer",weekStart:1,format:"dd.mm.yyyy"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.fr.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.fr={days:["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],daysShort:["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],daysMin:["d","l","ma","me","j","v","s"],months:["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"],monthsShort:["janv.","févr.","mars","avril","mai","juin","juil.","août","sept.","oct.","nov.","déc."],today:"Aujourd'hui",monthsTitle:"Mois",clear:"Effacer",weekStart:1,format:"dd/mm/yyyy"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.gl.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.gl={days:["Domingo","Luns","Martes","Mércores","Xoves","Venres","Sábado"],daysShort:["Dom","Lun","Mar","Mér","Xov","Ven","Sáb"],daysMin:["Do","Lu","Ma","Me","Xo","Ve","Sa"],months:["Xaneiro","Febreiro","Marzo","Abril","Maio","Xuño","Xullo","Agosto","Setembro","Outubro","Novembro","Decembro"],monthsShort:["Xan","Feb","Mar","Abr","Mai","Xun","Xul","Ago","Sep","Out","Nov","Dec"],today:"Hoxe",clear:"Limpar",weekStart:1,format:"dd/mm/yyyy"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.he.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.he={days:["ראשון","שני","שלישי","רביעי","חמישי","שישי","שבת","ראשון"],daysShort:["א","ב","ג","ד","ה","ו","ש","א"],daysMin:["א","ב","ג","ד","ה","ו","ש","א"],months:["ינואר","פברואר","מרץ","אפריל","מאי","יוני","יולי","אוגוסט","ספטמבר","אוקטובר","נובמבר","דצמבר"],monthsShort:["ינו","פבר","מרץ","אפר","מאי","יונ","יול","אוג","ספט","אוק","נוב","דצמ"],today:"היום",rtl:!0}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.hr.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.hr={days:["Nedjelja","Ponedjeljak","Utorak","Srijeda","Četvrtak","Petak","Subota"],daysShort:["Ned","Pon","Uto","Sri","Čet","Pet","Sub"],daysMin:["Ne","Po","Ut","Sr","Če","Pe","Su"],months:["Siječanj","Veljača","Ožujak","Travanj","Svibanj","Lipanj","Srpanj","Kolovoz","Rujan","Listopad","Studeni","Prosinac"],monthsShort:["Sij","Velj","Ožu","Tra","Svi","Lip","Srp","Kol","Ruj","Lis","Stu","Pro"],today:"Danas"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.hu.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.hu={days:["vasárnap","hétfő","kedd","szerda","csütörtök","péntek","szombat"],daysShort:["vas","hét","ked","sze","csü","pén","szo"],daysMin:["V","H","K","Sze","Cs","P","Szo"],months:["január","február","március","április","május","június","július","augusztus","szeptember","október","november","december"],monthsShort:["jan","feb","már","ápr","máj","jún","júl","aug","sze","okt","nov","dec"],today:"ma",weekStart:1,clear:"töröl",titleFormat:"yyyy. MM",format:"yyyy.mm.dd"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.hy.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.hy={days:["Կիրակի","Երկուշաբթի","Երեքշաբթի","Չորեքշաբթի","Հինգշաբթի","Ուրբաթ","Շաբաթ"],daysShort:["Կրկ","Երկ","Երք","Չրք","Հնգ","Ուր","Շբթ"],daysMin:["Կրկ","Երկ","Երք","Չրք","Հնգ","Ուր","Շբթ"],months:["Հունվար","Փետրվար","Մարտ","Ապրիլ","Մայիս","Հունիս","Հուլիս","Օգոստոս","Սեպտեմբեր","Հոկտեմբեր","Նոյեմբեր","Դեկտեմբեր"],monthsShort:["Հուն","Փետ","Մար","Ապր","Մայ","Հնս","Հլս","Օգս","Սեպ","Հոկ","Նմբ","Դեկ"],today:"Այսօր",clear:"Ջնջել",format:"dd.mm.yyyy",weekStart:1}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.id.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.id={days:["Minggu","Senin","Selasa","Rabu","Kamis","Jumat","Sabtu"],daysShort:["Mgu","Sen","Sel","Rab","Kam","Jum","Sab"],daysMin:["Mg","Sn","Sl","Ra","Ka","Ju","Sa"],months:["Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","November","Desember"],monthsShort:["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Ags","Sep","Okt","Nov","Des"],today:"Hari Ini",clear:"Kosongkan"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.is.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.is={days:["Sunnudagur","Mánudagur","Þriðjudagur","Miðvikudagur","Fimmtudagur","Föstudagur","Laugardagur"],daysShort:["Sun","Mán","Þri","Mið","Fim","Fös","Lau"],daysMin:["Su","Má","Þr","Mi","Fi","Fö","La"],months:["Janúar","Febrúar","Mars","Apríl","Maí","Júní","Júlí","Ágúst","September","Október","Nóvember","Desember"],monthsShort:["Jan","Feb","Mar","Apr","Maí","Jún","Júl","Ágú","Sep","Okt","Nóv","Des"],today:"Í Dag"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.it-CH.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.it={days:["Domenica","Lunedì","Martedì","Mercoledì","Giovedì","Venerdì","Sabato"],daysShort:["Dom","Lun","Mar","Mer","Gio","Ven","Sab"],daysMin:["Do","Lu","Ma","Me","Gi","Ve","Sa"],months:["Gennaio","Febbraio","Marzo","Aprile","Maggio","Giugno","Luglio","Agosto","Settembre","Ottobre","Novembre","Dicembre"],monthsShort:["Gen","Feb","Mar","Apr","Mag","Giu","Lug","Ago","Set","Ott","Nov","Dic"],today:"Oggi",clear:"Cancella",weekStart:1,format:"dd.mm.yyyy"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.it.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.it={days:["Domenica","Lunedì","Martedì","Mercoledì","Giovedì","Venerdì","Sabato"],daysShort:["Dom","Lun","Mar","Mer","Gio","Ven","Sab"],daysMin:["Do","Lu","Ma","Me","Gi","Ve","Sa"],months:["Gennaio","Febbraio","Marzo","Aprile","Maggio","Giugno","Luglio","Agosto","Settembre","Ottobre","Novembre","Dicembre"],monthsShort:["Gen","Feb","Mar","Apr","Mag","Giu","Lug","Ago","Set","Ott","Nov","Dic"],today:"Oggi",monthsTitle:"Mesi",clear:"Cancella",weekStart:1,format:"dd/mm/yyyy"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.ja.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.ja={days:["日曜","月曜","火曜","水曜","木曜","金曜","土曜"],daysShort:["日","月","火","水","木","金","土"],daysMin:["日","月","火","水","木","金","土"],months:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],monthsShort:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],today:"今日",format:"yyyy/mm/dd",titleFormat:"yyyy年mm月",clear:"クリア"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.ka.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.ka={days:["კვირა","ორშაბათი","სამშაბათი","ოთხშაბათი","ხუთშაბათი","პარასკევი","შაბათი"],daysShort:["კვი","ორშ","სამ","ოთხ","ხუთ","პარ","შაბ"],daysMin:["კვ","ორ","სა","ოთ","ხუ","პა","შა"],months:["იანვარი","თებერვალი","მარტი","აპრილი","მაისი","ივნისი","ივლისი","აგვისტო","სექტემბერი","ოქტომები","ნოემბერი","დეკემბერი"],monthsShort:["იან","თებ","მარ","აპრ","მაი","ივნ","ივლ","აგვ","სექ","ოქტ","ნოე","დეკ"],today:"დღეს",clear:"გასუფთავება",weekStart:1,format:"dd.mm.yyyy"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.kh.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.kh={days:["អាទិត្យ","ចន្ទ","អង្គារ","ពុធ","ព្រហស្បតិ៍","សុក្រ","សៅរ៍","អាទិត្យ"],daysShort:["អា.ទិ","ចន្ទ","អង្គារ","ពុធ","ព្រ.ហ","សុក្រ","សៅរ៍","អា.ទិ"],daysMin:["អា.ទិ","ចន្ទ","អង្គារ","ពុធ","ព្រ.ហ","សុក្រ","សៅរ៍","អា.ទិ"],months:["មករា","កុម្ភះ","មិនា","មេសា","ឧសភា","មិថុនា","កក្កដា","សីហា","កញ្ញា","តុលា","វិច្ឆិកា","ធ្នូ"],monthsShort:["មករា","កុម្ភះ","មិនា","មេសា","ឧសភា","មិថុនា","កក្កដា","សីហា","កញ្ញា","តុលា","វិច្ឆិកា","ធ្នូ"],today:"ថ្ងៃនេះ",clear:"សំអាត"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.kk.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.kk={days:["Жексенбі","Дүйсенбі","Сейсенбі","Сәрсенбі","Бейсенбі","Жұма","Сенбі"],daysShort:["Жек","Дүй","Сей","Сәр","Бей","Жұм","Сен"],daysMin:["Жк","Дс","Сс","Ср","Бс","Жм","Сн"],months:["Қаңтар","Ақпан","Наурыз","Сәуір","Мамыр","Маусым","Шілде","Тамыз","Қыркүйек","Қазан","Қараша","Желтоқсан"],monthsShort:["Қаң","Ақп","Нау","Сәу","Мамыр","Мау","Шлд","Тмз","Қыр","Қзн","Қар","Жел"],today:"Бүгін",weekStart:1}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.ko.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.ko={days:["일요일","월요일","화요일","수요일","목요일","금요일","토요일"],daysShort:["일","월","화","수","목","금","토"],daysMin:["일","월","화","수","목","금","토"],months:["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"],monthsShort:["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"],today:"오늘",clear:"삭제",format:"YYYY-MM-DD",titleFormat:"yyyy년mm월",weekStart:0}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.kr.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.kr={days:["일요일","월요일","화요일","수요일","목요일","금요일","토요일"],daysShort:["일","월","화","수","목","금","토"],daysMin:["일","월","화","수","목","금","토"],months:["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"],monthsShort:["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"]}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.lt.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.lt={days:["Sekmadienis","Pirmadienis","Antradienis","Trečiadienis","Ketvirtadienis","Penktadienis","Šeštadienis"],daysShort:["S","Pr","A","T","K","Pn","Š"],daysMin:["Sk","Pr","An","Tr","Ke","Pn","Št"],months:["Sausis","Vasaris","Kovas","Balandis","Gegužė","Birželis","Liepa","Rugpjūtis","Rugsėjis","Spalis","Lapkritis","Gruodis"],monthsShort:["Sau","Vas","Kov","Bal","Geg","Bir","Lie","Rugp","Rugs","Spa","Lap","Gru"],today:"Šiandien",monthsTitle:"Mėnesiai",clear:"Išvalyti",weekStart:1,format:"yyyy-mm-dd"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.lv.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.lv={days:["Svētdiena","Pirmdiena","Otrdiena","Trešdiena","Ceturtdiena","Piektdiena","Sestdiena"],daysShort:["Sv","P","O","T","C","Pk","S"],daysMin:["Sv","Pr","Ot","Tr","Ce","Pk","Se"],months:["Janvāris","Februāris","Marts","Aprīlis","Maijs","Jūnijs","Jūlijs","Augusts","Septembris","Oktobris","Novembris","Decembris"],monthsShort:["Jan","Feb","Mar","Apr","Mai","Jūn","Jūl","Aug","Sep","Okt","Nov","Dec"],today:"Šodien",weekStart:1}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.me.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.me={days:["Nedjelja","Ponedjeljak","Utorak","Srijeda","Četvrtak","Petak","Subota"],daysShort:["Ned","Pon","Uto","Sri","Čet","Pet","Sub"],daysMin:["Ne","Po","Ut","Sr","Če","Pe","Su"],months:["Januar","Februar","Mart","April","Maj","Jun","Jul","Avgust","Septembar","Oktobar","Novembar","Decembar"],monthsShort:["Jan","Feb","Mar","Apr","Maj","Jun","Jul","Avg","Sep","Okt","Nov","Dec"],today:"Danas",weekStart:1,clear:"Izbriši",format:"dd.mm.yyyy"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.mk.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.mk={days:["Недела","Понеделник","Вторник","Среда","Четврток","Петок","Сабота"],daysShort:["Нед","Пон","Вто","Сре","Чет","Пет","Саб"],daysMin:["Не","По","Вт","Ср","Че","Пе","Са"],months:["Јануари","Февруари","Март","Април","Мај","Јуни","Јули","Август","Септември","Октомври","Ноември","Декември"],monthsShort:["Јан","Фев","Мар","Апр","Мај","Јун","Јул","Авг","Сеп","Окт","Ное","Дек"],today:"Денес",format:"dd.mm.yyyy"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.mn.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.mn={days:["Ням","Даваа","Мягмар","Лхагва","Пүрэв","Баасан","Бямба"],daysShort:["Ням","Дав","Мяг","Лха","Пүр","Баа","Бям"],daysMin:["Ня","Да","Мя","Лх","Пү","Ба","Бя"],months:["Хулгана","Үхэр","Бар","Туулай","Луу","Могой","Морь","Хонь","Бич","Тахиа","Нохой","Гахай"],monthsShort:["Хул","Үхэ","Бар","Туу","Луу","Мог","Мор","Хон","Бич","Тах","Нох","Гах"],today:"Өнөөдөр",clear:"Тодорхой",format:"yyyy.mm.dd",weekStart:1}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.ms.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.ms={days:["Ahad","Isnin","Selasa","Rabu","Khamis","Jumaat","Sabtu"],daysShort:["Aha","Isn","Sel","Rab","Kha","Jum","Sab"],daysMin:["Ah","Is","Se","Ra","Kh","Ju","Sa"],months:["Januari","Februari","Mac","April","Mei","Jun","Julai","Ogos","September","Oktober","November","Disember"],monthsShort:["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Ogo","Sep","Okt","Nov","Dis"],today:"Hari Ini",clear:"Bersihkan"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.nb.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.nb={days:["Søndag","Mandag","Tirsdag","Onsdag","Torsdag","Fredag","Lørdag"],daysShort:["Søn","Man","Tir","Ons","Tor","Fre","Lør"],daysMin:["Sø","Ma","Ti","On","To","Fr","Lø"],months:["Januar","Februar","Mars","April","Mai","Juni","Juli","August","September","Oktober","November","Desember"],monthsShort:["Jan","Feb","Mar","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Des"],today:"I Dag",format:"dd.mm.yyyy"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.nl-BE.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates["nl-BE"]={days:["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"],daysShort:["zo","ma","di","wo","do","vr","za"],daysMin:["zo","ma","di","wo","do","vr","za"],months:["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"],monthsShort:["jan","feb","mrt","apr","mei","jun","jul","aug","sep","okt","nov","dec"],today:"Vandaag",monthsTitle:"Maanden",clear:"Leegmaken",weekStart:1,format:"dd/mm/yyyy"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.nl.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.nl={days:["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"],daysShort:["zo","ma","di","wo","do","vr","za"],daysMin:["zo","ma","di","wo","do","vr","za"],months:["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"],monthsShort:["jan","feb","mrt","apr","mei","jun","jul","aug","sep","okt","nov","dec"],today:"Vandaag",monthsTitle:"Maanden",clear:"Wissen",weekStart:1,format:"dd-mm-yyyy"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.no.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.no={days:["Søndag","Mandag","Tirsdag","Onsdag","Torsdag","Fredag","Lørdag"],daysShort:["Søn","Man","Tir","Ons","Tor","Fre","Lør"],daysMin:["Sø","Ma","Ti","On","To","Fr","Lø"],months:["Januar","Februar","Mars","April","Mai","Juni","Juli","August","September","Oktober","November","Desember"],monthsShort:["Jan","Feb","Mar","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Des"],today:"I dag",clear:"Nullstill",weekStart:1,format:"dd.mm.yyyy"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.pl.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.pl={days:["niedziela","poniedziałek","wtorek","środa","czwartek","piątek","sobota"],daysShort:["niedz.","pon.","wt.","śr.","czw.","piąt.","sob."],daysMin:["ndz.","pn.","wt.","śr.","czw.","pt.","sob."],months:["styczeń","luty","marzec","kwiecień","maj","czerwiec","lipiec","sierpień","wrzesień","październik","listopad","grudzień"],monthsShort:["sty.","lut.","mar.","kwi.","maj","cze.","lip.","sie.","wrz.","paź.","lis.","gru."],today:"dzisiaj",weekStart:1,clear:"wyczyść",format:"dd.mm.yyyy"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.pt-BR.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates["pt-BR"]={days:["Domingo","Segunda","Terça","Quarta","Quinta","Sexta","Sábado"],daysShort:["Dom","Seg","Ter","Qua","Qui","Sex","Sáb"],daysMin:["Do","Se","Te","Qu","Qu","Se","Sa"],months:["Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"],monthsShort:["Jan","Fev","Mar","Abr","Mai","Jun","Jul","Ago","Set","Out","Nov","Dez"],today:"Hoje",monthsTitle:"Meses",clear:"Limpar",format:"dd/mm/yyyy"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.pt.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.pt={days:["Domingo","Segunda","Terça","Quarta","Quinta","Sexta","Sábado"],daysShort:["Dom","Seg","Ter","Qua","Qui","Sex","Sáb"],daysMin:["Do","Se","Te","Qu","Qu","Se","Sa"],months:["Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"],monthsShort:["Jan","Fev","Mar","Abr","Mai","Jun","Jul","Ago","Set","Out","Nov","Dez"],today:"Hoje",monthsTitle:"Meses",clear:"Limpar",format:"dd/mm/yyyy"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.ro.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.ro={days:["Duminică","Luni","Marţi","Miercuri","Joi","Vineri","Sâmbătă"],daysShort:["Dum","Lun","Mar","Mie","Joi","Vin","Sâm"],daysMin:["Du","Lu","Ma","Mi","Jo","Vi","Sâ"],months:["Ianuarie","Februarie","Martie","Aprilie","Mai","Iunie","Iulie","August","Septembrie","Octombrie","Noiembrie","Decembrie"],monthsShort:["Ian","Feb","Mar","Apr","Mai","Iun","Iul","Aug","Sep","Oct","Nov","Dec"],today:"Astăzi",clear:"Șterge",weekStart:1}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.rs-latin.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates["rs-latin"]={days:["Nedelja","Ponedeljak","Utorak","Sreda","Četvrtak","Petak","Subota"],daysShort:["Ned","Pon","Uto","Sre","Čet","Pet","Sub"],daysMin:["N","Po","U","Sr","Č","Pe","Su"],months:["Januar","Februar","Mart","April","Maj","Jun","Jul","Avgust","Septembar","Oktobar","Novembar","Decembar"],monthsShort:["Jan","Feb","Mar","Apr","Maj","Jun","Jul","Avg","Sep","Okt","Nov","Dec"],today:"Danas",weekStart:1,format:"dd.mm.yyyy"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.rs.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.rs={days:["Недеља","Понедељак","Уторак","Среда","Четвртак","Петак","Субота"],daysShort:["Нед","Пон","Уто","Сре","Чет","Пет","Суб"],daysMin:["Н","По","У","Ср","Ч","Пе","Су"],months:["Јануар","Фебруар","Март","Април","Мај","Јун","Јул","Август","Септембар","Октобар","Новембар","Децембар"],monthsShort:["Јан","Феб","Мар","Апр","Мај","Јун","Јул","Авг","Сеп","Окт","Нов","Дец"],today:"Данас",weekStart:1,format:"dd.mm.yyyy"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.ru.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.ru={days:["Воскресенье","Понедельник","Вторник","Среда","Четверг","Пятница","Суббота"],daysShort:["Вск","Пнд","Втр","Срд","Чтв","Птн","Суб"],daysMin:["Вс","Пн","Вт","Ср","Чт","Пт","Сб"],months:["Январь","Февраль","Март","Апрель","Май","Июнь","Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь"],monthsShort:["Янв","Фев","Мар","Апр","Май","Июн","Июл","Авг","Сен","Окт","Ноя","Дек"],today:"Сегодня",clear:"Очистить",format:"dd.mm.yyyy",weekStart:1}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.sk.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.sk={days:["Nedeľa","Pondelok","Utorok","Streda","Štvrtok","Piatok","Sobota"],daysShort:["Ned","Pon","Uto","Str","Štv","Pia","Sob"],daysMin:["Ne","Po","Ut","St","Št","Pia","So"],months:["Január","Február","Marec","Apríl","Máj","Jún","Júl","August","September","Október","November","December"],monthsShort:["Jan","Feb","Mar","Apr","Máj","Jún","Júl","Aug","Sep","Okt","Nov","Dec"],today:"Dnes",clear:"Vymazať",weekStart:1,format:"d.m.yyyy"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.sl.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.sl={days:["Nedelja","Ponedeljek","Torek","Sreda","Četrtek","Petek","Sobota"],daysShort:["Ned","Pon","Tor","Sre","Čet","Pet","Sob"],daysMin:["Ne","Po","To","Sr","Če","Pe","So"],months:["Januar","Februar","Marec","April","Maj","Junij","Julij","Avgust","September","Oktober","November","December"],monthsShort:["Jan","Feb","Mar","Apr","Maj","Jun","Jul","Avg","Sep","Okt","Nov","Dec"],today:"Danes"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.sq.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.sq={days:["E Diel","E Hënë","E Martē","E Mërkurë","E Enjte","E Premte","E Shtunë"],daysShort:["Die","Hën","Mar","Mër","Enj","Pre","Shtu"],daysMin:["Di","Hë","Ma","Më","En","Pr","Sht"],months:["Janar","Shkurt","Mars","Prill","Maj","Qershor","Korrik","Gusht","Shtator","Tetor","Nëntor","Dhjetor"],monthsShort:["Jan","Shk","Mar","Pri","Maj","Qer","Korr","Gu","Sht","Tet","Nën","Dhjet"],today:"Sot"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.sr-latin.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates["sr-latin"]={days:["Nedelja","Ponedeljak","Utorak","Sreda","Četvrtak","Petak","Subota"],daysShort:["Ned","Pon","Uto","Sre","Čet","Pet","Sub"],daysMin:["N","Po","U","Sr","Č","Pe","Su"],months:["Januar","Februar","Mart","April","Maj","Jun","Jul","Avgust","Septembar","Oktobar","Novembar","Decembar"],monthsShort:["Jan","Feb","Mar","Apr","Maj","Jun","Jul","Avg","Sep","Okt","Nov","Dec"],today:"Danas",weekStart:1,format:"dd.mm.yyyy"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.sr.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.sr={days:["Недеља","Понедељак","Уторак","Среда","Четвртак","Петак","Субота"],daysShort:["Нед","Пон","Уто","Сре","Чет","Пет","Суб"],daysMin:["Н","По","У","Ср","Ч","Пе","Су"],months:["Јануар","Фебруар","Март","Април","Мај","Јун","Јул","Август","Септембар","Октобар","Новембар","Децембар"],monthsShort:["Јан","Феб","Мар","Апр","Мај","Јун","Јул","Авг","Сеп","Окт","Нов","Дец"],today:"Данас",weekStart:1,format:"dd.mm.yyyy"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.sv.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.sv={days:["Söndag","Måndag","Tisdag","Onsdag","Torsdag","Fredag","Lördag"],daysShort:["Sön","Mån","Tis","Ons","Tor","Fre","Lör"],daysMin:["Sö","Må","Ti","On","To","Fr","Lö"],months:["Januari","Februari","Mars","April","Maj","Juni","Juli","Augusti","September","Oktober","November","December"],monthsShort:["Jan","Feb","Mar","Apr","Maj","Jun","Jul","Aug","Sep","Okt","Nov","Dec"],today:"Idag",format:"yyyy-mm-dd",weekStart:1,clear:"Rensa"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.sw.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.sw={days:["Jumapili","Jumatatu","Jumanne","Jumatano","Alhamisi","Ijumaa","Jumamosi"],daysShort:["J2","J3","J4","J5","Alh","Ij","J1"],daysMin:["2","3","4","5","A","I","1"],months:["Januari","Februari","Machi","Aprili","Mei","Juni","Julai","Agosti","Septemba","Oktoba","Novemba","Desemba"],monthsShort:["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ago","Sep","Okt","Nov","Des"],today:"Leo"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.th.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.th={days:["อาทิตย์","จันทร์","อังคาร","พุธ","พฤหัส","ศุกร์","เสาร์","อาทิตย์"],daysShort:["อา","จ","อ","พ","พฤ","ศ","ส","อา"],daysMin:["อา","จ","อ","พ","พฤ","ศ","ส","อา"],months:["มกราคม","กุมภาพันธ์","มีนาคม","เมษายน","พฤษภาคม","มิถุนายน","กรกฎาคม","สิงหาคม","กันยายน","ตุลาคม","พฤศจิกายน","ธันวาคม"],monthsShort:["ม.ค.","ก.พ.","มี.ค.","เม.ย.","พ.ค.","มิ.ย.","ก.ค.","ส.ค.","ก.ย.","ต.ค.","พ.ย.","ธ.ค."],today:"วันนี้"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.tr.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.tr={days:["Pazar","Pazartesi","Salı","Çarşamba","Perşembe","Cuma","Cumartesi"],daysShort:["Pz","Pzt","Sal","Çrş","Prş","Cu","Cts"],daysMin:["Pz","Pzt","Sa","Çr","Pr","Cu","Ct"],months:["Ocak","Şubat","Mart","Nisan","Mayıs","Haziran","Temmuz","Ağustos","Eylül","Ekim","Kasım","Aralık"],monthsShort:["Oca","Şub","Mar","Nis","May","Haz","Tem","Ağu","Eyl","Eki","Kas","Ara"],today:"Bugün",clear:"Temizle",weekStart:1,format:"dd.mm.yyyy"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.uk.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.uk={days:["Неділя","Понеділок","Вівторок","Середа","Четвер","П'ятниця","Субота"],daysShort:["Нед","Пнд","Втр","Срд","Чтв","Птн","Суб"],daysMin:["Нд","Пн","Вт","Ср","Чт","Пт","Сб"],months:["Cічень","Лютий","Березень","Квітень","Травень","Червень","Липень","Серпень","Вересень","Жовтень","Листопад","Грудень"],monthsShort:["Січ","Лют","Бер","Кві","Тра","Чер","Лип","Сер","Вер","Жов","Лис","Гру"],today:"Сьогодні",clear:"Очистити",format:"dd.mm.yyyy",weekStart:1}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.vi.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates.vi={days:["Chủ nhật","Thứ hai","Thứ ba","Thứ tư","Thứ năm","Thứ sáu","Thứ bảy"],daysShort:["CN","Thứ 2","Thứ 3","Thứ 4","Thứ 5","Thứ 6","Thứ 7"],daysMin:["CN","T2","T3","T4","T5","T6","T7"],months:["Tháng 1","Tháng 2","Tháng 3","Tháng 4","Tháng 5","Tháng 6","Tháng 7","Tháng 8","Tháng 9","Tháng 10","Tháng 11","Tháng 12"],monthsShort:["Th1","Th2","Th3","Th4","Th5","Th6","Th7","Th8","Th9","Th10","Th11","Th12"],today:"Hôm nay",clear:"Xóa",format:"dd/mm/yyyy"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.zh-CN.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates["zh-CN"]={days:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],daysShort:["周日","周一","周二","周三","周四","周五","周六"],daysMin:["日","一","二","三","四","五","六"],months:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],monthsShort:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],today:"今日",clear:"清除",format:"yyyy年mm月dd日",titleFormat:"yyyy年mm月",weekStart:1}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/lib/locales/bootstrap-datepicker.zh-TW.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates["zh-TW"]={days:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],daysShort:["週日","週一","週二","週三","週四","週五","週六"],daysMin:["日","一","二","三","四","五","六"],months:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],monthsShort:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],today:"今天",format:"yyyy年mm月dd日",weekStart:1,clear:"清除"}}(jQuery); -------------------------------------------------------------------------------- /appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/packages.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /appx/input1data.csv: -------------------------------------------------------------------------------- 1 | x 2 | 50 3 | -10 4 | -200 5 | 97 -------------------------------------------------------------------------------- /appx/odr/.vscode/launch.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.2.0", 3 | "configurations": [ 4 | { 5 | "name": "Python", 6 | "type": "python", 7 | "request": "launch", 8 | "stopOnEntry": true, 9 | "program": "${file}", 10 | "debugOptions": [ 11 | "WaitOnAbnormalExit", 12 | "WaitOnNormalExit", 13 | "RedirectOutput" 14 | ] 15 | }, 16 | { 17 | "name": "Python Console App", 18 | "type": "python", 19 | "request": "launch", 20 | "stopOnEntry": false, 21 | "program": "${file}", 22 | "externalConsole": false, 23 | "pythonPath": "python3", 24 | "debugOptions": [ 25 | "WaitOnAbnormalExit", 26 | "WaitOnNormalExit", 27 | "RedirectOutput" 28 | ] 29 | }, 30 | { 31 | "name": "Django", 32 | "type": "python", 33 | "request": "launch", 34 | "stopOnEntry": true, 35 | "program": "${workspaceRoot}/manage.py", 36 | "args": [ 37 | "runserver", 38 | "--noreload" 39 | ], 40 | "debugOptions": [ 41 | "WaitOnAbnormalExit", 42 | "WaitOnNormalExit", 43 | "RedirectOutput", 44 | "DjangoDebugging" 45 | ] 46 | }, 47 | { 48 | "name": "Watson", 49 | "type": "python", 50 | "request": "launch", 51 | "stopOnEntry": true, 52 | "program": "${workspaceRoot}/console.py", 53 | "args": [ 54 | "dev", 55 | "runserver", 56 | "--noreload=True" 57 | ], 58 | "debugOptions": [ 59 | "WaitOnAbnormalExit", 60 | "WaitOnNormalExit", 61 | "RedirectOutput" 62 | ] 63 | } 64 | ] 65 | } -------------------------------------------------------------------------------- /appx/odr/Digit7.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/appx/odr/Digit7.xlsx -------------------------------------------------------------------------------- /appx/odr/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Optical Data Recognition with Microsoft Azure Machine Learning 5 | 24 | 25 | 26 | 27 | 28 | Unfortunately, your browser does not supported. 29 | 30 | 31 |

      32 |

      33 | 34 | 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /imgs/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/.DS_Store -------------------------------------------------------------------------------- /imgs/1.2.i001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/1.2.i001.png -------------------------------------------------------------------------------- /imgs/1.2.i002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/1.2.i002.png -------------------------------------------------------------------------------- /imgs/1.2.i002v2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/1.2.i002v2.png -------------------------------------------------------------------------------- /imgs/1.2.i003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/1.2.i003.png -------------------------------------------------------------------------------- /imgs/1.3.i001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/1.3.i001.png -------------------------------------------------------------------------------- /imgs/1.3.i002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/1.3.i002.png -------------------------------------------------------------------------------- /imgs/1.3.i003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/1.3.i003.png -------------------------------------------------------------------------------- /imgs/1.3.i004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/1.3.i004.png -------------------------------------------------------------------------------- /imgs/1.3.i005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/1.3.i005.png -------------------------------------------------------------------------------- /imgs/1.3.i006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/1.3.i006.png -------------------------------------------------------------------------------- /imgs/1.3.i007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/1.3.i007.png -------------------------------------------------------------------------------- /imgs/1.3.i008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/1.3.i008.png -------------------------------------------------------------------------------- /imgs/1.3.i008v2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/1.3.i008v2.png -------------------------------------------------------------------------------- /imgs/1.3.i009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/1.3.i009.png -------------------------------------------------------------------------------- /imgs/1.3.i009v2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/1.3.i009v2.png -------------------------------------------------------------------------------- /imgs/1.4.i001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/1.4.i001.png -------------------------------------------------------------------------------- /imgs/1.5.i001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/1.5.i001.png -------------------------------------------------------------------------------- /imgs/10.2.d0f15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.d0f15.jpg -------------------------------------------------------------------------------- /imgs/10.2.d0f3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.d0f3.jpg -------------------------------------------------------------------------------- /imgs/10.2.d0f5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.d0f5.jpg -------------------------------------------------------------------------------- /imgs/10.2.d1f15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.d1f15.jpg -------------------------------------------------------------------------------- /imgs/10.2.d1f3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.d1f3.jpg -------------------------------------------------------------------------------- /imgs/10.2.d1f5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.d1f5.jpg -------------------------------------------------------------------------------- /imgs/10.2.i001.1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.i001.1.jpg -------------------------------------------------------------------------------- /imgs/10.2.i001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.i001.jpg -------------------------------------------------------------------------------- /imgs/10.2.i002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.i002.jpg -------------------------------------------------------------------------------- /imgs/10.2.i003.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.i003.jpg -------------------------------------------------------------------------------- /imgs/10.2.i004.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.i004.jpg -------------------------------------------------------------------------------- /imgs/10.2.i005.1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.i005.1.jpg -------------------------------------------------------------------------------- /imgs/10.2.i005.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.i005.jpg -------------------------------------------------------------------------------- /imgs/10.2.i006.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.i006.jpg -------------------------------------------------------------------------------- /imgs/10.2.i007.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.i007.jpg -------------------------------------------------------------------------------- /imgs/10.2.i008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.i008.png -------------------------------------------------------------------------------- /imgs/10.2.i009.1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.i009.1.jpg -------------------------------------------------------------------------------- /imgs/10.2.i009.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.i009.jpg -------------------------------------------------------------------------------- /imgs/10.2.i010.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.i010.jpg -------------------------------------------------------------------------------- /imgs/10.2.i011.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.i011.jpg -------------------------------------------------------------------------------- /imgs/10.2.i012.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.i012.jpg -------------------------------------------------------------------------------- /imgs/10.2.i013.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.i013.jpg -------------------------------------------------------------------------------- /imgs/10.2.i014.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.i014.jpg -------------------------------------------------------------------------------- /imgs/10.2.i015.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.i015.jpg -------------------------------------------------------------------------------- /imgs/10.2.i016.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.i016.jpg -------------------------------------------------------------------------------- /imgs/10.2.i017.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.i017.jpg -------------------------------------------------------------------------------- /imgs/10.2.i018.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.i018.jpg -------------------------------------------------------------------------------- /imgs/10.2.i019.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.i019.jpg -------------------------------------------------------------------------------- /imgs/10.2.i020.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.i020.jpg -------------------------------------------------------------------------------- /imgs/10.2.i021.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.i021.jpg -------------------------------------------------------------------------------- /imgs/10.2.i022.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.i022.jpg -------------------------------------------------------------------------------- /imgs/10.2.i023.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.i023.jpg -------------------------------------------------------------------------------- /imgs/10.2.i024.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.i024.jpg -------------------------------------------------------------------------------- /imgs/10.2.i025.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.i025.jpg -------------------------------------------------------------------------------- /imgs/10.2.i026.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.i026.jpg -------------------------------------------------------------------------------- /imgs/10.2.i027.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.i027.jpg -------------------------------------------------------------------------------- /imgs/10.2.i028.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.i028.jpg -------------------------------------------------------------------------------- /imgs/10.2.i029.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.i029.jpg -------------------------------------------------------------------------------- /imgs/10.2.i030.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.i030.jpg -------------------------------------------------------------------------------- /imgs/10.2.i031.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.i031.jpg -------------------------------------------------------------------------------- /imgs/10.2.i032.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.i032.jpg -------------------------------------------------------------------------------- /imgs/10.2.i033.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.i033.jpg -------------------------------------------------------------------------------- /imgs/10.2.i034.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.i034.jpg -------------------------------------------------------------------------------- /imgs/10.2.i035.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.i035.jpg -------------------------------------------------------------------------------- /imgs/10.2.i036.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.i036.jpg -------------------------------------------------------------------------------- /imgs/10.2.i037.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.i037.jpg -------------------------------------------------------------------------------- /imgs/10.2.i038.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.i038.jpg -------------------------------------------------------------------------------- /imgs/10.2.i039.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.i039.jpg -------------------------------------------------------------------------------- /imgs/10.2.i040.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/10.2.i040.jpg -------------------------------------------------------------------------------- /imgs/2.2.i001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/2.2.i001.png -------------------------------------------------------------------------------- /imgs/2.2.i002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/2.2.i002.png -------------------------------------------------------------------------------- /imgs/2.2.i003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/2.2.i003.png -------------------------------------------------------------------------------- /imgs/2.2.i004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/2.2.i004.png -------------------------------------------------------------------------------- /imgs/2.2.i005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/2.2.i005.png -------------------------------------------------------------------------------- /imgs/2.2.i006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/2.2.i006.png -------------------------------------------------------------------------------- /imgs/2.2.i007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/2.2.i007.png -------------------------------------------------------------------------------- /imgs/2.2.i008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/2.2.i008.png -------------------------------------------------------------------------------- /imgs/2.2.i009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/2.2.i009.png -------------------------------------------------------------------------------- /imgs/2.2.i010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/2.2.i010.png -------------------------------------------------------------------------------- /imgs/2.2.i011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/2.2.i011.png -------------------------------------------------------------------------------- /imgs/2.2.i012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/2.2.i012.png -------------------------------------------------------------------------------- /imgs/2.2.i013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/2.2.i013.png -------------------------------------------------------------------------------- /imgs/2.2.i014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/2.2.i014.png -------------------------------------------------------------------------------- /imgs/2.2.i015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/2.2.i015.png -------------------------------------------------------------------------------- /imgs/2.2.i016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/2.2.i016.png -------------------------------------------------------------------------------- /imgs/2.2.i017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/2.2.i017.png -------------------------------------------------------------------------------- /imgs/2.2.i018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/2.2.i018.png -------------------------------------------------------------------------------- /imgs/2.2.i019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/2.2.i019.png -------------------------------------------------------------------------------- /imgs/3.2.i001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/3.2.i001.png -------------------------------------------------------------------------------- /imgs/3.2.i002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/3.2.i002.png -------------------------------------------------------------------------------- /imgs/3.2.i003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/3.2.i003.png -------------------------------------------------------------------------------- /imgs/3.2.i004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/3.2.i004.png -------------------------------------------------------------------------------- /imgs/3.2.i005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/3.2.i005.png -------------------------------------------------------------------------------- /imgs/3.2.i006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/3.2.i006.png -------------------------------------------------------------------------------- /imgs/3.2.i007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/3.2.i007.png -------------------------------------------------------------------------------- /imgs/3.2.i008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/3.2.i008.png -------------------------------------------------------------------------------- /imgs/3.2.i009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/3.2.i009.png -------------------------------------------------------------------------------- /imgs/3.2.i010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/3.2.i010.png -------------------------------------------------------------------------------- /imgs/3.3.i001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/3.3.i001.png -------------------------------------------------------------------------------- /imgs/3.3.i002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/3.3.i002.png -------------------------------------------------------------------------------- /imgs/3.3.i003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/3.3.i003.png -------------------------------------------------------------------------------- /imgs/3.3.i004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/3.3.i004.png -------------------------------------------------------------------------------- /imgs/3.3.i005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/3.3.i005.png -------------------------------------------------------------------------------- /imgs/3.3.i006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/3.3.i006.png -------------------------------------------------------------------------------- /imgs/3.3.i007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/3.3.i007.png -------------------------------------------------------------------------------- /imgs/3.3.i008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/3.3.i008.png -------------------------------------------------------------------------------- /imgs/3.3.i009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/3.3.i009.png -------------------------------------------------------------------------------- /imgs/3.3.i010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/3.3.i010.png -------------------------------------------------------------------------------- /imgs/3.3.i011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/3.3.i011.png -------------------------------------------------------------------------------- /imgs/3.3.i012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/3.3.i012.png -------------------------------------------------------------------------------- /imgs/3.3.i013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/3.3.i013.png -------------------------------------------------------------------------------- /imgs/3.3.i014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/3.3.i014.png -------------------------------------------------------------------------------- /imgs/3.3.i015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/3.3.i015.png -------------------------------------------------------------------------------- /imgs/3.3.i016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/3.3.i016.png -------------------------------------------------------------------------------- /imgs/3.3.i017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/3.3.i017.png -------------------------------------------------------------------------------- /imgs/3.3.i018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/3.3.i018.png -------------------------------------------------------------------------------- /imgs/3.3.i019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/3.3.i019.png -------------------------------------------------------------------------------- /imgs/3.3.i020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/3.3.i020.png -------------------------------------------------------------------------------- /imgs/3.3.i021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/3.3.i021.png -------------------------------------------------------------------------------- /imgs/3.3.i022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/3.3.i022.png -------------------------------------------------------------------------------- /imgs/3.3.i023.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/3.3.i023.png -------------------------------------------------------------------------------- /imgs/3.3.i024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/3.3.i024.png -------------------------------------------------------------------------------- /imgs/3.3.i025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/3.3.i025.png -------------------------------------------------------------------------------- /imgs/3.3.i026.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/3.3.i026.png -------------------------------------------------------------------------------- /imgs/4.2.i001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i001.png -------------------------------------------------------------------------------- /imgs/4.2.i002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i002.png -------------------------------------------------------------------------------- /imgs/4.2.i003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i003.png -------------------------------------------------------------------------------- /imgs/4.2.i004_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i004_1.png -------------------------------------------------------------------------------- /imgs/4.2.i004_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i004_2.png -------------------------------------------------------------------------------- /imgs/4.2.i005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i005.png -------------------------------------------------------------------------------- /imgs/4.2.i006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i006.png -------------------------------------------------------------------------------- /imgs/4.2.i007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i007.png -------------------------------------------------------------------------------- /imgs/4.2.i008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i008.png -------------------------------------------------------------------------------- /imgs/4.2.i009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i009.png -------------------------------------------------------------------------------- /imgs/4.2.i010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i010.png -------------------------------------------------------------------------------- /imgs/4.2.i011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i011.png -------------------------------------------------------------------------------- /imgs/4.2.i012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i012.png -------------------------------------------------------------------------------- /imgs/4.2.i013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i013.png -------------------------------------------------------------------------------- /imgs/4.2.i014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i014.png -------------------------------------------------------------------------------- /imgs/4.2.i015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i015.png -------------------------------------------------------------------------------- /imgs/4.2.i016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i016.png -------------------------------------------------------------------------------- /imgs/4.2.i017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i017.png -------------------------------------------------------------------------------- /imgs/4.2.i018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i018.png -------------------------------------------------------------------------------- /imgs/4.2.i019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i019.png -------------------------------------------------------------------------------- /imgs/4.2.i020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i020.png -------------------------------------------------------------------------------- /imgs/4.2.i021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i021.png -------------------------------------------------------------------------------- /imgs/4.2.i022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i022.png -------------------------------------------------------------------------------- /imgs/4.2.i023.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i023.png -------------------------------------------------------------------------------- /imgs/4.2.i024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i024.png -------------------------------------------------------------------------------- /imgs/4.2.i025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i025.png -------------------------------------------------------------------------------- /imgs/4.2.i026.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i026.png -------------------------------------------------------------------------------- /imgs/4.2.i027.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i027.png -------------------------------------------------------------------------------- /imgs/4.2.i028.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i028.png -------------------------------------------------------------------------------- /imgs/4.2.i029.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i029.png -------------------------------------------------------------------------------- /imgs/4.2.i030.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i030.png -------------------------------------------------------------------------------- /imgs/4.2.i031.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i031.png -------------------------------------------------------------------------------- /imgs/4.2.i032.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i032.png -------------------------------------------------------------------------------- /imgs/4.2.i033.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i033.png -------------------------------------------------------------------------------- /imgs/4.2.i034.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i034.png -------------------------------------------------------------------------------- /imgs/4.2.i035.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i035.png -------------------------------------------------------------------------------- /imgs/4.2.i036.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i036.png -------------------------------------------------------------------------------- /imgs/4.2.i037.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i037.png -------------------------------------------------------------------------------- /imgs/4.2.i038.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i038.png -------------------------------------------------------------------------------- /imgs/4.2.i039.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i039.png -------------------------------------------------------------------------------- /imgs/4.2.i040.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i040.png -------------------------------------------------------------------------------- /imgs/4.2.i041.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i041.png -------------------------------------------------------------------------------- /imgs/4.2.i042.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i042.png -------------------------------------------------------------------------------- /imgs/4.2.i043.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i043.png -------------------------------------------------------------------------------- /imgs/4.2.i044.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i044.png -------------------------------------------------------------------------------- /imgs/4.2.i045.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i045.png -------------------------------------------------------------------------------- /imgs/4.2.i046.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i046.png -------------------------------------------------------------------------------- /imgs/4.2.i047.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/4.2.i047.png -------------------------------------------------------------------------------- /imgs/5.2.i001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/5.2.i001.png -------------------------------------------------------------------------------- /imgs/5.2.i002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/5.2.i002.png -------------------------------------------------------------------------------- /imgs/5.2.i003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/5.2.i003.png -------------------------------------------------------------------------------- /imgs/5.2.i004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/5.2.i004.png -------------------------------------------------------------------------------- /imgs/5.2.i005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/5.2.i005.png -------------------------------------------------------------------------------- /imgs/5.2.i006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/5.2.i006.png -------------------------------------------------------------------------------- /imgs/5.2.i007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/5.2.i007.png -------------------------------------------------------------------------------- /imgs/5.2.i008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/5.2.i008.png -------------------------------------------------------------------------------- /imgs/5.2.i009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/5.2.i009.png -------------------------------------------------------------------------------- /imgs/5.2.i010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/5.2.i010.png -------------------------------------------------------------------------------- /imgs/5.2.i011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/5.2.i011.png -------------------------------------------------------------------------------- /imgs/5.2.i012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/5.2.i012.png -------------------------------------------------------------------------------- /imgs/5.2.i013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/5.2.i013.png -------------------------------------------------------------------------------- /imgs/5.2.i014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/5.2.i014.png -------------------------------------------------------------------------------- /imgs/5.2.i015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/5.2.i015.png -------------------------------------------------------------------------------- /imgs/6.2.i001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i001.png -------------------------------------------------------------------------------- /imgs/6.2.i002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i002.png -------------------------------------------------------------------------------- /imgs/6.2.i003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i003.png -------------------------------------------------------------------------------- /imgs/6.2.i004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i004.png -------------------------------------------------------------------------------- /imgs/6.2.i005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i005.png -------------------------------------------------------------------------------- /imgs/6.2.i006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i006.png -------------------------------------------------------------------------------- /imgs/6.2.i007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i007.png -------------------------------------------------------------------------------- /imgs/6.2.i008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i008.png -------------------------------------------------------------------------------- /imgs/6.2.i009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i009.png -------------------------------------------------------------------------------- /imgs/6.2.i010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i010.png -------------------------------------------------------------------------------- /imgs/6.2.i011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i011.png -------------------------------------------------------------------------------- /imgs/6.2.i012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i012.png -------------------------------------------------------------------------------- /imgs/6.2.i013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i013.png -------------------------------------------------------------------------------- /imgs/6.2.i014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i014.png -------------------------------------------------------------------------------- /imgs/6.2.i015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i015.png -------------------------------------------------------------------------------- /imgs/6.2.i016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i016.png -------------------------------------------------------------------------------- /imgs/6.2.i017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i017.png -------------------------------------------------------------------------------- /imgs/6.2.i018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i018.png -------------------------------------------------------------------------------- /imgs/6.2.i019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i019.png -------------------------------------------------------------------------------- /imgs/6.2.i020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i020.png -------------------------------------------------------------------------------- /imgs/6.2.i021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i021.png -------------------------------------------------------------------------------- /imgs/6.2.i022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i022.png -------------------------------------------------------------------------------- /imgs/6.2.i023.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i023.png -------------------------------------------------------------------------------- /imgs/6.2.i024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i024.png -------------------------------------------------------------------------------- /imgs/6.2.i025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i025.png -------------------------------------------------------------------------------- /imgs/6.2.i026.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i026.png -------------------------------------------------------------------------------- /imgs/6.2.i027.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i027.png -------------------------------------------------------------------------------- /imgs/6.2.i027_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i027_a.png -------------------------------------------------------------------------------- /imgs/6.2.i028.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i028.png -------------------------------------------------------------------------------- /imgs/6.2.i029.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i029.png -------------------------------------------------------------------------------- /imgs/6.2.i029_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i029_2.png -------------------------------------------------------------------------------- /imgs/6.2.i030.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i030.png -------------------------------------------------------------------------------- /imgs/6.2.i031.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i031.png -------------------------------------------------------------------------------- /imgs/6.2.i032.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i032.png -------------------------------------------------------------------------------- /imgs/6.2.i033.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i033.png -------------------------------------------------------------------------------- /imgs/6.2.i034.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i034.png -------------------------------------------------------------------------------- /imgs/6.2.i035.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i035.png -------------------------------------------------------------------------------- /imgs/6.2.i036.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i036.png -------------------------------------------------------------------------------- /imgs/6.2.i037.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i037.png -------------------------------------------------------------------------------- /imgs/6.2.i038.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i038.png -------------------------------------------------------------------------------- /imgs/6.2.i039_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i039_a.png -------------------------------------------------------------------------------- /imgs/6.2.i039_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i039_b.png -------------------------------------------------------------------------------- /imgs/6.2.i040.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i040.png -------------------------------------------------------------------------------- /imgs/6.2.i041.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i041.png -------------------------------------------------------------------------------- /imgs/6.2.i042.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i042.png -------------------------------------------------------------------------------- /imgs/6.2.i043.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i043.png -------------------------------------------------------------------------------- /imgs/6.2.i043_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i043_1.png -------------------------------------------------------------------------------- /imgs/6.2.i044_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i044_1.png -------------------------------------------------------------------------------- /imgs/6.2.i044_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i044_2.png -------------------------------------------------------------------------------- /imgs/6.2.i044_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i044_3.png -------------------------------------------------------------------------------- /imgs/6.2.i044_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i044_4.png -------------------------------------------------------------------------------- /imgs/6.2.i044_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i044_5.png -------------------------------------------------------------------------------- /imgs/6.2.i044_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i044_6.png -------------------------------------------------------------------------------- /imgs/6.2.i045.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i045.png -------------------------------------------------------------------------------- /imgs/6.2.i046.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i046.png -------------------------------------------------------------------------------- /imgs/6.2.i047.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i047.png -------------------------------------------------------------------------------- /imgs/6.2.i048.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i048.png -------------------------------------------------------------------------------- /imgs/6.2.i049.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/6.2.i049.png -------------------------------------------------------------------------------- /imgs/7.2.i001.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i001.1.png -------------------------------------------------------------------------------- /imgs/7.2.i001.2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i001.2.png -------------------------------------------------------------------------------- /imgs/7.2.i001.3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i001.3.png -------------------------------------------------------------------------------- /imgs/7.2.i001.4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i001.4.png -------------------------------------------------------------------------------- /imgs/7.2.i001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i001.png -------------------------------------------------------------------------------- /imgs/7.2.i002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i002.png -------------------------------------------------------------------------------- /imgs/7.2.i003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i003.png -------------------------------------------------------------------------------- /imgs/7.2.i004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i004.png -------------------------------------------------------------------------------- /imgs/7.2.i005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i005.png -------------------------------------------------------------------------------- /imgs/7.2.i006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i006.png -------------------------------------------------------------------------------- /imgs/7.2.i007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i007.png -------------------------------------------------------------------------------- /imgs/7.2.i008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i008.png -------------------------------------------------------------------------------- /imgs/7.2.i009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i009.png -------------------------------------------------------------------------------- /imgs/7.2.i010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i010.png -------------------------------------------------------------------------------- /imgs/7.2.i011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i011.png -------------------------------------------------------------------------------- /imgs/7.2.i012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i012.png -------------------------------------------------------------------------------- /imgs/7.2.i013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i013.png -------------------------------------------------------------------------------- /imgs/7.2.i014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i014.png -------------------------------------------------------------------------------- /imgs/7.2.i015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i015.png -------------------------------------------------------------------------------- /imgs/7.2.i016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i016.png -------------------------------------------------------------------------------- /imgs/7.2.i017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i017.png -------------------------------------------------------------------------------- /imgs/7.2.i018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i018.png -------------------------------------------------------------------------------- /imgs/7.2.i019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i019.png -------------------------------------------------------------------------------- /imgs/7.2.i020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i020.png -------------------------------------------------------------------------------- /imgs/7.2.i021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i021.png -------------------------------------------------------------------------------- /imgs/7.2.i022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i022.png -------------------------------------------------------------------------------- /imgs/7.2.i023.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i023.png -------------------------------------------------------------------------------- /imgs/7.2.i024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i024.png -------------------------------------------------------------------------------- /imgs/7.2.i025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i025.png -------------------------------------------------------------------------------- /imgs/7.2.i026.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i026.png -------------------------------------------------------------------------------- /imgs/7.2.i027.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i027.png -------------------------------------------------------------------------------- /imgs/7.2.i028.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i028.png -------------------------------------------------------------------------------- /imgs/7.2.i029.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i029.png -------------------------------------------------------------------------------- /imgs/7.2.i030.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i030.png -------------------------------------------------------------------------------- /imgs/7.2.i031.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i031.png -------------------------------------------------------------------------------- /imgs/7.2.i032.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i032.png -------------------------------------------------------------------------------- /imgs/7.2.i033.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i033.png -------------------------------------------------------------------------------- /imgs/7.2.i034.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i034.png -------------------------------------------------------------------------------- /imgs/7.2.i035.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i035.png -------------------------------------------------------------------------------- /imgs/7.2.i036.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i036.png -------------------------------------------------------------------------------- /imgs/7.2.i037.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i037.png -------------------------------------------------------------------------------- /imgs/7.2.i038.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i038.png -------------------------------------------------------------------------------- /imgs/7.2.i039.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i039.png -------------------------------------------------------------------------------- /imgs/7.2.i040.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i040.png -------------------------------------------------------------------------------- /imgs/7.2.i041.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i041.png -------------------------------------------------------------------------------- /imgs/7.2.i042.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i042.png -------------------------------------------------------------------------------- /imgs/7.2.i043.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i043.png -------------------------------------------------------------------------------- /imgs/7.2.i044.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i044.png -------------------------------------------------------------------------------- /imgs/7.2.i045.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i045.png -------------------------------------------------------------------------------- /imgs/7.2.i046.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i046.png -------------------------------------------------------------------------------- /imgs/7.2.i047.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/7.2.i047.png -------------------------------------------------------------------------------- /imgs/8.2.i001.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/8.2.i001.1.png -------------------------------------------------------------------------------- /imgs/8.2.i001.2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/8.2.i001.2.png -------------------------------------------------------------------------------- /imgs/8.2.i001.3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/8.2.i001.3.png -------------------------------------------------------------------------------- /imgs/8.2.i001.4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/8.2.i001.4.png -------------------------------------------------------------------------------- /imgs/8.2.i001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/8.2.i001.png -------------------------------------------------------------------------------- /imgs/8.2.i002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/8.2.i002.png -------------------------------------------------------------------------------- /imgs/8.2.i003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/8.2.i003.png -------------------------------------------------------------------------------- /imgs/8.2.i004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/8.2.i004.png -------------------------------------------------------------------------------- /imgs/8.2.i005.2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/8.2.i005.2.png -------------------------------------------------------------------------------- /imgs/8.2.i005.3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/8.2.i005.3.png -------------------------------------------------------------------------------- /imgs/8.2.i005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/8.2.i005.png -------------------------------------------------------------------------------- /imgs/8.2.i006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/8.2.i006.png -------------------------------------------------------------------------------- /imgs/8.2.i007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/8.2.i007.png -------------------------------------------------------------------------------- /imgs/8.2.i008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/8.2.i008.png -------------------------------------------------------------------------------- /imgs/8.2.i009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/8.2.i009.png -------------------------------------------------------------------------------- /imgs/8.2.i010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/8.2.i010.png -------------------------------------------------------------------------------- /imgs/8.2.i011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/8.2.i011.png -------------------------------------------------------------------------------- /imgs/8.2.i012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/8.2.i012.png -------------------------------------------------------------------------------- /imgs/8.2.i013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/8.2.i013.png -------------------------------------------------------------------------------- /imgs/8.2.i014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/8.2.i014.png -------------------------------------------------------------------------------- /imgs/8.2.i015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/8.2.i015.png -------------------------------------------------------------------------------- /imgs/8.2.i016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/8.2.i016.png -------------------------------------------------------------------------------- /imgs/8.2.i017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/8.2.i017.png -------------------------------------------------------------------------------- /imgs/8.2.i018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/8.2.i018.png -------------------------------------------------------------------------------- /imgs/8.2.i019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/8.2.i019.png -------------------------------------------------------------------------------- /imgs/8.2.i020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/8.2.i020.png -------------------------------------------------------------------------------- /imgs/8.2.i021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/8.2.i021.png -------------------------------------------------------------------------------- /imgs/8.2.i022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/8.2.i022.png -------------------------------------------------------------------------------- /imgs/8.2.i023.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/8.2.i023.png -------------------------------------------------------------------------------- /imgs/8.2.i024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/8.2.i024.png -------------------------------------------------------------------------------- /imgs/9.2.i001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/9.2.i001.jpg -------------------------------------------------------------------------------- /imgs/9.2.i002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/9.2.i002.jpg -------------------------------------------------------------------------------- /imgs/9.2.i003.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/9.2.i003.jpg -------------------------------------------------------------------------------- /imgs/9.2.i004.1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/9.2.i004.1.jpg -------------------------------------------------------------------------------- /imgs/9.2.i004.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/9.2.i004.jpg -------------------------------------------------------------------------------- /imgs/9.2.i005.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/9.2.i005.jpg -------------------------------------------------------------------------------- /imgs/9.2.i006.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/9.2.i006.jpg -------------------------------------------------------------------------------- /imgs/9.2.i007.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/9.2.i007.jpg -------------------------------------------------------------------------------- /imgs/9.2.i008.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/9.2.i008.jpg -------------------------------------------------------------------------------- /imgs/9.2.i009.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/9.2.i009.jpg -------------------------------------------------------------------------------- /imgs/9.2.i010.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/9.2.i010.jpg -------------------------------------------------------------------------------- /imgs/9.2.i011.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/9.2.i011.jpg -------------------------------------------------------------------------------- /imgs/9.2.i012.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/9.2.i012.jpg -------------------------------------------------------------------------------- /imgs/9.2.i013.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/9.2.i013.jpg -------------------------------------------------------------------------------- /imgs/9.2.i014.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/9.2.i014.jpg -------------------------------------------------------------------------------- /imgs/9.2.i015.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/9.2.i015.jpg -------------------------------------------------------------------------------- /imgs/9.2.i016.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/9.2.i016.jpg -------------------------------------------------------------------------------- /imgs/9.2.i017.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/9.2.i017.jpg -------------------------------------------------------------------------------- /imgs/9.2.i018.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/9.2.i018.jpg -------------------------------------------------------------------------------- /imgs/9.2.i019.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/9.2.i019.jpg -------------------------------------------------------------------------------- /imgs/9.2.i020.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/9.2.i020.jpg -------------------------------------------------------------------------------- /imgs/9.2.i021.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/9.2.i021.jpg -------------------------------------------------------------------------------- /imgs/9.2.i022.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/9.2.i022.jpg -------------------------------------------------------------------------------- /imgs/9.2.i023.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/9.2.i023.jpg -------------------------------------------------------------------------------- /imgs/9.2.i024.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/9.2.i024.jpg -------------------------------------------------------------------------------- /imgs/9.2.i025.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/9.2.i025.jpg -------------------------------------------------------------------------------- /imgs/9.2.i026.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/9.2.i026.jpg -------------------------------------------------------------------------------- /imgs/9.2.i027.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/9.2.i027.jpg -------------------------------------------------------------------------------- /imgs/9.2.i028.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/9.2.i028.jpg -------------------------------------------------------------------------------- /imgs/9.2.i029.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/9.2.i029.jpg -------------------------------------------------------------------------------- /imgs/9.2.i030.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/9.2.i030.jpg -------------------------------------------------------------------------------- /imgs/9.2.i031.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/9.2.i031.jpg -------------------------------------------------------------------------------- /imgs/9.2.i032.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/9.2.i032.jpg -------------------------------------------------------------------------------- /imgs/9.2.i033.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/9.2.i033.jpg -------------------------------------------------------------------------------- /imgs/9.2.i034.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/9.2.i034.jpg -------------------------------------------------------------------------------- /imgs/9.2.i035.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/hol-azure-machine-learning/1407e9c87ea32d4c2b7c3edc8d26865a5720d2c0/imgs/9.2.i035.jpg --------------------------------------------------------------------------------