MLBazaar / MLPrimitives

Primitives for machine learning and data science.
https://mlbazaar.github.io/MLPrimitives
MIT License
70 stars 38 forks source link

Make featuretools.EntitySet.entity_from_dataframe entityset arg optional #208

Closed csala closed 4 years ago

csala commented 4 years ago

entityset argument for the primitive featuretools.EntitySet.entity_from_dataframe is optional in the code but not in the JSON specification.

This should be fixed by setting null as the default value.