Python Forum
Python - Database for Machine Learning application
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python - Database for Machine Learning application
#1
Hello Guys,

I am planning to create a ML application for predictive maintenance with Python. To create this app I will collect data (lots of) from machine. My problem or rather confusion is that which database shall I use for this kind of application, since I am creating this app for first time and I don't want to end up in dead zone later.
Either it should be SQL or NoSQL?
SQL has the benefit that I can physically check the data ( in case its needed) but at the same time No SQL has benefit of 'No schema'.

So can anyone please guide me to choose correct database type for this kind of application.

Thanks a lot
Reply
#2
You haven't given enough details. You haven't described your data or what you queries look like, if your requirements are fixed or expected to change over time, etc.
Reply
#3
Hello,
You can use SQL database for creating a machine learning application. Today, SQL databases are distributed, which allow you to use variety of cores hand has good parallelism. This allows many hardware to address a single query all at once which proved best performance. It can be used for hundreds of servers or cloud instances, providing numerous platform than single node system.
Thank you
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Feature Selection in Machine Learning shiv11 4 1,786 Apr-09-2024, 02:22 PM
Last Post: DataScience
  [machine learning] identifying a number 0-9 from a 28x28 picture, not working SheeppOSU 0 1,841 Apr-09-2021, 12:38 AM
Last Post: SheeppOSU
  Getting started in Machine Learning Harshil 5 3,213 Dec-07-2020, 04:06 PM
Last Post: sridhar
  Python Machine Learning: For Data Extraction JaneTan 0 1,839 Nov-24-2020, 06:45 AM
Last Post: JaneTan
  IndexError in Array while trying to do machine learning Mariaoye 0 1,879 Nov-12-2020, 12:35 AM
Last Post: Mariaoye
  Errors with Machine Learning trading bot-- not sure why MattKahn13 0 1,359 Aug-07-2020, 08:19 PM
Last Post: MattKahn13
  How useful is PCA for machine learning? Marvin93 0 1,529 Aug-07-2020, 02:07 PM
Last Post: Marvin93
  How to extract data from paragraph using Machine Learning with python? bccsthilina 2 3,028 Jul-27-2020, 07:02 AM
Last Post: hussainmujtaba
  Machine Learning: Process Enanda 13 4,277 Mar-18-2020, 02:02 AM
Last Post: jefsummers
  Machine Learning Polynomial Regression braveYug 0 1,704 Nov-13-2019, 11:41 AM
Last Post: braveYug

Forum Jump:

User Panel Messages

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