Skip to content

This is a Project demonstrating a different approach for creating a regression models for predicting the price of a car

Notifications You must be signed in to change notification settings

koushik16/Price_prediction_using_NN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Data Prep:
	1. Import data from csv
	2. print pairplot with sns library to see the features in the columns
	3. Convert the data to tensors using tf.constant (Better to shuffle the data using tf.random.shuffle)
	4. Define a normalizer
	5. Define the ratios for test, train and validation.
	6. 

About

This is a Project demonstrating a different approach for creating a regression models for predicting the price of a car

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published