Python Forum
Suitable Data Modelling Packages
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Suitable Data Modelling Packages
#3
Interesting problem that may be approached in different ways.
For example, if potholes tend to occur in clusters, then a KNN clustering algorithm may be an approach. Scikit-learn has a KNeighborsRegressor to look at as well as other KNN tools.

The same library (scikit-learn) has linear and logistic regression modules for use if you want to predict using that.
Agree with Lars60+ about Keras adding Tensorflow as those have become increasingly wedded in recent releases. The approach with those is a neural network (typically Deep Neural Network or DNN) and that AI approach would be a good alternative to the clustering algorithms and then compare which approach is better.
Reply


Messages In This Thread
Suitable Data Modelling Packages - by JoeDainton123 - Jun-26-2021, 12:32 PM
RE: Suitable Data Modelling Packages - by Larz60+ - Jun-26-2021, 11:08 PM
RE: Suitable Data Modelling Packages - by jefsummers - Jun-27-2021, 12:05 PM
RE: Suitable Data Modelling Packages - by Caprone - Jun-27-2021, 01:43 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Stock clustering and portfolio diversification. Suitable features. timurkanaz 1 419 Mar-27-2024, 09:54 AM
Last Post: Larz60+
  predictive modelling beginner1 2 77,628 Sep-27-2019, 09:10 AM
Last Post: beginner1
  Is Python Suitable? summerleas 3 4,271 Feb-28-2017, 12:19 PM
Last Post: merlem

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020