Python Forum
How to increase the data size
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to increase the data size
#1
Hi,

I have data size around 100. Out of 100, 75 belongs to success category, 25 data belongs to failure category. Now, I want to increase this data size to 500 by keeping success to failure data ratio is 60%:40%. how to increase this data size.
Reply
#2
You're going to be more specific. How is your data stored? And what do you mean by increasing your data size? When I want to increase my data, I go out and collect more data. But it sounds like you want to generate fake/imputed data.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply
#3
I have only few data, and even I can not collect more of it. Hence I want to generate more data based on the available data trend (fake data) such as to increase more data count, then build model and predict. Can not be able to build model using fewer data. My data is stored in DataFrame.
Reply
#4
There's tons of ways to impute data. Median/mean values, resampling, conditional resampling, regression, and so on. But these are for handling missing data points within a data set. They are not meant for creating more data beyond what is in the data set. If you don't have enough data for your model, then you don't have enough data for your model. Making up fake data is going to totally bias your model based on the assumptions you made when making your fake data.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Increase the speed of a python loop over a pandas dataframe mcva 0 1,323 Jan-21-2022, 06:24 PM
Last Post: mcva
  How to increase the size of a png picture for the heatmap of the correlation? lulu43366 9 3,538 Oct-06-2021, 04:15 PM
Last Post: deanhystad
  Using SoX in Python to Increase mp3 Bitrate DRT 1 1,764 Jul-10-2021, 08:41 PM
Last Post: DRT
  Clicker count increase by 1 each time blakefindlay 1 5,697 Feb-03-2021, 03:50 PM
Last Post: deanhystad
  increase and decrease a slice value? KEYS 2 2,105 Nov-10-2020, 11:35 PM
Last Post: KEYS
  Increase Numbers forever and need reset? ATARI_LIVE 4 2,355 Oct-23-2020, 01:55 PM
Last Post: ATARI_LIVE
  How do I add an element to a dic and increase an existing value Kanashi 2 1,865 Nov-21-2019, 02:56 PM
Last Post: ThomasL
  size of set vs size of dict zweb 0 2,149 Oct-11-2019, 01:32 AM
Last Post: zweb
  Want to increase performance of adb call fabiofacir 0 2,904 Jun-30-2018, 11:39 AM
Last Post: fabiofacir
  CSV file created is huge in size. How to reduce the size? pramoddsrb 0 10,492 Apr-26-2018, 12:38 AM
Last Post: pramoddsrb

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020