🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

How to convert log file to exampleset?

User: "tahsin"
New Altair Community Member
Updated by Jocelyn
Hello,

I am using a log file to record my modeling results(i.e, training, recall, precision etc.). It works well but I want to convert that to example set so that I can export it later. I am using Log to Data operator but it doesn't produce the output I was looking for. 

I am using them inside a Optimize parameter process. It doesn't show all the parameters I have in the log file. What would be the best way to get the exact logfile as an exmapleset? 

Thanks. 



Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "YYH"
    Altair Employee
    Accepted Answer
    Updated by YYH
    Hi @tahsin,

    Thanks for the screenshot. 

    Suppose you are tracking the details of each iteration inside "Optimize Parameter" operator, you will automatically have to log object  as one of the output from "Optimize". You can move "Log to data" out of Optimize and it should work.

    I added the "log to data " to a sample process, attached here for your reference. Please give it a try on your data.

    Cheers,
    YY

    Screenshot of the manual log data



    Screenshot of Auto Log data



    User: "tahsin"
    New Altair Community Member
    OP
    @yyhuang,

    Perfect!! I had to specify the log name outside optimize parameter process and it worked. Didn't know that before. Thanks for your help.