ClassicalMachineLearning

@Glimpse basierend auf SciKit findet ihr hier die Tools um mit Daten zu arbeiten und euch zu visualisieren.

Machinelles Lernen : Basierend auf vorhandenen Daten wird ein statistisches Modell aufgebaut und getestet. Dies kann dann genutzt werden um im Produktiv-Einsatz Entscheidungen zu treffen.

scikit-learn:

  • Simple and efficient tools for predictive data analysis

  • Accessible to everybody, and reusable in various contexts

  • Built on NumPy, SciPy, and matplotlib

  • Open source, commercially usable - BSD license

Numpy:

The fundamental package for scientific computing with Python

https://numpy.org/learn/

Pandas:

pandas is a fast, powerful, flexible and easy to use open source data analysis and manipulation tool, built on top of the Python programming language.

https://pandas.pydata.org/docs/user_guide/index.html

Last updated