Skip to content

Instantly share code, notes, and snippets.

View Chucooleg's full-sized avatar

Legg Yeung Chucooleg

View GitHub Profile
@Chucooleg
Chucooleg / Lesson8_GraphAssignment.ipynb
Created March 20, 2021 16:24
UW Lesson8 Graph Assignment Submission
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Chucooleg
Chucooleg / igraph_test_3.ipynb
Created June 19, 2019 04:37
igraph_test_3.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Chucooleg
Chucooleg / Encoding_Architecture.md
Last active February 9, 2018 09:33
Question Response

Data Characteristics

To properly frame the encoding problem, I think we can start with the data characteristics of architectural elements. In digital models, each architectural element is represented by geometries with certain points, dimensions and type (such as nurbs and mesh). In construction documents, each element is tagged with its functional identifiers (such as door id), along with spreadsheets that associate more elaborate information (such as fire-resistance). In more advanced BIM softwares many of these features are linked together through some data structures. Before we jump onto building any kind of predictive or inference models, we need to acknowledge that our data is dual-natured:

  • Numeric properties : dimensions (length, height, width), material properties (light transparencies, reflectiveness, thermal conductivity)

To model using data like this, we are facing the curse of dimensionality. For every new invention of architectural elements out there, new material features may be inven

@Chucooleg
Chucooleg / usda_data_quality.ipynb
Last active September 26, 2016 22:05
Data Quality -- First Pass (USDA terminal reports)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Chucooleg
Chucooleg / 311_PCA.ipynb
Created September 26, 2016 21:54
Principal Component Assignment
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Chucooleg
Chucooleg / 311_FeatureEngineering_LinearRegression.ipynb
Last active October 10, 2016 19:26
Feature Engineering Exercise (Linear Regression) (NYC 311 2010 data)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.