Syirezz commited on
Commit
01f224f
·
verified ·
1 Parent(s): a879840

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -15
README.md CHANGED
@@ -13,21 +13,6 @@ This AI model, App Rating Predictor, is designed to predict the ratings of mobil
13
  Predicts app ratings based on input features
14
  Easy-to-use interface for inputting app data
15
  Fast and efficient prediction results
16
-
17
- ## Installation
18
-
19
- Clone the repository to your local machine.
20
- Install next requirements: joblib, sklearn
21
- Create file with this context:
22
-
23
- import joblib
24
- model = joblib.load('VERSION OF PredictoRate.pkl')
25
- new_data = [[30, 25.2, 1]]
26
- predictions = model.predict(new_data)
27
- print(predictions)
28
-
29
- Remember! After download of PredictoRate(Version) you need to replace 'VERSION OF PredictoRate.pkl' to your version!
30
-
31
  ## Usage
32
 
33
  Input the relevant app features such as size, category, and reviews.
 
13
  Predicts app ratings based on input features
14
  Easy-to-use interface for inputting app data
15
  Fast and efficient prediction results
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  ## Usage
17
 
18
  Input the relevant app features such as size, category, and reviews.