Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/feast-dev/feast
/ get_profile
Method
get_profile
sdk/python/feast/saved_dataset.py:239–240 ·
view source on GitHub ↗
(self, profiler: Profiler)
Source
from the content-addressed store, hash-verified
237
)
238
239
def
get_profile(self, profiler: Profiler) -> Profile:
240
return
profiler.analyze_dataset(self.to_df())
241
242
243
class
ValidationReference:
Callers
1
test_historical_retrieval_fails_on_validation
Function · 0.80
Calls
2
to_df
Method · 0.95
analyze_dataset
Method · 0.45
Tested by
1
test_historical_retrieval_fails_on_validation
Function · 0.64