/Linear-regression

Building a Linear Regression Model and Train it

Primary LanguagePython

Linear Regression

Ayoub Bouchedoub

PS:for testing i used RANDOM data fron the training data (in another repo i will test on unused data) a sime model where i want test tf.keras.

  • Read Dataset from a .csv File
  • Examine a Dataset
  • Experiment with different features in building a model
  • Tune the model's hyperparameters
  • Datasets are often stored on disk or at a URL in .csv format.