Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sas-en-test
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Edward Samlafo-Adams
sas-en-test
Commits
8e7797f3
Commit
8e7797f3
authored
2 months ago
by
Edward Mawuko Samlafo-Adams
Browse files
Options
Downloads
Patches
Plain Diff
readme
parent
5825d92f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+29
-4
29 additions, 4 deletions
README.md
with
29 additions
and
4 deletions
README.md
+
29
−
4
View file @
8e7797f3
...
...
@@ -96,10 +96,35 @@ SAS-EN-TEST/
-
**Salary**
: Numeric data for analysis and prediction.
-
**Description**
: Job descriptions used for text analysis.
-
**Data Preprocessing**
:
-
Removed null values and duplicates.
-
Tokenized job descriptions for machine learning.
-
Derived insights like job distribution and salary trends.
### Approach for Handling Outliers
1.
**Detection Methods**
:
-
**Quantile-based filtering**
: Outliers below the 5th percentile and above the 95th percentile were identified.
-
**Z-score analysis**
: Values with a Z-score greater than 3 were flagged as potential outliers.
2.
**Handling**
:
-
Detected outliers were either removed or replaced with the median value of the respective column.
-
Columns with significant outlier presence were closely monitored for distribution changes after outlier treatment.
---
### Approach for Creating Fake Data
1.
**Synthetic Data Generation**
:
-
Used Python libraries like
`numpy`
and
`pandas`
to generate random values within realistic ranges.
-
Randomized fields include:
-
**Salary range**
: Values were created within observed realistic salary intervals.
-
**Experience level**
: Generated evenly distributed levels to balance the dataset.
2.
**Textual Data**
:
-
Synthetic job descriptions were constructed using predefined templates combined with randomly generated keywords.
3.
**Purpose**
:
-
Balancing underrepresented categories.
-
Expanding the dataset to improve model robustness during training and testing.
---
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment