Ejemplo n.º 1
0
def main():
    SVMNormalisation()
    fichierResultat = LaunchSVM("SVMtrain",
                                "texteDT",
                                nameTest="SVMtest",
                                nameModel="ModelFromTPDataWithoutBW")
    PredictionToOut(fichierResultat)
Ejemplo n.º 2
0
def main():
    SVMNormalisation()
    fichierResultat = LaunchSVM("JSONdata",
                                "texteDT",
                                nameModel="SimpleModelFromHand")
    PredictionToOut(fichierResultat)
def main():
    SVMNormalisation()
    ConcatFile("Normalisation/JSONdata.txt", "Normalisation/SVMtrain.txt", "Normalisation/TPandJson.txt", withLabel=True)
    fichierResultat = LaunchSVM("TPandJson", "texteDT", nameModel="SimpleModelFromHandAndTP")
    PredictionToOut(fichierResultat)