samir1120 commited on
Commit
3ecb449
·
verified ·
1 Parent(s): 9850b54

Update README.md

Browse files

update the detail about my dataset

Files changed (1) hide show
  1. README.md +106 -3
README.md CHANGED
@@ -1,3 +1,106 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ size_categories:
6
+ - 1K<n<10K
7
+ ---
8
+ # Dataset Card for Dataset Name
9
+
10
+ <!-- Provide a quick summary of the dataset. -->
11
+ This dataset contain the information of movie detail like title , genres, cast , rating etc.
12
+
13
+
14
+ This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
15
+
16
+ ## Dataset Details
17
+ This dataset contain the information of movie detail like title , genres, cast , rating ,director , year of release, number of vote and runtime
18
+
19
+ ### Dataset Description
20
+
21
+ <!-- Provide a longer summary of what this dataset is. -->
22
+
23
+
24
+
25
+ - **Curated by:** [I don't understand the meaning of curated by]
26
+ - **Language(s) (NLP):** [Python]
27
+ - **License:** [apache-2.0]
28
+
29
+ ### Dataset Sources [optional]
30
+
31
+ <!-- Provide the basic links for the dataset. -->
32
+ imdb website
33
+
34
+ - **Repository:** [https://github.com/samir1120k/Machine-Learning-Project/tree/IMDB-Web-Scrape]
35
+
36
+
37
+ ## Uses
38
+
39
+ <!-- Address questions around how the dataset is intended to be used. -->
40
+ you can use this dataset to predict the movie rating on the basis of direactor cast and runtime,
41
+ even you can anylyze the performance and predict the next movie rating on the basis of this dataset and you can suggest the movie accoeding to thier genresetc
42
+
43
+ ### Direct Use
44
+
45
+ <!-- This section describes suitable use cases for the dataset. -->
46
+ to build and predict the AI\ML model
47
+
48
+ [More Information Needed]
49
+
50
+ ### Out-of-Scope Use
51
+
52
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
53
+ i don't know but there is so amny things where you can not use this dataset
54
+
55
+
56
+ ## Dataset Structure
57
+
58
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
59
+
60
+ this datset is csv formate that help to increase the readbility
61
+
62
+ ## Dataset Creation
63
+ dataset created by webscaping
64
+
65
+ ### Curation Rationale
66
+
67
+ <!-- Motivation for the creation of this dataset. -->
68
+ To build and AI\ML model to predict somthing about move
69
+
70
+
71
+
72
+ ### Source Data
73
+
74
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
75
+ imdb website
76
+
77
+ #### Data Collection and Processing
78
+
79
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
80
+ using python library to scape the data
81
+
82
+ [More Information Needed]
83
+
84
+ #### Who are the source data producers?
85
+
86
+ <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
87
+
88
+ imdb
89
+
90
+
91
+ #### Personal and Sensitive Information
92
+
93
+ <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
94
+
95
+ I want ot become the data Analysist
96
+ ## Bias, Risks, and Limitations
97
+
98
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
99
+
100
+ i don't know
101
+ ### Recommendations
102
+
103
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
104
+
105
+ Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
106
+