Is it possible to import machine learning libraries in Sage?
I'm doing a machine learning program in Sage and I wish to use Tensorflow or Scikit learn. However, I don't see any way to import the modules in Sage. I'm wondering if it is possible to import other modules outside of Sage into Sage, or if Sage is essentially a black box system that doesn't work with any other module.
you can import any python module that is installed in sage's own python.
or more precisely in the python used by sage, which can be the system's python, depending on the way you installed sage.