go to post Kurro Lopez · Jul 23, 2024 Thanks Thomas, Indeed, I have tried to use IntegratedML as a neural network, if I really need my model to learn to find what the pattern of converting degrees Celsius to Fahrenheit is, it is to "feed" the data with more data. Thanks so much for the explanation.
go to post Kurro Lopez · Jul 15, 2024 I don't believe that training is working as poorly as I'm experiencing. Does anyone have any answers to this problem?
go to post Kurro Lopez · Apr 10, 2024 Thanks, using this code I've converted it to a Strem.GlobalChar and read the content correctly
go to post Kurro Lopez · Apr 1, 2024 Congratulations to the winners. Thanks for all, we must to repeat 😉
go to post Kurro Lopez · Mar 27, 2024 I'm afraid you need a Office 365 subscription, because it is a functionality for full version. Sorry. The webhook is associated with an account and is managed by the Microsoft server, a personal account does not have a service that is "listening" for external requests.
go to post Kurro Lopez · Mar 20, 2024 He is more than a hero... he is our inspiration. I have no words to express my admiration for @Robert Cemper. Congratulation, I hope we can meet together soon
go to post Kurro Lopez · Mar 15, 2024 ding, ding, ding... we have a winner!!! Yep... the event OnEndRequest is the correct answer... I can get the end of the process. Thanks for your help
go to post Kurro Lopez · Mar 15, 2024 Thanks for your help. But I am trying to use a common class, all the BS are inherited from this BS.ApiBase.cls, this way I don't need to modify the rest of the productions and we can implement this feature for all of them. Anyway, you have solved me how to get the SessionId, using the OnProcessInput
go to post Kurro Lopez · Mar 14, 2024 Thanks for your replay. Indeed, there is a package using pyhton, but not all of us can have access to use Python on client servers. The idea of using only objectscript arose from the need to not be able to implement Python on those servers.
go to post Kurro Lopez · Mar 13, 2024 If you want to know how it works... check the following video https://www.youtube.com/embed/VaTRgDB5HO0[This is an embedded link, but you cannot view embedded content directly on the site because you have declined the cookies necessary to access it. To view embedded content, you would need to accept all cookies in your Cookies Settings]
go to post Kurro Lopez · Mar 12, 2024 Coming soon, I was doing the video for the last article.. Enjoy it
go to post Kurro Lopez · Feb 17, 2024 Hi, Try this do ##class(myDt).Transform(dataEntry, .dataTransform) Then you call to your BO and your content tranformed
go to post Kurro Lopez · Feb 14, 2024 Hi, It seems that is a problem with your VS Code. Could you check that you have updated the Intersystems ObjectScript extensions? https://marketplace.visualstudio.com/items?itemName=intersystems-communi... When you save and compile your code, in the case of a persistent class, it adds the SQLMap, but it is retrieve in this moment. Check your configuration, I have setted the following one: Intersystems ObjectScript ✔ Auto Adjust Name ✔ Compile Flags: cuk ✔ Compile On Save And this configuration of export in .code-workspace "objectscript.export": { "folder": "src", "addCategory": false, "map": {}, "atelier": true, "generated": false, "filter": "", "exactFilter": "", "category": "*", "noStorage": false, "dontExportIfNoChanges": false, "maxConcurrentConnections": 0, "mapped": true } Let me know if it works Best Regads
go to post Kurro Lopez · Feb 13, 2024 Thanks for your answers. Good idea using a global as key to unlock the loop.