Re: Integrating ml in django

2018-12-05 Thread kennedy kay
Yes friend...You can always preprocess you data with a python script at the backend. You can as well use machine predictive modeling, clustering and classification algorithms using sklearn, pandas and numpy libraries. This is no problem at all so long it is all in python. Django can output it a

Re: Integrating ml in django

2018-12-05 Thread Ryan Nowakowski
You can use any Python library with Django so you can use numpy and tensorflow. On December 4, 2018 11:55:08 AM CST, shiva kumar wrote: >I have one doubt regarding django. That, can we use ml concepts and >packages in django as our backend technology >That is by using ml concepts like numpy, ten

Integrating ml in django

2018-12-04 Thread shiva kumar
I have one doubt regarding django. That, can we use ml concepts and packages in django as our backend technology That is by using ml concepts like numpy, tensor flow can we make data present in database more functional to use like predictions etc. Any suggestions will be helpful.that makes me some