Skip to content

MuammerSonmez/MovixModel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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)

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages