Hello all,
I’m new to the data analysis and mining. I have a list of 100k entries in a CSV file having a just single column.
The values are as follows

0
1
1
1
0
0
1
1
0
1
1
1
.


1
1
0
0
Based on these data, can I predict the 100001 results? Will it be 0 or 1? If So, what is the best method for it? I’m learning Python and trying GradientBoosting, Support Vector Machines (SVM) and Basic Neural Networks. But I’m not able to achieve it.

  • _Packy_@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Is this a sort of logic? LIke 0 1 0 1 0 -> next is 1.

    How would you expect that any of these 100k binaries has a predictive power for the next one? If there are sequential patterns predicting the next value, try an LSTM