🎉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

timeseries

User: "moni"
New Altair Community Member
Updated by Jocelyn
Hi everyone
 I want to work on the dataset that I sent on the close column and the date cloumn  in the collection of my data and get the output on the diagram of what the closed prices are on different dates by arima or machine learing
Thank you all

Find more posts tagged with

Sort by:
1 - 4 of 41
    User: "David_A"
    New Altair Community Member
    Hi @moni ,

    if you want to use ARIMA, take a look at the example process in the samples repository in RapidMiner:
    //Samples/Time Series/templates/Automized Arima on US - Consumption data

    This should give you a good idea how to apply and also optimize your ARIMA process on your data. As a general tip, I would convert your data column into the correct type (either during import, or with TurboPrep).

    Best,
    David
    User: "moni"
    New Altair Community Member
    OP
    @David_A
    Hello
    You can do this on the submitted data I did not succeed
    User: "David_A"
    New Altair Community Member
    Hi,

    can you explain what's not working? I've tried it out and it worked fine for me (although with only 36 data points the forecast is not very telling).

    The only thing you need to change are the attribute names at the ARIMA operator to <DTYYYYMMDD> as index and <Close> as time series attribute.

    Best,
    David


    User: "moni"
    New Altair Community Member
    OP
    @David_A
    can you send run film for i  ?