exasol / data-science-examples

Collection of data science and machine learning examples with Exasol
MIT License
15 stars 8 forks source link

Use connection for BucketFS information in classification examples #9

Open tkilias opened 4 years ago

tkilias commented 4 years ago

Currently, the BucketFS connection information get embedded into the UDF code (classification.ipynb). A much cleaner method is, to provide this information via a connection. Either, by providing the BucketFS URL directly, or by providing a path to a configuration file in the BucketFS.

redcatbear commented 2 years ago

@umitbuyuksahin, which sample are we talking about in detail.