Ruby on Rails Friday, August 16, 2019

Ruby will happily co-exist with python, if you want to "shell out" to that language, you can read the response back in and continue in Ruby. There are at least three ways to do this, from the humble back-tick ` operator to Open3 or the system call. And, hang on, there's Terrapin https://github.com/thoughtbot/terrapin to make this even safer.

Walter

> On Aug 16, 2019, at 11:53 AM, Adrián Rama Aguilar <adrianramaaguilar@gmail.com> wrote:
>
> Hi everyone.!!
>
> I'm working in a ROR app, which manages banks and I'd like to implement machine learning for predictions such as ip connections, number of transactions or number of sing in users by institucion in the app, so I've been reading about linear regresion, but most of the info or how to do it is with pyhton, so here comes my doubts to know if python modules can be implemented or how to do this implementation in machine learnig in Ruby at a ROR app. Thank you and I look forward to your contributions.
>
> --
> You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/8a685786-e433-4fe4-b635-2387a7b3a15d%40googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/C178D978-7C2A-4749-A841-0A42131A0C53%40wdstudio.com.

No comments:

Post a Comment