Once you’ve configured your data infrastructure, you can commence the process of registering your primary data sets. These primary data sets either directly contain your features and labels or serve as the foundation for their creation.
.register_table(name, variant, table="")
. This method enables you to register transformations based on the primary data set or to register features and labels derived from it.
.register_file(name, variant="", path="")
.
Currently, Featureform offers support for CSVs and Parquet files. If your specific use case requires a different file format, please don’t hesitate to raise an issue on Github or engage with our community on Slack. We value your feedback and are eager to explore new possibilities.