|
45 | 45 | "title": "VGG16 + XGBoost (or LightGBM)", |
46 | 46 | "description": "We used VGG16 for feature extraction. VGG16 is a 16-layer CNN that was trained on millions of images\r\nfrom the ImageNet database. The we used XGboost for regression and LightGBM for classification of rooftop heights.", |
47 | 47 | "main-category": "Machine Learning", |
48 | | - "datetime": "2025-06-17", |
| 48 | + "datetime": "2025-07-03", |
49 | 49 | "keywords": [ |
50 | 50 | "Rooftop images", |
51 | 51 | " CNN", |
|
54 | 54 | " regression", |
55 | 55 | " classification", |
56 | 56 | " lightGBM", |
57 | | - " classification." |
| 57 | + " classification.", |
| 58 | + "jupyter_notebook_available" |
58 | 59 | ], |
59 | 60 | "platform": "Local Jupyter notebook", |
60 | 61 | "framework": "Scikit-Learn", |
|
82 | 83 | "href": "./catalog.json", |
83 | 84 | "type": "application/json", |
84 | 85 | "title": "ML collection" |
| 86 | + }, |
| 87 | + { |
| 88 | + "href": "https://github.com/FAIRiCUBE/uc4-building-stock/blob/main/models/XGBoost_Roof_Height.py", |
| 89 | + "rel": "about", |
| 90 | + "type": "text/html", |
| 91 | + "title": "Implementation example" |
85 | 92 | } |
86 | 93 | ], |
87 | 94 | "assets": { |
88 | 95 | "input-data-used": { |
89 | 96 | "href": "https://www.data.gv.at/katalog/dataset/25b694ad-802b-4f64-bcbc-09897b0dcbf7", |
90 | 97 | "type": "Data", |
91 | 98 | "title": "Input data used", |
92 | | - "description": "https://www.data.gv.at/katalog/dataset/25b694ad-802b-4f64-bcbc-09897b0dcbf7", |
| 99 | + "description": "Vienna's open governmental portal (LOD2.1 building data)", |
93 | 100 | "biases-and-ethical-aspects": "", |
94 | 101 | "roles": [ |
95 | 102 | "data" |
96 | 103 | ] |
97 | 104 | }, |
98 | 105 | "model-checkpoint": { |
99 | | - "href": "Not available online.", |
| 106 | + "href": "Under review in Zenodo", |
100 | 107 | "type": "application/octet-stream", |
101 | 108 | "title": "Model", |
102 | 109 | "description": "The output data is a trained model that estimates rooftop heights from rooftop images.", |
|
0 commit comments