Skip to content

Latest commit

 

History

History
27 lines (26 loc) · 700 Bytes

README.md

File metadata and controls

27 lines (26 loc) · 700 Bytes

Movix Model

About

This model predicts the price of a bicycle based on bicycle specifications

Installation

Use the package manager pip to install Tensorflow, Numpy, Pandas, Seaborn, Scikit-Learn.

pip install tensorflow
pip install numpy
pip install pandas
pip install seaborn
pip install scikit-learn

If use the anaconda to install Tensorflow, Numpy, Pandas, Seaborn, Scikit-Learn.

conda install tensorflow
conda install numpy
conda install pandas
conda install seaborn
conda install scikit-learn

Example

yeniBisikletOzellikleri = [[1760,1757]]
yeniBisikletOzellikleri = scaler.transform(yeniBisikletOzellikleri)
model.predict(yeniBisikletOzellikleri)