I am trying to find out, if I can export a trained Gradient Boosted Trees Predictor (Regression) to Excel in order to calculate in Excel with Input Data the prediction.
Is there a (direct) way to export the model to excel?
Thanks for your comments with regard to my question
Is there a specific reason why you would not want to use KNIME to generate the predictions?
About your question. There is (was?) Zementis which promised to bring PMML models to a lot of platforms, including Excel. Assuming you could convert you model into PMML.
On the KNIME site there are still presentations from a few years back about the platform (before it was aquired).
Many thanks for your answer. I will contact Zementis and check it out.
But openly spoken I hoped to find an easier way to export the model (and not via PMML and additional software tools…)
Perhaps I should explain the task a little bit deeper, which I have:
I tested a gradient boosting machine with financial stock data on daily base.
I calculate in Excel INPUT Data and load them manually (File xlsreader) into a trained KNIME GBM(Regression) Model for prediction. I let run the workflow manually and give out the prediction values into an xlsx-Excel-file again. Now I can check the predictions for signal.
My problem now is, that all these efforts took to much time. Principially I should have the model in Excel and than I can caluclate online (with realtime data) my Input values in order to decide if I should by a stock or not.
As you can imagine I am not talking about 1 stock I have to check, we are talkin about a few hundred stocks.
So, if there would be a way, tho connect excel realtime directly with kime with regard to input and output (production), this would be of interest for me.
For me this sounds like a job just perfect for KNIME. Process large quantities of data and apply models.
If you use loops or parallel processing you could do a lot of operations in a short time. You could take a look at this free book explaining functions between excel an KNIME.