在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):xeneta/LeadQualifier开源软件地址(OpenSource Url):https://github.com/xeneta/LeadQualifier开源编程语言(OpenSource Language):Python 100.0%开源软件介绍(OpenSource Introduction):LeadQualifierThis repo is a collection of scripts we use at Xeneta to qualify sales leads with machine learning. Read more about this project in the Medium article Boosting Sales With Machine Learning. You can use this repo for two things:
SetupStart off by running the following command:
You'll also need to download the stopword from the nltk package. Run the Python interpreter and type the following:
1. Experiment with your own algorithmsWe'd love to see more algorithms on the leaderboard, so send us a pull request once you've implemented one. Xeneta QualifierWe've provided you with our vectorized and transformed data here. We can unfortunately not share the raw text data, as it contains sensitive company information (who our customers are). To test our your own algorithm, simply add it the run.py file and run the script:
Thanks to lampts for implementing the best performing algorithm so far, the SGDClassifier. Leaderboard:
PS: We're also experimenting with a neural net (in TensorFlow) in the nn.py file. 2. Create your own lead qualifierTo create your own lead qualifier, you'll need to get hold of company descriptions (to create your dataset). We currently use FullContact for this. Note: We've added dummy data, so that you can run both scripts without getting errors, and to give you examples on how the sheets should look like. Train AlgorithmThis script trains an algorithm on your own input data. It expects two excel sheets named qualified and disqualified in the input folder. These sheets need to contain two columns:
Run the script:
It'll dump three files into the qualify_leads project:
You're now ready to start classifying your sales leads! Qualify LeadsThis is the script that actually predicts the quality of your leads. Add an excel sheet named data in the input folder. Use the same format as the example file that's already there. Run the script:
It'll output an excel sheet with a column named Prediction, where 1 equals qualified and 0 equals disqualified: Got questions? Email me at [email protected]. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论