JeffMv / Lofea

Lottery analysis + features for use in Machine Learning algorithms
Other
33 stars 15 forks source link

just a question #3

Closed pharrowboy closed 3 months ago

pharrowboy commented 4 months ago

so i have a pretty firm belief that a lottery from where i am is affected by universe over 10, even though its a 649 lottery. each number in the draw has a "likely follower from a list of 18 or 21 numbers between 1 and 49" i was able to prove this by building a python script. and i discovered it was effectively making each of the 6 numbers drawn an embedded 1/49 lottery similiar to youre 1/10 lottery triomagic.

upon testing your software Lofea, i have been able to correctly predict 2/6 number in the past 6 draws by manually reading a classification report generated by lofea. and i believe this because ussually the first 2 numbers of every draw are a number between 1 and 10 or 1 and 20. in order to predict numbers in the higher range i feel i'd need to modify your code. but i'm having trouble understanding your code.

i was wondering if you'd be willing to provide guidance on where in your code i should make edits to ensure it works for a 1/49 lottery.

JeffMv commented 4 months ago

Thanks for reaching out. A simple trick you could use. The idea you could do without touching the code is the following:

Regards

pharrowboy commented 4 months ago

thank you, i value your guidance, i will have to give that a try