SlideShare a Scribd company logo
1 of 4
Download to read offline
International Journal of Trend in Scientific Research and Development (IJTSRD)
Volume 5 Issue 4, May-June 2021 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470
@ IJTSRD | Unique Paper ID – IJTSRD41307 | Volume – 5 | Issue – 4 | May-June 2021 Page 447
Personality Prediction using Logistic Regression
Surya Narayan Sharma1, Dr. Kamalraj Ramalingam2
1Department of Master of Computer Applications, School of CS and IT,
2Associate Professor, Department of Master of Computer Applications, School of CS and IT,
1,2Jain Deemed to be University, Bangalore, Karnataka, India
ABSTRACT
Human personality has played a significant role in the growth of both
individuals and organisations.Usingstandardquestionnairesorreviewingthe
curriculum vitae are two ways to assess human personality (CV).Recruiters
used to manually shortlist/filter a candidate's CV based on their criteria. We
present a framework in this paper that automates the eligibility review of
candidates during the recruitment process. Based on the uploaded CV, the
system evaluates professional eligibility. The framework employs the TF-IDF
Algorithm for machine learning. Furthermore, by reviewing the scores
obtained in various fields, the resulting scores aid in determiningthequalities
of the candidates. The use of graphs to analyse a candidate's success makes it
easier to assess his or her personality and aids in proper CV analysis. As a
result, the framework lends a hand in the recruitment process, allowing the
candidate's CV to be shortlisted and a reasonable decision to be reached.
KEYWORDS: Personality Evaluation, Big five model of Personality, Machine
learning, Curriculum Vitae Analysis
How to cite this paper: Surya Narayan
Sharma | Dr. Kamalraj Ramalingam
"Personality Prediction using Logistic
Regression"
Published in
International Journal
of Trend in Scientific
Research and
Development(ijtsrd),
ISSN: 2456-6470,
Volume-5 | Issue-4,
June 2021, pp.447-450, URL:
www.ijtsrd.com/papers/ijtsrd41307.pdf
Copyright © 2021 by author (s) and
International Journal ofTrendinScientific
Research and Development Journal. This
is an Open Access article distributed
under the terms of
the Creative
Commons Attribution
License (CC BY 4.0)
(http://creativecommons.org/licenses/by/4.0)
I. INTRODUCTION
In terms of jobs, choosing the best candidate forthejobfrom
a large pool of applicants has long been a challenge [1].
Traditional methods include administering personality and
professional eligibility assessment assessments, conducting
interviews, and holding group discussions. Employees' web
handles are now exposed to even more relevantinformation
about them as a result of the introductionofsocial media [2].
Recruiters, on the whole, are uninterested in such detail.
Traditional recruiting strategies include an aptitude test
followed by an interview. Traditional methods are time-
consuming, and they can lead to unequal candidate
selections. The most important aspect that represents an
individual is personality, which changes over time [3].
Dealing with them is a time-consuming process, so we
devised a method for identifying personalities and making
recommendations [4].
Kessler et al. [5] suggested a method that distinguishes and
categorises candidates based on their importance by
analysing unstructuredtext documents(joboffers).Pasquale
De Meo[6] proposes another XML-based multi-agent
recommender framework that relies onrichuserprofilesfor
support. The proposed system was a multi-agent
recommender system that exploited user profilesvia XML to
improve recruitment services in a personalised manner.
Another method proposed by Mohammad MehradSadra et
al. employs NLP for resume standardisation using a
modelling language approach[7]. Despite their widespread
use, these techniques have flaws in terms of structure,
inconsistent CV formats, and contextual details[8].
II. LITERATURE SURVEY
The interrelationships among the Big Five personality
factors (Openness, Conscientiousness, Extraversion,
Agreeableness, and Neuroticism) were examined in this
paper according to Liden et al.[9]
Psychometric analysis is used to choose thebestcandidate
based on the results of psychometric tests and the needs of
the company[8]. Using the Alberta Context Tool survey
results, protocols for psychometric analysis were proposed.
The Big Five Personality Model (also known as the Five
Factor Model) was used to predict the candidate's
personality, which involves Openness, Conscientiousness,
Extraversion, Agreeableness, and Neuroticism [10].
The CV was analysed using recommendation based on
machine learning techniques. Various assessment methods
have been used in the literature [4]. One method has been
described in which a tool called "Career Mapper" is used to
make CV recommendations. It verifies that theuserprofileis
complete.
The use of different filters is normally involved in the
recommendation. Among them are content and
collaboration. Usage of Fo-DRA for content-based
suggestions is one of the alternatives to Content-Based
Recommender[1]. The similarities among users are a key
feature of Collaborative Based Recommender [11-13].
According to Liden et al., the interrelationships among the
Big Five personality factors (Openness, Conscientiousness,
Extraversion, Agreeableness, and Neuroticism) were
IJTSRD41307
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD41307 | Volume – 5 | Issue – 4 | May-June 2021 Page 448
explored in this paper to test for the existence of a GFP. It is
also worth noting that the inclusion of a GFP did not mean
that other personality variables lower in the hierarchy lost
value[9].
III. PROPOSED SYSTEM
IV. PROPOSED STATEMENT
We list some of the limitations based on the survey
mentioned above.
1. Traditional methods of hiring typically include job
seekers completing physical resumes and performing
interviews. But, with the recent increaseofapplications,
the number of candidates continues to overwhelm
employers. Machine learning algorithms are used to
create the models that will be tested in the proposed
automated candidate grading system.
2. In recent years, the value of manual interviews and
resumes in human resources has increased. It is
important to devise a solution that will reduce or
expedite the workload of the HR department.
V. SOLUTION
The proposed framework would havea transparentmethod,
allowing for a more efficient way to short list submitted
candidate CVs from a large number of applicants. In our
paper, we propose a machine learning algorithm for
personality assessment and CV analysis. This method offers
an expert workforce for the company, assisting the HR
department in selecting the bestapplicantforthespecificjob
profile. Knowledge is highly valuedinourculture.Youhavea
better chance of achieving in school and in life if you have a
high IQ. Psychometric questions are often used to predict
personality.
The Candidate have to fill a form with all details and they
have to rate themselves in terms of Openness, Neuroticism,
Conscientiousness, Agreeableness, Extraversion based on
which the system predicts their personality.
Fig 1: Implementation Steps
VI. WORKING OF THE SYSTEM
1. train_model class: It includes two methods for training
the model and predicting the outcome byprovidingdifferent
values. a. train technique: It reads a csv file with the dataset
for training the algorithm and builds a model using Logistic
Regression. For training the model, it employs a variety of 7
values.
A. train method: It reads a csv file with the dataset for
training the algorithm and builds a model using Logistic
Regression. For training the model, it employs a variety of 7
values.
B. test method: It predicts a person's personalityby passing
an array of values containing gender, age, and the other five
personality characteristics.
2. main method: We begin by creating an object of the train
model class and then train the model by invoking the class's
train method. Then we initialize a variable with a Tk object
and design the system's landing page withlabelsanda press.
A button called Predict Personality is developed, which
invokes the predict person process.
3. predict_person method: We close the root tkinter
window and build a new top level window with the
appropriate size and attributes. The window's heading is
labelled, followed by different labels and their entries. To
choose a resume file, the user must press the Choose File
button, which then calls the Open file process, which
requires a button argument. Various entries are used in the
predict person system to predict the personality. When you
press the Submit button, all of the values are passed to
prediction result.
4. Open File method: It tries to open the directory with the
default address, name, and file types, but fails if no file is
selected. After the try except block, the method replaces the
name of the choose file button in the predict person method
with the base name of the file so that the user is aware of the
selected file.
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD41307 | Volume – 5 | Issue – 4 | May-June 2021 Page 449
5. prediction_result method: This method begins by
closing the previous tkinter window that was used to collect
data from the user. Following that, it invokes the model
object's test method and stores the result returned by the
method. Following that, it parses all of the information from
the resume and stores it in a variable, followed by a try
except block that attempts to delete the name and validate
the mobile number from the information retrieved from the
resume. The data sent by the user is then printed on the
console. Following that, the method displays a full-screen
window with all of the parsed information and expected
personality on the GUI window, as well as the description of
each personality trait
6. check_type method: It transforms strings and numbers
into the desired format, as well as lists and tuples in string.
VII. THE BIG FIVE PERSONALITY MODEL
Individual personality traits are expressed in how people
view themselves on social networking sites. The Five-Factor
Model (FFM) uses such knowledge to categorise OCEAN
characteristics, which can then be used by other teams.
According to reports, deeper knowledge of personality data
to obtain specific information remains a hot research
subject[14].
Fig 2: Ocean Model
Personality characteristics such as openness,
conscientiousness, extraversion, agreeableness, and
neuroticism are assessed using the OCEAN model.
Openness- openness to new experiences demonstrates a
level of intellectual curiosity for imaginationandadoptionof
new ideologies, as well as a preference for diversity and
novelty. High levels indicate a desire for innovation and a
wide range of interests, while low levels indicate a
preference for conventionality and familiarity.
Conscientiousness-Conscientiouspeopleareorganised,tidy,
meticulous, and punctual. Low level is thought to be
spontaneous and adaptable, but itcanalsobeuntrustworthy
and sleazy. High level is thought to be obsessive and
obstinate.
Extraversion- person who likes to start conversation,enjoys
meeting new people, feels energized when around other
people.
Agreeableness- person who is genuinely interested in other
people, cares for others, and helps those in need
Neuroticism- High level shows anxiety and stress. Low level
shows emotionally stable.
VIII. RESULT AND DISCUSSION
Fig 3: Application form
The Form in Fig 3 takes various inputs from user andsubmit
it to prediction model which will predict the personality.
Fig 4: Final Result
On result page, all the manipulated information and
predicted result will be displayed based on the response
received in Fig 3.
IX. CONCLUSION AND FUTURE SCOPE
We introduced an organization-oriented recruiting method
in this project to assist the human resource department in
short listing the best applicant for a particular job profile.
The framework can be used in a variety of business sectors
that need expert candidates, reducing the workload on the
human resources department. With content and collective
filtering, a machine learning methodology was used in data
analysis. Furthermore, the predicted personality aid in
determining the characteristics of candidates and the HR
department makes a fair and reasonable decision.
Further, we can modify the existing system by integrating AI
structure to provide significantly improved functionalities.
Many more machinelearningclassificationalgorithmscanbe
implemented to provide significantlyimprovedfunctionality
[15]. Furthermore, the application's reliability and
consistency can be tested and analysed.
ACKNOWLEDGEMENT:
I want to communicate my genuine inclination and
commitment to Dr. Dinesh Nilkhant, Dr. M N Nachappa, Dr.
Bhuvana J, Dr. Laxmi J V N, Dr. Gangothri R and Prof. Dr.
Kamalraj Ramalingamand venturefacilitatorsfortheirviable
steerage andsteady motivations all through my examination
work. Their convenientbearing,totalco-activityandmoment
perception have made my work productivity.
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD41307 | Volume – 5 | Issue – 4 | May-June 2021 Page 450
REFERENCES
[1] Almalis, N. D., et al. FoDRA—A new content-based job
recommendation algorithm for job seeking and
recruiting. in 2015 6th International Conference on
Information, Intelligence, Systems and Applications
(IISA). 2015. IEEE.
[2] Menon, V. M. and H. Rahulnath. A novel approach to
evaluate and rank candidates in a recruitment process
by estimating emotional intelligence through social
media data. in 2016 International Conference on Next
Generation Intelligent Systems (ICNGIS). 2016. IEEE.
[3] Ombhase, M., et al., Automated Personality
Classification using Data Mining Techniques. Pillai
Institute of Information Technology, 2017.
[4] Lai, V., et al. CareerMapper: An automated resume
evaluation tool. in 2016 IEEE InternationalConference
on Big Data (Big Data). 2016. IEEE.
[5] Kessler, R., et al. Job offer management: how improve
the ranking of candidates. in International Symposium
on Methodologies for Intelligent Systems. 2009.
Springer.
[6] De Meo, P., et al., An XML-based multiagent system for
supporting online recruitment services. IEEE
Transactions on Systems, Man, and Cybernetics-Part
A: Systems and Humans, 2007. 37(4): p. 464-480.
[7] Sadr, M. M., The role of personality traits predicting
emotion regulation strategies. International Academic
Journal of Humanities, 2016. 3(4): p. 13-24.
[8] Squires, J. E., et al., A protocol for advanced
psychometric assessment of surveys. Nursing research
and practice, 2013. 2013.
[9] Van der Linden, D., J. te Nijenhuis, and A. B. Bakker,
The general factor of personality: A meta-analysis of
Big Five intercorrelations and a criterion-related
validity study. Journal ofresearchinpersonality,2010.
44(3): p. 315-327.
[10] Mesurado, B., et al., EXTROVERSION: NATURE,
DEVELOPMENT AND IMPLICATIONS TO
PSYCHOLOGICAL HEALTH AND WORK LIFE.
Psychology of Extraversion, 2014: p. 1-13.
[11] Balabanović, M. and Y. Shoham, Fab: content-based,
collaborativerecommendation. Communicationsofthe
ACM, 1997. 40(3): p. 66-72.
[12] Bergman, L., et al. International workshop on
recommendation and collaboration (recoll 2008). in
Proceedings of the 13th international conference on
Intelligent user interfaces. 2008.
[13] Sarwar, B., et al. Item-based collaborative filtering
recommendation algorithms. in Proceedings of the
10th international conference on World Wide Web.
2001.
[14] Popkins, N. C., The five-factor model: Emergence of a
taxonomic model for personality psychology. Great
Ideas in Personality, Northwestern University, 1998.
[15] Liu, H. and L. Yu, Toward integrating feature selection
algorithms for classification and clustering. IEEE
Transactions on knowledge and data engineering,
2005. 17(4): p. 491-502.

More Related Content

What's hot

Keywords- Based on Arabic Information Retrieval Using Light Stemmer
Keywords- Based on Arabic Information Retrieval Using Light Stemmer Keywords- Based on Arabic Information Retrieval Using Light Stemmer
Keywords- Based on Arabic Information Retrieval Using Light Stemmer IJCSIS Research Publications
 
Extraction of Data Using Comparable Entity Mining
Extraction of Data Using Comparable Entity MiningExtraction of Data Using Comparable Entity Mining
Extraction of Data Using Comparable Entity Miningiosrjce
 
Application of Multi Criteria Decision Making approaches for personnel select...
Application of Multi Criteria Decision Making approaches for personnel select...Application of Multi Criteria Decision Making approaches for personnel select...
Application of Multi Criteria Decision Making approaches for personnel select...IJERA Editor
 
Profile Analysis of Users in Data Analytics Domain
Profile Analysis of   Users in Data Analytics DomainProfile Analysis of   Users in Data Analytics Domain
Profile Analysis of Users in Data Analytics DomainDrjabez
 
Advanced Question Paper Generator using Fuzzy Logic
Advanced Question Paper Generator using Fuzzy LogicAdvanced Question Paper Generator using Fuzzy Logic
Advanced Question Paper Generator using Fuzzy LogicIRJET Journal
 
IRJET -Survey on Named Entity Recognition using Syntactic Parsing for Hindi L...
IRJET -Survey on Named Entity Recognition using Syntactic Parsing for Hindi L...IRJET -Survey on Named Entity Recognition using Syntactic Parsing for Hindi L...
IRJET -Survey on Named Entity Recognition using Syntactic Parsing for Hindi L...IRJET Journal
 
An Efficient Approach for Keyword Selection ; Improving Accessibility of Web ...
An Efficient Approach for Keyword Selection ; Improving Accessibility of Web ...An Efficient Approach for Keyword Selection ; Improving Accessibility of Web ...
An Efficient Approach for Keyword Selection ; Improving Accessibility of Web ...dannyijwest
 
Campus Performace Report
Campus Performace ReportCampus Performace Report
Campus Performace ReportSayed Ali
 
Skill Gap Analysis for Improved Skills and Quality Deliverables
Skill Gap Analysis for Improved Skills and Quality DeliverablesSkill Gap Analysis for Improved Skills and Quality Deliverables
Skill Gap Analysis for Improved Skills and Quality DeliverablesIJERA Editor
 
An Efficient Semantic Relation Extraction Method For Arabic Texts Based On Si...
An Efficient Semantic Relation Extraction Method For Arabic Texts Based On Si...An Efficient Semantic Relation Extraction Method For Arabic Texts Based On Si...
An Efficient Semantic Relation Extraction Method For Arabic Texts Based On Si...CSCJournals
 
IRJET- Survey for Amazon Fine Food Reviews
IRJET- Survey for Amazon Fine Food ReviewsIRJET- Survey for Amazon Fine Food Reviews
IRJET- Survey for Amazon Fine Food ReviewsIRJET Journal
 
Arpita mehta mphil(0930006)
Arpita mehta mphil(0930006)Arpita mehta mphil(0930006)
Arpita mehta mphil(0930006)Ravi Prakash
 
IRJET- Text Document Clustering using K-Means Algorithm
IRJET-  	  Text Document Clustering using K-Means Algorithm IRJET-  	  Text Document Clustering using K-Means Algorithm
IRJET- Text Document Clustering using K-Means Algorithm IRJET Journal
 
Employee performance appraisal system
Employee performance appraisal systemEmployee performance appraisal system
Employee performance appraisal systemijcsit
 
Final Copy of Thesis PDF Format
Final Copy of Thesis PDF FormatFinal Copy of Thesis PDF Format
Final Copy of Thesis PDF FormatLaura O' Brien
 
A survey on discrimination deterrence in data mining
A survey on discrimination deterrence in data miningA survey on discrimination deterrence in data mining
A survey on discrimination deterrence in data miningeSAT Journals
 
A Study on Recruitment Process of Competent Employees at Lumina Datamatics
A Study on Recruitment Process of Competent Employees at Lumina DatamaticsA Study on Recruitment Process of Competent Employees at Lumina Datamatics
A Study on Recruitment Process of Competent Employees at Lumina Datamaticsijtsrd
 
IRJET- Comparative Study of Classification Algorithms for Sentiment Analy...
IRJET-  	  Comparative Study of Classification Algorithms for Sentiment Analy...IRJET-  	  Comparative Study of Classification Algorithms for Sentiment Analy...
IRJET- Comparative Study of Classification Algorithms for Sentiment Analy...IRJET Journal
 
An efficient approach to query reformulation in web search
An efficient approach to query reformulation in web searchAn efficient approach to query reformulation in web search
An efficient approach to query reformulation in web searcheSAT Journals
 

What's hot (20)

Keywords- Based on Arabic Information Retrieval Using Light Stemmer
Keywords- Based on Arabic Information Retrieval Using Light Stemmer Keywords- Based on Arabic Information Retrieval Using Light Stemmer
Keywords- Based on Arabic Information Retrieval Using Light Stemmer
 
Extraction of Data Using Comparable Entity Mining
Extraction of Data Using Comparable Entity MiningExtraction of Data Using Comparable Entity Mining
Extraction of Data Using Comparable Entity Mining
 
Application of Multi Criteria Decision Making approaches for personnel select...
Application of Multi Criteria Decision Making approaches for personnel select...Application of Multi Criteria Decision Making approaches for personnel select...
Application of Multi Criteria Decision Making approaches for personnel select...
 
Profile Analysis of Users in Data Analytics Domain
Profile Analysis of   Users in Data Analytics DomainProfile Analysis of   Users in Data Analytics Domain
Profile Analysis of Users in Data Analytics Domain
 
Advanced Question Paper Generator using Fuzzy Logic
Advanced Question Paper Generator using Fuzzy LogicAdvanced Question Paper Generator using Fuzzy Logic
Advanced Question Paper Generator using Fuzzy Logic
 
IRJET -Survey on Named Entity Recognition using Syntactic Parsing for Hindi L...
IRJET -Survey on Named Entity Recognition using Syntactic Parsing for Hindi L...IRJET -Survey on Named Entity Recognition using Syntactic Parsing for Hindi L...
IRJET -Survey on Named Entity Recognition using Syntactic Parsing for Hindi L...
 
An Efficient Approach for Keyword Selection ; Improving Accessibility of Web ...
An Efficient Approach for Keyword Selection ; Improving Accessibility of Web ...An Efficient Approach for Keyword Selection ; Improving Accessibility of Web ...
An Efficient Approach for Keyword Selection ; Improving Accessibility of Web ...
 
Campus Performace Report
Campus Performace ReportCampus Performace Report
Campus Performace Report
 
Skill Gap Analysis for Improved Skills and Quality Deliverables
Skill Gap Analysis for Improved Skills and Quality DeliverablesSkill Gap Analysis for Improved Skills and Quality Deliverables
Skill Gap Analysis for Improved Skills and Quality Deliverables
 
An Efficient Semantic Relation Extraction Method For Arabic Texts Based On Si...
An Efficient Semantic Relation Extraction Method For Arabic Texts Based On Si...An Efficient Semantic Relation Extraction Method For Arabic Texts Based On Si...
An Efficient Semantic Relation Extraction Method For Arabic Texts Based On Si...
 
IRJET- Survey for Amazon Fine Food Reviews
IRJET- Survey for Amazon Fine Food ReviewsIRJET- Survey for Amazon Fine Food Reviews
IRJET- Survey for Amazon Fine Food Reviews
 
Arpita mehta mphil(0930006)
Arpita mehta mphil(0930006)Arpita mehta mphil(0930006)
Arpita mehta mphil(0930006)
 
IRJET- Text Document Clustering using K-Means Algorithm
IRJET-  	  Text Document Clustering using K-Means Algorithm IRJET-  	  Text Document Clustering using K-Means Algorithm
IRJET- Text Document Clustering using K-Means Algorithm
 
Employee performance appraisal system
Employee performance appraisal systemEmployee performance appraisal system
Employee performance appraisal system
 
Final Copy of Thesis PDF Format
Final Copy of Thesis PDF FormatFinal Copy of Thesis PDF Format
Final Copy of Thesis PDF Format
 
A survey on discrimination deterrence in data mining
A survey on discrimination deterrence in data miningA survey on discrimination deterrence in data mining
A survey on discrimination deterrence in data mining
 
Iit press release
Iit press releaseIit press release
Iit press release
 
A Study on Recruitment Process of Competent Employees at Lumina Datamatics
A Study on Recruitment Process of Competent Employees at Lumina DatamaticsA Study on Recruitment Process of Competent Employees at Lumina Datamatics
A Study on Recruitment Process of Competent Employees at Lumina Datamatics
 
IRJET- Comparative Study of Classification Algorithms for Sentiment Analy...
IRJET-  	  Comparative Study of Classification Algorithms for Sentiment Analy...IRJET-  	  Comparative Study of Classification Algorithms for Sentiment Analy...
IRJET- Comparative Study of Classification Algorithms for Sentiment Analy...
 
An efficient approach to query reformulation in web search
An efficient approach to query reformulation in web searchAn efficient approach to query reformulation in web search
An efficient approach to query reformulation in web search
 

Similar to Personality Prediction using Logistic Regression

Data mining for prediction of human
Data mining for prediction of humanData mining for prediction of human
Data mining for prediction of humanIJDKP
 
Personality Prediction with CV Analysis
Personality Prediction with CV AnalysisPersonality Prediction with CV Analysis
Personality Prediction with CV AnalysisIRJET Journal
 
Modern Resume Analyser For Students And Organisations
Modern Resume Analyser For Students And OrganisationsModern Resume Analyser For Students And Organisations
Modern Resume Analyser For Students And OrganisationsIRJET Journal
 
Personality Prediction and CV Analysis System
Personality Prediction and CV Analysis SystemPersonality Prediction and CV Analysis System
Personality Prediction and CV Analysis SystemIRJET Journal
 
Developing a framework for
Developing a framework forDeveloping a framework for
Developing a framework forcsandit
 
Paper id 29201413
Paper id 29201413Paper id 29201413
Paper id 29201413IJRAT
 
An Integrated E-Recruitment System For Automated Personality Mining And Appli...
An Integrated E-Recruitment System For Automated Personality Mining And Appli...An Integrated E-Recruitment System For Automated Personality Mining And Appli...
An Integrated E-Recruitment System For Automated Personality Mining And Appli...Fiona Phillips
 
An Effective Job Recruitment System Using Content-based Filtering
An Effective Job Recruitment System Using Content-based FilteringAn Effective Job Recruitment System Using Content-based Filtering
An Effective Job Recruitment System Using Content-based FilteringIRJET Journal
 
A Study on Emerging Trends, Methods and Criteria for Effective E Recruitment ...
A Study on Emerging Trends, Methods and Criteria for Effective E Recruitment ...A Study on Emerging Trends, Methods and Criteria for Effective E Recruitment ...
A Study on Emerging Trends, Methods and Criteria for Effective E Recruitment ...ijtsrd
 
Use Of Psychometric Testing In Recruitment & Selection Process Executive summ...
Use Of Psychometric Testing In Recruitment & Selection Process Executive summ...Use Of Psychometric Testing In Recruitment & Selection Process Executive summ...
Use Of Psychometric Testing In Recruitment & Selection Process Executive summ...Sarath Sasi
 
ASSESSMENT CENTRES ANEFFECTIVE TOOL FOR COMPETENCY DEVELOPMENT
ASSESSMENT CENTRES  ANEFFECTIVE TOOL FOR COMPETENCY DEVELOPMENTASSESSMENT CENTRES  ANEFFECTIVE TOOL FOR COMPETENCY DEVELOPMENT
ASSESSMENT CENTRES ANEFFECTIVE TOOL FOR COMPETENCY DEVELOPMENTCarrie Tran
 
A Comprehensive Review of Relevant Techniques used in Course Recommendation S...
A Comprehensive Review of Relevant Techniques used in Course Recommendation S...A Comprehensive Review of Relevant Techniques used in Course Recommendation S...
A Comprehensive Review of Relevant Techniques used in Course Recommendation S...IRJET Journal
 
Improved spambase dataset prediction using svm rbf kernel with adaptive boost
Improved spambase dataset prediction using svm rbf kernel with adaptive boostImproved spambase dataset prediction using svm rbf kernel with adaptive boost
Improved spambase dataset prediction using svm rbf kernel with adaptive boosteSAT Journals
 
Training and Placement Portal
Training and Placement PortalTraining and Placement Portal
Training and Placement PortalIRJET Journal
 
Identification of important features and data mining classification technique...
Identification of important features and data mining classification technique...Identification of important features and data mining classification technique...
Identification of important features and data mining classification technique...IJECEIAES
 
IRJET- Automated CV Classification using Clustering Technique
IRJET- Automated CV Classification using Clustering TechniqueIRJET- Automated CV Classification using Clustering Technique
IRJET- Automated CV Classification using Clustering TechniqueIRJET Journal
 
IRJET- Personality Prediction System using AI
IRJET- Personality Prediction System using AIIRJET- Personality Prediction System using AI
IRJET- Personality Prediction System using AIIRJET Journal
 

Similar to Personality Prediction using Logistic Regression (20)

Data mining for prediction of human
Data mining for prediction of humanData mining for prediction of human
Data mining for prediction of human
 
Personality Prediction with CV Analysis
Personality Prediction with CV AnalysisPersonality Prediction with CV Analysis
Personality Prediction with CV Analysis
 
Modern Resume Analyser For Students And Organisations
Modern Resume Analyser For Students And OrganisationsModern Resume Analyser For Students And Organisations
Modern Resume Analyser For Students And Organisations
 
Personality Prediction and CV Analysis System
Personality Prediction and CV Analysis SystemPersonality Prediction and CV Analysis System
Personality Prediction and CV Analysis System
 
Developing a framework for
Developing a framework forDeveloping a framework for
Developing a framework for
 
Paper id 29201413
Paper id 29201413Paper id 29201413
Paper id 29201413
 
An Integrated E-Recruitment System For Automated Personality Mining And Appli...
An Integrated E-Recruitment System For Automated Personality Mining And Appli...An Integrated E-Recruitment System For Automated Personality Mining And Appli...
An Integrated E-Recruitment System For Automated Personality Mining And Appli...
 
An Effective Job Recruitment System Using Content-based Filtering
An Effective Job Recruitment System Using Content-based FilteringAn Effective Job Recruitment System Using Content-based Filtering
An Effective Job Recruitment System Using Content-based Filtering
 
Naresh sharma
Naresh sharmaNaresh sharma
Naresh sharma
 
A Study on Emerging Trends, Methods and Criteria for Effective E Recruitment ...
A Study on Emerging Trends, Methods and Criteria for Effective E Recruitment ...A Study on Emerging Trends, Methods and Criteria for Effective E Recruitment ...
A Study on Emerging Trends, Methods and Criteria for Effective E Recruitment ...
 
Use Of Psychometric Testing In Recruitment & Selection Process Executive summ...
Use Of Psychometric Testing In Recruitment & Selection Process Executive summ...Use Of Psychometric Testing In Recruitment & Selection Process Executive summ...
Use Of Psychometric Testing In Recruitment & Selection Process Executive summ...
 
JSPL RAIGARHS HR PROJECT
JSPL RAIGARHS HR PROJECTJSPL RAIGARHS HR PROJECT
JSPL RAIGARHS HR PROJECT
 
50120130406007
5012013040600750120130406007
50120130406007
 
ASSESSMENT CENTRES ANEFFECTIVE TOOL FOR COMPETENCY DEVELOPMENT
ASSESSMENT CENTRES  ANEFFECTIVE TOOL FOR COMPETENCY DEVELOPMENTASSESSMENT CENTRES  ANEFFECTIVE TOOL FOR COMPETENCY DEVELOPMENT
ASSESSMENT CENTRES ANEFFECTIVE TOOL FOR COMPETENCY DEVELOPMENT
 
A Comprehensive Review of Relevant Techniques used in Course Recommendation S...
A Comprehensive Review of Relevant Techniques used in Course Recommendation S...A Comprehensive Review of Relevant Techniques used in Course Recommendation S...
A Comprehensive Review of Relevant Techniques used in Course Recommendation S...
 
Improved spambase dataset prediction using svm rbf kernel with adaptive boost
Improved spambase dataset prediction using svm rbf kernel with adaptive boostImproved spambase dataset prediction using svm rbf kernel with adaptive boost
Improved spambase dataset prediction using svm rbf kernel with adaptive boost
 
Training and Placement Portal
Training and Placement PortalTraining and Placement Portal
Training and Placement Portal
 
Identification of important features and data mining classification technique...
Identification of important features and data mining classification technique...Identification of important features and data mining classification technique...
Identification of important features and data mining classification technique...
 
IRJET- Automated CV Classification using Clustering Technique
IRJET- Automated CV Classification using Clustering TechniqueIRJET- Automated CV Classification using Clustering Technique
IRJET- Automated CV Classification using Clustering Technique
 
IRJET- Personality Prediction System using AI
IRJET- Personality Prediction System using AIIRJET- Personality Prediction System using AI
IRJET- Personality Prediction System using AI
 

More from ijtsrd

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementationijtsrd
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...ijtsrd
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospectsijtsrd
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...ijtsrd
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...ijtsrd
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...ijtsrd
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Studyijtsrd
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...ijtsrd
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...ijtsrd
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...ijtsrd
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...ijtsrd
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...ijtsrd
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadikuijtsrd
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...ijtsrd
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...ijtsrd
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Mapijtsrd
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Societyijtsrd
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...ijtsrd
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...ijtsrd
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learningijtsrd
 

More from ijtsrd (20)

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learning
 

Recently uploaded

Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...Pooja Nehwal
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...anjaliyadav012327
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 

Recently uploaded (20)

Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 

Personality Prediction using Logistic Regression

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume 5 Issue 4, May-June 2021 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470 @ IJTSRD | Unique Paper ID – IJTSRD41307 | Volume – 5 | Issue – 4 | May-June 2021 Page 447 Personality Prediction using Logistic Regression Surya Narayan Sharma1, Dr. Kamalraj Ramalingam2 1Department of Master of Computer Applications, School of CS and IT, 2Associate Professor, Department of Master of Computer Applications, School of CS and IT, 1,2Jain Deemed to be University, Bangalore, Karnataka, India ABSTRACT Human personality has played a significant role in the growth of both individuals and organisations.Usingstandardquestionnairesorreviewingthe curriculum vitae are two ways to assess human personality (CV).Recruiters used to manually shortlist/filter a candidate's CV based on their criteria. We present a framework in this paper that automates the eligibility review of candidates during the recruitment process. Based on the uploaded CV, the system evaluates professional eligibility. The framework employs the TF-IDF Algorithm for machine learning. Furthermore, by reviewing the scores obtained in various fields, the resulting scores aid in determiningthequalities of the candidates. The use of graphs to analyse a candidate's success makes it easier to assess his or her personality and aids in proper CV analysis. As a result, the framework lends a hand in the recruitment process, allowing the candidate's CV to be shortlisted and a reasonable decision to be reached. KEYWORDS: Personality Evaluation, Big five model of Personality, Machine learning, Curriculum Vitae Analysis How to cite this paper: Surya Narayan Sharma | Dr. Kamalraj Ramalingam "Personality Prediction using Logistic Regression" Published in International Journal of Trend in Scientific Research and Development(ijtsrd), ISSN: 2456-6470, Volume-5 | Issue-4, June 2021, pp.447-450, URL: www.ijtsrd.com/papers/ijtsrd41307.pdf Copyright © 2021 by author (s) and International Journal ofTrendinScientific Research and Development Journal. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (CC BY 4.0) (http://creativecommons.org/licenses/by/4.0) I. INTRODUCTION In terms of jobs, choosing the best candidate forthejobfrom a large pool of applicants has long been a challenge [1]. Traditional methods include administering personality and professional eligibility assessment assessments, conducting interviews, and holding group discussions. Employees' web handles are now exposed to even more relevantinformation about them as a result of the introductionofsocial media [2]. Recruiters, on the whole, are uninterested in such detail. Traditional recruiting strategies include an aptitude test followed by an interview. Traditional methods are time- consuming, and they can lead to unequal candidate selections. The most important aspect that represents an individual is personality, which changes over time [3]. Dealing with them is a time-consuming process, so we devised a method for identifying personalities and making recommendations [4]. Kessler et al. [5] suggested a method that distinguishes and categorises candidates based on their importance by analysing unstructuredtext documents(joboffers).Pasquale De Meo[6] proposes another XML-based multi-agent recommender framework that relies onrichuserprofilesfor support. The proposed system was a multi-agent recommender system that exploited user profilesvia XML to improve recruitment services in a personalised manner. Another method proposed by Mohammad MehradSadra et al. employs NLP for resume standardisation using a modelling language approach[7]. Despite their widespread use, these techniques have flaws in terms of structure, inconsistent CV formats, and contextual details[8]. II. LITERATURE SURVEY The interrelationships among the Big Five personality factors (Openness, Conscientiousness, Extraversion, Agreeableness, and Neuroticism) were examined in this paper according to Liden et al.[9] Psychometric analysis is used to choose thebestcandidate based on the results of psychometric tests and the needs of the company[8]. Using the Alberta Context Tool survey results, protocols for psychometric analysis were proposed. The Big Five Personality Model (also known as the Five Factor Model) was used to predict the candidate's personality, which involves Openness, Conscientiousness, Extraversion, Agreeableness, and Neuroticism [10]. The CV was analysed using recommendation based on machine learning techniques. Various assessment methods have been used in the literature [4]. One method has been described in which a tool called "Career Mapper" is used to make CV recommendations. It verifies that theuserprofileis complete. The use of different filters is normally involved in the recommendation. Among them are content and collaboration. Usage of Fo-DRA for content-based suggestions is one of the alternatives to Content-Based Recommender[1]. The similarities among users are a key feature of Collaborative Based Recommender [11-13]. According to Liden et al., the interrelationships among the Big Five personality factors (Openness, Conscientiousness, Extraversion, Agreeableness, and Neuroticism) were IJTSRD41307
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD41307 | Volume – 5 | Issue – 4 | May-June 2021 Page 448 explored in this paper to test for the existence of a GFP. It is also worth noting that the inclusion of a GFP did not mean that other personality variables lower in the hierarchy lost value[9]. III. PROPOSED SYSTEM IV. PROPOSED STATEMENT We list some of the limitations based on the survey mentioned above. 1. Traditional methods of hiring typically include job seekers completing physical resumes and performing interviews. But, with the recent increaseofapplications, the number of candidates continues to overwhelm employers. Machine learning algorithms are used to create the models that will be tested in the proposed automated candidate grading system. 2. In recent years, the value of manual interviews and resumes in human resources has increased. It is important to devise a solution that will reduce or expedite the workload of the HR department. V. SOLUTION The proposed framework would havea transparentmethod, allowing for a more efficient way to short list submitted candidate CVs from a large number of applicants. In our paper, we propose a machine learning algorithm for personality assessment and CV analysis. This method offers an expert workforce for the company, assisting the HR department in selecting the bestapplicantforthespecificjob profile. Knowledge is highly valuedinourculture.Youhavea better chance of achieving in school and in life if you have a high IQ. Psychometric questions are often used to predict personality. The Candidate have to fill a form with all details and they have to rate themselves in terms of Openness, Neuroticism, Conscientiousness, Agreeableness, Extraversion based on which the system predicts their personality. Fig 1: Implementation Steps VI. WORKING OF THE SYSTEM 1. train_model class: It includes two methods for training the model and predicting the outcome byprovidingdifferent values. a. train technique: It reads a csv file with the dataset for training the algorithm and builds a model using Logistic Regression. For training the model, it employs a variety of 7 values. A. train method: It reads a csv file with the dataset for training the algorithm and builds a model using Logistic Regression. For training the model, it employs a variety of 7 values. B. test method: It predicts a person's personalityby passing an array of values containing gender, age, and the other five personality characteristics. 2. main method: We begin by creating an object of the train model class and then train the model by invoking the class's train method. Then we initialize a variable with a Tk object and design the system's landing page withlabelsanda press. A button called Predict Personality is developed, which invokes the predict person process. 3. predict_person method: We close the root tkinter window and build a new top level window with the appropriate size and attributes. The window's heading is labelled, followed by different labels and their entries. To choose a resume file, the user must press the Choose File button, which then calls the Open file process, which requires a button argument. Various entries are used in the predict person system to predict the personality. When you press the Submit button, all of the values are passed to prediction result. 4. Open File method: It tries to open the directory with the default address, name, and file types, but fails if no file is selected. After the try except block, the method replaces the name of the choose file button in the predict person method with the base name of the file so that the user is aware of the selected file.
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD41307 | Volume – 5 | Issue – 4 | May-June 2021 Page 449 5. prediction_result method: This method begins by closing the previous tkinter window that was used to collect data from the user. Following that, it invokes the model object's test method and stores the result returned by the method. Following that, it parses all of the information from the resume and stores it in a variable, followed by a try except block that attempts to delete the name and validate the mobile number from the information retrieved from the resume. The data sent by the user is then printed on the console. Following that, the method displays a full-screen window with all of the parsed information and expected personality on the GUI window, as well as the description of each personality trait 6. check_type method: It transforms strings and numbers into the desired format, as well as lists and tuples in string. VII. THE BIG FIVE PERSONALITY MODEL Individual personality traits are expressed in how people view themselves on social networking sites. The Five-Factor Model (FFM) uses such knowledge to categorise OCEAN characteristics, which can then be used by other teams. According to reports, deeper knowledge of personality data to obtain specific information remains a hot research subject[14]. Fig 2: Ocean Model Personality characteristics such as openness, conscientiousness, extraversion, agreeableness, and neuroticism are assessed using the OCEAN model. Openness- openness to new experiences demonstrates a level of intellectual curiosity for imaginationandadoptionof new ideologies, as well as a preference for diversity and novelty. High levels indicate a desire for innovation and a wide range of interests, while low levels indicate a preference for conventionality and familiarity. Conscientiousness-Conscientiouspeopleareorganised,tidy, meticulous, and punctual. Low level is thought to be spontaneous and adaptable, but itcanalsobeuntrustworthy and sleazy. High level is thought to be obsessive and obstinate. Extraversion- person who likes to start conversation,enjoys meeting new people, feels energized when around other people. Agreeableness- person who is genuinely interested in other people, cares for others, and helps those in need Neuroticism- High level shows anxiety and stress. Low level shows emotionally stable. VIII. RESULT AND DISCUSSION Fig 3: Application form The Form in Fig 3 takes various inputs from user andsubmit it to prediction model which will predict the personality. Fig 4: Final Result On result page, all the manipulated information and predicted result will be displayed based on the response received in Fig 3. IX. CONCLUSION AND FUTURE SCOPE We introduced an organization-oriented recruiting method in this project to assist the human resource department in short listing the best applicant for a particular job profile. The framework can be used in a variety of business sectors that need expert candidates, reducing the workload on the human resources department. With content and collective filtering, a machine learning methodology was used in data analysis. Furthermore, the predicted personality aid in determining the characteristics of candidates and the HR department makes a fair and reasonable decision. Further, we can modify the existing system by integrating AI structure to provide significantly improved functionalities. Many more machinelearningclassificationalgorithmscanbe implemented to provide significantlyimprovedfunctionality [15]. Furthermore, the application's reliability and consistency can be tested and analysed. ACKNOWLEDGEMENT: I want to communicate my genuine inclination and commitment to Dr. Dinesh Nilkhant, Dr. M N Nachappa, Dr. Bhuvana J, Dr. Laxmi J V N, Dr. Gangothri R and Prof. Dr. Kamalraj Ramalingamand venturefacilitatorsfortheirviable steerage andsteady motivations all through my examination work. Their convenientbearing,totalco-activityandmoment perception have made my work productivity.
  • 4. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD41307 | Volume – 5 | Issue – 4 | May-June 2021 Page 450 REFERENCES [1] Almalis, N. D., et al. FoDRA—A new content-based job recommendation algorithm for job seeking and recruiting. in 2015 6th International Conference on Information, Intelligence, Systems and Applications (IISA). 2015. IEEE. [2] Menon, V. M. and H. Rahulnath. A novel approach to evaluate and rank candidates in a recruitment process by estimating emotional intelligence through social media data. in 2016 International Conference on Next Generation Intelligent Systems (ICNGIS). 2016. IEEE. [3] Ombhase, M., et al., Automated Personality Classification using Data Mining Techniques. Pillai Institute of Information Technology, 2017. [4] Lai, V., et al. CareerMapper: An automated resume evaluation tool. in 2016 IEEE InternationalConference on Big Data (Big Data). 2016. IEEE. [5] Kessler, R., et al. Job offer management: how improve the ranking of candidates. in International Symposium on Methodologies for Intelligent Systems. 2009. Springer. [6] De Meo, P., et al., An XML-based multiagent system for supporting online recruitment services. IEEE Transactions on Systems, Man, and Cybernetics-Part A: Systems and Humans, 2007. 37(4): p. 464-480. [7] Sadr, M. M., The role of personality traits predicting emotion regulation strategies. International Academic Journal of Humanities, 2016. 3(4): p. 13-24. [8] Squires, J. E., et al., A protocol for advanced psychometric assessment of surveys. Nursing research and practice, 2013. 2013. [9] Van der Linden, D., J. te Nijenhuis, and A. B. Bakker, The general factor of personality: A meta-analysis of Big Five intercorrelations and a criterion-related validity study. Journal ofresearchinpersonality,2010. 44(3): p. 315-327. [10] Mesurado, B., et al., EXTROVERSION: NATURE, DEVELOPMENT AND IMPLICATIONS TO PSYCHOLOGICAL HEALTH AND WORK LIFE. Psychology of Extraversion, 2014: p. 1-13. [11] Balabanović, M. and Y. Shoham, Fab: content-based, collaborativerecommendation. Communicationsofthe ACM, 1997. 40(3): p. 66-72. [12] Bergman, L., et al. International workshop on recommendation and collaboration (recoll 2008). in Proceedings of the 13th international conference on Intelligent user interfaces. 2008. [13] Sarwar, B., et al. Item-based collaborative filtering recommendation algorithms. in Proceedings of the 10th international conference on World Wide Web. 2001. [14] Popkins, N. C., The five-factor model: Emergence of a taxonomic model for personality psychology. Great Ideas in Personality, Northwestern University, 1998. [15] Liu, H. and L. Yu, Toward integrating feature selection algorithms for classification and clustering. IEEE Transactions on knowledge and data engineering, 2005. 17(4): p. 491-502.