kivy: building scikit learn recipe

270 views
Skip to first unread message

dr capa

unread,
Aug 4, 2020, 7:17:12 AM8/4/20
to Kivy users support
Hey,

i try to import the scikit learn librarie for a simple android app. Here is my minimal example:
from kivy.app import App
from kivy.uix.label import Label

import kivy
kivy.require('1.11.1')

from sklearn.tree import DecisionTreeClassifier

class TestLibraries(App):
def build(self):
return Label(text = 'Hello Scikit-Learn')


if __name__ == '__main__':
TestLibraries().run()

I read here that it is necessary to create a recipe to build the scikit learn librarie. There is also a list of existing recipies here. But for scikit learn there i can't found a recipe.

Has anybody such a recipe?

Thanks Capa

Robert Flatt

unread,
Aug 4, 2020, 1:07:20 PM8/4/20
to Kivy users support

dr capa

unread,
Aug 4, 2020, 1:43:12 PM8/4/20
to kivy-...@googlegroups.com
Hi Robert,

he is working on an recipe for scipy. It's not the same.


--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/bef964a9-7ec2-4155-a8ee-6974c864963co%40googlegroups.com.

Alexander Taylor

unread,
Aug 4, 2020, 3:29:02 PM8/4/20
to Kivy users support
I've never seen someone provide a recipe. It's probably quite tricky, but possible.

dr capa

unread,
Aug 4, 2020, 4:01:44 PM8/4/20
to kivy-...@googlegroups.com
I think so ;-)

--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.

Kalibala AbduNoor

unread,
Aug 26, 2020, 3:16:23 AM8/26/20
to Kivy users support
am also waiting for this recipe but i dont know when they will include it in the list
Reply all
Reply to author
Forward
0 new messages