Predictive or scoring solution for PostgreSQL ?

From: Hervé Piedvache <footcow(at)noos(dot)fr>
To: pgsql-general(at)postgresql(dot)org
Subject: Predictive or scoring solution for PostgreSQL ?
Date: 2004-02-04 20:45:59
Message-ID: 200402042145.59043.footcow@noos.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

Does anyone know a predictive or a database scoring solution for PostgreSQL ?

I'm looking for a system able to take a database with for example 100 000
records in total, inside them we have got 1000 records with one field set to
YES ... with about 100 fields in the table ...
The system should be able to set a score to the 100 fields to determine the
most importants fields to this 1000 records who's got the YES value ...
Then set a formula ... to calculate and to apply to the rest of the database
the same score ... and then estimate (predictive thing) in the 90 000 rest of
records which one may have the famous field set to YES ...

I hope I'm clear in my demand ... ;o)

Hope also someone have already heard about this ... and may be could help
me ;o)

best regards,
--
Hervé

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joe Conway 2004-02-04 22:56:53 Re: pg_generate_sequence and info_schema patch (Was: SELECT
Previous Message Guy Fraser 2004-02-04 17:54:49 Re: Copy and xml files