Posts

Showing posts from July, 2025

2025-07-25: Feature Engineering with Shallow Features and Methods

Image
  Creating synthesized instances with SMOTE (from Figure 3 in  Wongvorachan et al. ) Jason Brownlee gave the definition of feature engineering as follows: "feature engineering is the process of transforming raw data into features that better represent the underlying problem to the predictive models, resulting in improved model accuracy on unseen data". In other words, feature engineering is manually designing what the input Xs should be. Feature engineering is regarded as  key to success in applied machine learning. " Much of the success of machine learning is actually success in engineering features that a learner can understand" , as pointed out by  Scott Locklin . There are many application scenarios for feature engineering, including loan application fraud detection/prevention, recommendation system user behavior modeling and disease diagnosis/risk prediction, etc. In a  loan application fraud prevention program, data scientists can decide whether...

2025-07-19: 17th ACM Web Science Conference (WebSci) 2025 Trip Report

Image
  The 17th ACM Web Science Conference (WebSci 2025) took place at Rutgers University in New Brunswick, New Jersey The 17th ACM Web Science Conference (WebSci 2025) was held from May 20–23 at Rutgers University in New Brunswick, New Jersey. The theme was "Maintaining a Human-Centric Web in the Era of Generative AI" and highlighted the interdisciplinary nature of Web Science, which examines the complex, reciprocal relationship between the Web and society. This trip report is authored by Kritika Garg and David Calano from the Web Science and Digital Libraries (WSDL) research group at Old Dominion University , who had the pleasure of attending and presenting at the conference.  Tuesday, May 20, 2025 On the first day of the conference, a series of workshops and tutorials were held on cutting-edge topics such as Generative AI, the Human-Centric Web, and Information Security. Tutorials included sessions on using the National Internet Observatory for collecting web data for res...