Run with the final attribute selection, comparing the algorithms and show the accuracies of the selected contractor.
Contains stats cpv division, categories, groups and corresponding invitations to tender
Every attribute tries to predict if an invitation to tender is interesting
attributes = ['gatt_wto','lose','teilangebote', 'varianten','sprache']
attributes = ['auftragsart_art','beschaffungsstelle_plz','gatt_wto','lose','teilangebote', 'varianten','sprache']
attributes = ['beschaffungsstelle_plz','gatt_wto','lose','teilangebote', 'varianten','sprache']
SELECT *
FROM beruecksichtigteanbieter_zuschlag
JOIN zuschlag ON zuschlag.meldungsnummer = beruecksichtigteanbieter_zuschlag.meldungsnummer
JOIN anbieter ON beruecksichtigteanbieter_zuschlag.anbieter_id = anbieter.anbieter_id
JOIN projekt ON zuschlag.projekt_id = projekt.projekt_id
JOIN auftraggeber ON projekt.auftraggeber_id = auftraggeber.auftraggeber_id
JOIN ausschreibung ON projekt.projekt_id = ausschreibung.projekt_id
JOIN cpv_dokument ON cpv_dokument.meldungsnummer = ausschreibung.meldungsnummer
ORDER BY ausschreibung.meldungsnummer;