go to post Renato Banzai · Jul 29, 2022 Hi both! Thanks for the point that make me learn more about IRIS. I'm going to put some notes about this discussion inside the article!
go to post Renato Banzai · Jul 28, 2022 Thats great Eduard, didn’t read before and what a coincidence. Your solutions are quite more elegant too :) I was wondering what to talk about and remember that the max size was always a doubt to me. In the docs there are a topic talking the limit is 32K and I was writing this but when I test the code it wasn’t exactly true.
go to post Renato Banzai · Aug 26, 2020 Great text! I was lost trying to learn those fhir concepts by myself. Thank you!
go to post Renato Banzai · Jul 19, 2020 Yes we do. I have observed this when I was modeling in python sklearn. So I decided to ignore those. Here querys comparing counts of register with nulls and without nulls: 7631 (including nulls) 7504 (excluding nulls) SELECT count(id) FROM Community.Post order by id Result Namespace: PYTHON Result #1 Aggregate_1 7631 1 row(s) affected 2020-07-20 01:48:27 Routine: %sqlcq.PYTHON.cls264 SELECT count(id) FROM Community.Post Where not text is null order by id Result Namespace: PYTHON Result #1 Aggregate_1 7504 1 row(s) affected
go to post Renato Banzai · Jul 19, 2020 In my application I just put all my dataset into a table to be used with integrated ML. The error that was talking about:
go to post Renato Banzai · Jul 15, 2020 If I understand well. Yes there is some solutions with my ML Model. We can call my model to sugest the tags, and the author can change which I think is the more effective. Is this? To serve my model I can serve it in python or use the IntegratedML to the other one so just choose the best model and use.
go to post Renato Banzai · Jul 15, 2020 Great! Later I’ll check what happened to integratedml button.
go to post Renato Banzai · Jul 15, 2020 Magically now you can load the post by url. In a short future I can provide as api to community or using python gateway attach to community server!
go to post Renato Banzai · Jul 2, 2020 Hi! Exploring the tables, the post table has this Column HasCorrectAnswer. Do you have the replies of each post too? Would be useful to explore these data and compliment my classificators.
go to post Renato Banzai · Jul 1, 2020 I would like to sugest: Using NLP, based in a question sugest a list of comunit posts as answer.
go to post Renato Banzai · Jul 1, 2020 Great! I was working on a webcrawler to take the posts... now we have the data =)
go to post Renato Banzai · Jun 23, 2020 CORS isnt a problem, is most a solution for security. You can fix CORS with some workarounds but before I recomend you to understand why CORS exists. Here an article explaining more about both the reason and ways to workaround: https://medium.com/@dtkatz/3-ways-to-fix-the-cors-error-and-how-access-control-allow-origin-works-d97d55946d9
go to post Renato Banzai · Jun 8, 2020 Thank you all so much for organizing the contest. Thanks all competitors. It was a very exciting experience.
go to post Renato Banzai · Jun 7, 2020 Didnt know the history, thanks for share! As I use DFS algorithm to construct the graph view an algorithm from 19-century and the graph theory came from 18-century... we are always evoking the legacy of these great scientists :)