{{theTime}}

Search This Blog

Total Pageviews

Python vs Java Libraries - Data science and Machine Learning

Python:
  • Pandas, 
  • NumPy
  • SciPy 
  • PyTorch 
  • SciKit
  • TensorFlow
  • PySpark   
  • Matplotlib
Java:
  • Tablesaw
  • ND4J
  • Deeplearning4J 
  • Java ML
  • MALLET
  • Weka
  • Apache Mahout 
  • MLlib
  • Kafka
  • Hive

No comments:

Mysql - java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed

Add allowPublicKeyRetrieval=true to the JDBC URL. jdbc:mysql://localhost:3306/db?allowPublicKeyRetrieval=true&useSSL=false