0
         
         
          
           
          
          
         
        
        List of Python Libraries Useful for ML
Hi. I'm working through the "Use Case: Predictive Modelling" training item in the learning hub, and encountered a "No module named matplotlib" error; Before I ask our sysadmin group to install this Python library, is there a recommended list of Python libs we should have installed for machine learning and general use?
We are running Pyramid 2023.01.048 at the moment.
Thanks!
 Bruce
2 replies
- 
           
Hi Bruce- these are the most commonly used packages; and will also cover you for the predictive modeling use case:
- Matplotlib
 - Pandas
 - DateTime
 - Numpy
 - Sklearn
 - Apriori
 - Mlxtend
 - Geopy
 - Xlrd
 - Statistics
 - Scikit-learn
 
Of course this can change depending on what you want to achieve with Python down the line,
Thanks
 - 
           
Thanks very much Rory!