sm can be interpreted by human e.g. doctors interpret arima models. Statistical modeling places a heavy emphasis on a model's underlying assumptions (e.g., linearity, normality of residuals, homoscedasticity). Choosing wrong assumptions and a respective sm modeling method can invalidate the conclusions drawn from the model.
ml model is too complicated to be interpreted by human. That's why we let machine create it and call ml model.
Statistics is The mathematics of the collection, organization, and interpretation of numerical data, especially the analysis of population characteristics by inference from sampling. Cf. American Heritage
Decision tree algorithms have been studied throughout machine learning and statistics as a nonparametric approach to data modeling (Breiman, et al., 1984; Quinlan, 1993). Decision tree methodology is often contrasted with classical parametric statistical methodology, which requires the formulation of an explicit probabilistic model of the data generation process. (Cf. M.J. 1994, A Statistical Approach to Decision Tree Modeling) เราสรุปว่า DT เป็น supervised ML model ที่ตีความได้เหมือน statistical model และตอนตีความแต่ละเส้นทางในต้นไม้อาจเห็นโอกาสเกิดปัญหาในอนาคต เช่น เข้าไกล้ leave node ที่เป็นโรคแล้วไหมจะได้ป้องกันเนิ่นๆ
XAI (Explainable ai) : methods and techniques in the application of artificial intelligence technology (AI) such that the results of the solution can be understood by humans. It contrasts with the concept of the "black box" in machine learning where even its designers cannot explain why an AI arrived at a specific decision. Wikipedia; https://cacm.acm.org/magazines/2022/4/259398-explainable-ai/fulltext#
Pseudonymization is a data management and de-identification procedure by which personally identifiable information fields within a data record are replaced by one or more artificial identifiers, or pseudonyms. Anonymization is tokenization.
Example graph DBMS is https://neo4j.com/ which claims good performance (equivalent to RDBMS + indexing; the indexing is replaced with graph edges in neo4j).