Felix Hoßfeld
Felix Hoßfeld
I am using tfdf 0.2.4 and can successfully train a model and plot it using the `plot_model()` function. model = tfdf.keras.RandomForestModel() model.fit(train_ds) model.compile(metrics=["accuracy"]) evaluation = model.evaluate(test_ds) with open("model.html", "w") as...
Microsoft SQL Server returns an exception only if you ask for the resultset for the statement in which the error has occoured. We therefore have to ask for all resultsets....
Current PDI version remove line breaks from XML tag values. This is especially true for any SQL step since any change is not trackable anymore through SCM. It will always...