shuf fix
This commit is contained in:
parent
da426bf639
commit
1830a49a91
4
data.txt
Normal file
4
data.txt
Normal 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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user