MCPcopy
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
243class ValidationReference:

Calls 2

to_dfMethod · 0.95
analyze_datasetMethod · 0.45