- catalog the concepts of data science
- semantically annotate popular software packages for data science
- power new AI assistants for data scientists
Data Science Ontology
Welcome to the Data Science Ontology, with
153 data science concepts and
100 code annotations
The Data Science Ontology is a knowledge base about data science that aims to
Concepts
Concepts formalize the abstract ideas of data science.
Sample concept
- Name
- R dataset (r-dataset)
- Kind
- type
- Description
- A dataset included in an R package
Annotations
Annotations translate data science code into concepts
Sample annotation
- Name
- linear regression in statsmodels (python/statsmodels/linear-regression)
- Kind
- type
- Language
Python
- Package
- statsmodels
- Description
- Generic linear regression model in statsmodels (with results
statsmodels.regression.linear_model.RegressionResults)