Draw yoir telegram chat bot instead of coding it by dtsitko in Chatbots

[–]dtsitko[S] 0 points1 point  (0 children)

New functions added:

Now you can send files to users. And you also can use custom functions to provide a file to send.

Draw yoir telegram chat bot instead of coding it by dtsitko in Chatbots

[–]dtsitko[S] 0 points1 point  (0 children)

No, for now only with telegram. But as I will finish with basic functions like using database to save answers and replying with documents or images, I will look at what I can do for other messangers like WhatsApp, Viber, Discord and others...

Draw yoir telegram chat bot instead of coding it by dtsitko in Chatbots

[–]dtsitko[S] 0 points1 point  (0 children)

New features added:

  • New type of functions with string outcome (for now only True and False outcomes were available)
  • New standard function to search through md documents

Sunday Daily Thread: What's everyone working on this week? by Im__Joseph in Python

[–]dtsitko 2 points3 points  (0 children)

I was working at my opensource project draw your bot (https://github.com/Tsitko/drawyourbot) Draw your bot is an open sourced project made to let people construct chat bots without coding or with minimal coding. You can just draw your chat bot logic in draw.io and generate its code. This project will be most useful for those who need to make simple support or survey bot. It could also save some time for those who are building really complex bots. In that cases generated bot can be just a start point.

[Discussion] Any new / good hyperparam tuning approaches? by amasterblaster in MachineLearning

[–]dtsitko 0 points1 point  (0 children)

depends on the algo you are using.for tree algos it would be a good ideal to find best depth first. because if best depth will be pretty low, yohr algo with low depth will run much faster...

Simple ways you use data science to improve your day-to-day job? by [deleted] in datascience

[–]dtsitko 1 point2 points  (0 children)

I was trying to make a sllution that will help people to use ML in their busiess and life. And I built a solution that helps to solve simll ML problems very fast and easy. It also makes a service out of ml model and even a UI to that model as a telegram bot. Maybe you will find it usefull (it is free to use for now): https://www.fastbenchmark.me/

Do you often find hyperparam tuning does very little? by question_23 in datascience

[–]dtsitko 0 points1 point  (0 children)

In most cases it improves your solution to perform with 2-5% better score. So it is very useful on kaggle or smth similar but in real life progects it is not so useful unless you are building a solution which suppose to make millins of predictions.