ydataai / ydata-synthetic

Synthetic data generators for tabular and time-series data
https://docs.synthetic.ydata.ai
MIT License
1.41k stars 234 forks source link

feat: add Fabric Regular Synthesizer to Streamlit app #252

Closed aquemy closed 1 year ago

aquemy commented 1 year ago

Add Fabric Regular Synthesizer to Streamlit app:

When Fabric Regular Synthesizer is selected, the input SDK Token is displayed and validated on the fly. If there is no token or the token is invalid, the following error and guidance is displayed: image

When a particular path is specified for a model, we check in real time if it is a local model or from the SDK. If it is from the SDK, we display the token field and automatically fill it with the value serialized during training: image

As the token might become invalid in between, we allow the user to change it. If the token is present with the model file but invalid, we display it as well: image

fabclmnt commented 1 year ago

@aquemy approved 🚀 ! Nevertheless, I have a few small requests: