This commit is contained in:
s444417 2022-03-28 11:35:26 +02:00
parent da426bf639
commit 1830a49a91
2 changed files with 6 additions and 2 deletions

4
data.txt Normal file
View File

@ -0,0 +1,4 @@
POSTED_BY,UNDER_CONSTRUCTION,RERA,BHK_NO.,BHK_OR_RK,SQUARE_FT,READY_TO_MOVE,RESALE,ADDRESS,LONGITUDE,LATITUDE,TARGET(PRICE_IN_LACS)
Owner,0,0,2,BHK,1300.236407,1,1,"Ksfc Layout,Bangalore",12.96991,77.59796,55.0
Dealer,0,0,2,BHK,1275.0,1,1,"Vishweshwara Nagar,Mysore",12.274538,76.644605,51.0
Owner,0,0,2,BHK,933.1597222000001,1,1,"Jigani,Bangalore",12.778033,77.632191,43.0

View File

@ -3,5 +3,5 @@ kaggle datasets download -d akash14/house-price-dataset
unzip -o house-price-dataset.zip
echo $CUTOFF
./Participants_Data_HPP/Train.csv | shuf | head -n $CUTOFF > data.txt
./Participants_Data_HPP/Test.csv | shuf | head -n $CUTOFF > dataTest.txt
./Participants_Data_HPP/Train.csv | head -n $CUTOFF > data.txt
./Participants_Data_HPP/Test.csv | head -n $CUTOFF > dataTest.txt