gitextract_urgunsiu/ ├── .gitignore ├── LICENSE ├── Materials/ │ ├── Backup_Slides.R │ ├── Backup_Slides.html │ ├── Data/ │ │ └── okc.RData │ ├── Materials.Rproj │ ├── Part_1_Getting_Started.R │ ├── Part_1_Getting_Started.html │ ├── Part_2_Basic_Principles.R │ ├── Part_2_Basic_Principles.html │ ├── Part_2_Basic_Principles_files/ │ │ ├── DiagrammeR-styles-0.2/ │ │ │ └── styles.css │ │ ├── Proj4Leaflet-1.0.1/ │ │ │ ├── proj4-compressed.js │ │ │ └── proj4leaflet.js │ │ ├── grViz-binding-1.0.0/ │ │ │ └── grViz.js │ │ ├── htmlwidgets-1.3/ │ │ │ └── htmlwidgets.js │ │ ├── leaflet-1.3.1/ │ │ │ ├── leaflet.css │ │ │ └── leaflet.js │ │ ├── leaflet-binding-2.0.2/ │ │ │ └── leaflet.js │ │ ├── leaflet-providers-1.1.17/ │ │ │ ├── leaflet-providers.js │ │ │ ├── package.json │ │ │ ├── providers.json │ │ │ └── rstudio_install.md │ │ ├── leaflet-providers-plugin-2.0.2/ │ │ │ └── leaflet-providers-plugin.js │ │ ├── leafletfix-1.0.0/ │ │ │ └── leafletfix.css │ │ ├── rstudio_leaflet-1.3.1/ │ │ │ └── rstudio_leaflet.css │ │ └── viz-0.3/ │ │ └── viz.js │ ├── Part_2_Hands_On_1.R │ ├── Part_2_Hands_On_2.R │ ├── Part_3_Feature_Engineering.R │ ├── Part_3_Feature_Engineering.html │ ├── Part_3_Hands_On_1.R │ ├── Part_4_Regression_Modeling.R │ ├── Part_4_Regression_Modeling.html │ ├── Part_4_Regression_Modeling_files/ │ │ └── figure-html/ │ │ └── widgets/ │ │ ├── girafe_libs/ │ │ │ ├── d3-lasso-0.0.5/ │ │ │ │ └── lasso.js │ │ │ ├── ggiraphjs-0.1.0/ │ │ │ │ └── styles.css │ │ │ ├── girafe-binding-0.6.0/ │ │ │ │ └── girafe.js │ │ │ ├── htmlwidgets-1.3/ │ │ │ │ └── htmlwidgets.js │ │ │ └── pymjs-1.3.2/ │ │ │ └── pym.v1.js │ │ ├── widget_bagged-pred-plot.html │ │ ├── widget_bagged-resid-plot.html │ │ ├── widget_glmn-pred-plot.html │ │ ├── widget_glmn-resid-plot.html │ │ ├── widget_mars-pred-plot.html │ │ └── widget_mars-resid-plot.html │ ├── Part_5_Classification.R │ ├── Part_5_Classification.html │ ├── Part_5_Hands_On_1.R │ ├── Part_5_Hands_On_2.R │ ├── RData/ │ │ ├── glmn_mod.RData │ │ ├── mars_gcv_bag.RData │ │ ├── mars_gcv_mod.RData │ │ └── mars_mod.RData │ ├── Room_1_Scratch.R │ ├── fonts_mtheme.css │ ├── fonts_mtheme_max.css │ ├── libs/ │ │ ├── DiagrammeR-styles-0.2/ │ │ │ └── styles.css │ │ ├── Proj4Leaflet-1.0.1/ │ │ │ ├── proj4-compressed.js │ │ │ └── proj4leaflet.js │ │ ├── crosstalk-1.0.0/ │ │ │ ├── css/ │ │ │ │ └── crosstalk.css │ │ │ └── js/ │ │ │ └── crosstalk.js │ │ ├── d3-lasso-0.0.5/ │ │ │ └── lasso.js │ │ ├── ggiraphjs-0.1.0/ │ │ │ └── styles.css │ │ ├── girafe-binding-0.6.0/ │ │ │ └── girafe.js │ │ ├── grViz-binding-1.0.0/ │ │ │ └── grViz.js │ │ ├── htmlwidgets-1.2/ │ │ │ └── htmlwidgets.js │ │ ├── htmlwidgets-1.3/ │ │ │ └── htmlwidgets.js │ │ ├── jquery-1.11.3/ │ │ │ ├── jquery-AUTHORS.txt │ │ │ └── jquery.js │ │ ├── kePrint-0.0.1/ │ │ │ └── kePrint.js │ │ ├── leaflet-1.3.1/ │ │ │ ├── leaflet.css │ │ │ └── leaflet.js │ │ ├── leaflet-binding-2.0.1/ │ │ │ ├── leaflet.js │ │ │ ├── leaflet.yaml │ │ │ ├── lib/ │ │ │ │ ├── leaflet/ │ │ │ │ │ ├── leaflet.css │ │ │ │ │ └── leaflet.js │ │ │ │ ├── leaflet-measure/ │ │ │ │ │ └── leaflet-measure.css │ │ │ │ ├── leaflet-omnivore/ │ │ │ │ │ ├── LICENSE │ │ │ │ │ ├── index.js │ │ │ │ │ └── package.json │ │ │ │ ├── leaflet-providers/ │ │ │ │ │ ├── leaflet-providers.js │ │ │ │ │ ├── package.json │ │ │ │ │ ├── providers.json │ │ │ │ │ └── rstudio_install.md │ │ │ │ ├── leafletfix/ │ │ │ │ │ └── leafletfix.css │ │ │ │ └── rstudio_leaflet/ │ │ │ │ └── rstudio_leaflet.css │ │ │ └── plugins/ │ │ │ ├── Leaflet-MiniMap/ │ │ │ │ ├── Control.MiniMap.css │ │ │ │ ├── Control.MiniMap.js │ │ │ │ └── Minimap-binding.js │ │ │ ├── Leaflet.EasyButton/ │ │ │ │ ├── EasyButton-binding.js │ │ │ │ ├── LICENSE │ │ │ │ ├── easy-button.css │ │ │ │ └── easy-button.js │ │ │ ├── Leaflet.Graticule/ │ │ │ │ ├── Graticule-binding.js │ │ │ │ ├── L.Graticule.js │ │ │ │ └── Leaflet.Graticule.js │ │ │ ├── Leaflet.SimpleGraticule/ │ │ │ │ ├── L.SimpleGraticule.css │ │ │ │ ├── L.SimpleGraticule.js │ │ │ │ └── SimpleGraticule-binding.js │ │ │ ├── Leaflet.Terminator/ │ │ │ │ ├── L.Terminator.js │ │ │ │ └── Terminator-binding.js │ │ │ ├── Leaflet.awesome-markers/ │ │ │ │ ├── fonts/ │ │ │ │ │ └── FontAwesome.otf │ │ │ │ ├── leaflet.awesome-markers.css │ │ │ │ └── leaflet.awesome-markers.js │ │ │ ├── Leaflet.markercluster/ │ │ │ │ ├── MIT-LICENCE.txt │ │ │ │ ├── MarkerCluster.Default.css │ │ │ │ ├── MarkerCluster.css │ │ │ │ ├── leaflet.markercluster.freezable.js │ │ │ │ ├── leaflet.markercluster.js │ │ │ │ ├── leaflet.markercluster.layersupport.js │ │ │ │ └── package.json │ │ │ ├── Proj4Leaflet/ │ │ │ │ ├── proj4-compressed.js │ │ │ │ └── proj4leaflet.js │ │ │ ├── leaflet-locationfilter/ │ │ │ │ ├── locationfilter-bindings.js │ │ │ │ ├── locationfilter.css │ │ │ │ └── locationfilter.js │ │ │ └── leaflet-providers-plugin/ │ │ │ └── leaflet-providers-plugin.js │ │ ├── leaflet-binding-2.0.2/ │ │ │ └── leaflet.js │ │ ├── leaflet-providers-1.1.17/ │ │ │ ├── leaflet-providers.js │ │ │ ├── package.json │ │ │ ├── providers.json │ │ │ └── rstudio_install.md │ │ ├── leaflet-providers-plugin-2.0.1/ │ │ │ └── leaflet-providers-plugin.js │ │ ├── leaflet-providers-plugin-2.0.2/ │ │ │ └── leaflet-providers-plugin.js │ │ ├── leafletfix-1.0.0/ │ │ │ └── leafletfix.css │ │ ├── plotly-binding-4.8.0/ │ │ │ └── plotly.js │ │ ├── plotly-htmlwidgets-css-1.39.2/ │ │ │ └── plotly-htmlwidgets.css │ │ ├── pymjs-1.3.2/ │ │ │ └── pym.v1.js │ │ ├── rstudio_leaflet-1.3.1/ │ │ │ └── rstudio_leaflet.css │ │ ├── viz-0.3/ │ │ │ └── viz.js │ │ └── widgetframe-binding-0.3.1/ │ │ └── widgetframe.js │ ├── macros.js │ ├── mtheme_max.css │ ├── scratch-part-3.R │ ├── scratch_1.R │ ├── tidymodels.R │ └── tidymodels.html ├── Preparations/ │ └── installs.R └── README.md