Calling high iq math/statistics/machine learning/ai scientists
Given n number of cases of floats like:
case 1: 134.324, 45.03, 76.565655, 0
case 2: 134.765, 46.224, 76.56653, 0
case 3: 134.32531, 46.2314, 76.53253, 0
case 4....
How can I use machine learning to generate similar cases?
I'm using python and pandas and my real data is
20-200 cases with 14,000 features
case 1: 134.324, 45.03, 76.565655, 0, 134.765, 46.224, 76.56653, 0...(14,000)
I'm trying to use https://sdv.dev/SDV/user_guides/single_table/ctgan.html
but I think I have too many features (14,000) and quite few cases.
Given n number of cases of floats like:
case 1: 134.324, 45.03, 76.565655, 0
case 2: 134.765, 46.224, 76.56653, 0
case 3: 134.32531, 46.2314, 76.53253, 0
case 4....
How can I use machine learning to generate similar cases?
I'm using python and pandas and my real data is
20-200 cases with 14,000 features
case 1: 134.324, 45.03, 76.565655, 0, 134.765, 46.224, 76.56653, 0...(14,000)
I'm trying to use https://sdv.dev/SDV/user_guides/single_table/ctgan.html
but I think I have too many features (14,000) and quite few cases.