- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我使用 SVM 分类器将文本分类为好文本和乱码。我正在使用 python 的 scikit-learn 并按如下方式进行操作:
'''
Created on May 5, 2017
'''
import re
import random
import numpy as np
from sklearn.feature_extraction.text import CountVectorizer
from sklearn.linear_model import SGDClassifier
from sklearn import metrics
# Prepare data
def prepare_data(data):
"""
data is expected to be a list of tuples of category and texts.
Returns a tuple of a list of lables and a list of texts
"""
random.shuffle(data)
return zip(*data)
# Format training data
training_data = [
("good", "rain a lot the packs maybe damage."),
("good", "15107 Lane Pflugerville, TX customer called me and his phone number and my phone numbers were not masked. thank you customer has had a stroke and items were missing from his delivery the cleaning supplies for his wet vacuum steam cleaner. he needs a call back from customer support "),
("gibber", "wh. screen"),
("gibber", "How will I know if I"),
("good", "I have problems scheduling blocks they are never any available. Can I do full time? Can I get scheduled more than one day a month?"),
("good", "Suggestion: easier way to sign in due alleviate the tediousness of periodically having to sign back in to the app to check for blocks."),
("good", "I am so glad to hear from you. "),
("good", "loading on today's itinerary takes ages!!!!!! time consuming when you have 150+ packages to deliver!!!!!"),
("good", "due to the new update that makes hours available at 10 pm. if you worked 8 hours that day you can't see next day hours due to 8 hour limit. please fix this"),
("good", "omg, PLEASE make it so we don't have to sign in every time we need to go into the app. At least make it good for a week. Thanks."),
("good", "Constantly being logged out of app, if we could have a continuous login so we could receive notifications if blocks are available that would be ideal."),
("good", "I am having problems with the App. Every time I exit the App and reopen it asks for my login info."),
("good", "15 minute service time due to 33rd floor and 20l lbs of cargo"),
("good", "I have been sceduled 1 block in 3 weeks. I check for new block availability multiple times a day and have not seen 1 available in three weeks. is there any way to get more blocks."),
("good", "When will delivery jobs be available? Everytime I open this app, it says nothing is available. Have deliveries in Cincinnati started yet?"),
("good", "During delivery had to call customer support and after 10 minutes support person couldn't find my pick up location Kirkland /Bellevue and told me to hang up and call different support team. Support person were unprofessional and rude, which is not acceptable."),
("good", "can you please remove the pick up from my phone"),
("good", "Dear friends: I'm very very happy it's a big oportunitt"),
("good", "THANK YOU so much for the block you assigned me for next week. If you have an additional 5 blocks please go ahead and assign them to me for next week. My availability is updated and current. You guys are awesome!!!"),
("good", "after update every time I open app I have too log in! I used to be able to stay logged in unless I logged out, can you return stay logged in option."),
("good", "It looks like my app is not installed properly on my android phone, Note 5. I cannot access or do not see the tab to swipe to start delivering and the map or help button that should be visible for me to work today 5/6 at rpm"),
("gibber", "AF0000"),
("good", "awesome app, awesome hiring process, awesome delivery warehouse , awesome team and help in the field! lets deliver I would like more more more delivers , looking forward to the future ! I just bought a new delivery vehical !"),
("good", "I will like to ask why I can't get more delivery's only one in two weeks"),
("good", "device too slow software crashing all day"),
("good", "it doesn't work sometimes."),
("good", "can you please remove the old sprouts pick up from my phone"),
("good", "They ability to zoom in on text screens would be very helpful. Am example would be customer notes when viewing in certain lighting conditions can be difficult."),
("good", "I missed out on a delivery day when I clicked check in and waited for my turn to get an order only to find out that not only did my check in not register but the gps showed me down the street. I encountered this issue again when one of the warehouse employees placed an order for that location and the app wanted me to drive in a big circle to get back to where I was standing."),
("good", "i am a little concerned that i didn't receive any blocks of time for this coming week, even though i had a perfect delivery score from this past pay period. Did the Cincinnati market over hire drivers where there are many people being shut completely out of any delivery blocks for an entire week? i really enjoy this type of work and the app makes it quite convenient."),
("good", "I've arrived at the pick up restaurant but the staff did not have the barecode for me to scan, however I pick up the package and deliver but my is still not let me move on"),
("good", "might want to check my assigned hours for next week. 5am to 1pm??"),
("good", "hi team--just want to give some positive feedback. I have had nothing but positive feedback from customers. Great support when calling help line. Thank you for this opportunity and if there is ever a situation where you need drivers immediately I will drop what I'm doing and help. You guys are the best."),
("good", "Allow days or blocks throughout the day to be modified after General availability is set up for time off like doctors appointments."),
("gibber", "AL001234"),
("good", "Please, enlight me."),
("good", "it only shows my schedule starting in two weeks. when will we be able to start work"),
("good", "include more packages for one block, if the packages can be fitted into the car, so driver don't have to come back and pickup every two hours. 25% of the time is wasted coming back for pick up."),
("gibber", "BBB h"),
("gibber", "AG0003006033SDgCJ12344"),
("gibber", "How will I know if I"),
("good", "please bring back some sort of hours cap! or possibly stagger the hour drops from 1200 to 1203 so that people with slower internet/slower phone arent at a disadvantage!"),
("good", "when the hours released tonight all of the people who didn't have 40 hours could see them. however the drivers that are capped at 40 were unable to see them due to a flawed system. please fix the system so that we are not continually treated unfairly like all of the drivers that whined so much and got us in to this mess. the cap system is unfair to people that want to work and it caused problems with a lack of drivers to deliver today at the hub. obviously this is not a good system and benefits no one."),
("good", "You have seriously messed up the whole scheduling process. Why can't I get any blocks at 10 even if I wait exactly until 10? Midnight was much better. So now that scheduling is a huge random pain in the ass, why would people want to keep doing this? I haven't been able to schedule work for three days now, it's quite frustrating when I don't get a chance to sign up, even when I'm diligent with timing."),
("good", "Seriously, that's all I'm going to get is one lousy day? Tell me again why you need drivers if all we get is one day. I'm not sure this is gonna work out for me. I waited forever to get my background check back and this is what I get? smh"),
("good", "doesn't save updated access codes"),
("good", "the scheduling of my route is nor done very accurately. it keeps me driving back and forth"),
("good", "can't understand how to pick up a block. my availability is wide open. when you guys send the alerts about blocks available I open it real quick and there is nothing there. I do it in a matter of seconds"),
("good", "My availability keeps disappearing from my calender. I set my availability for three weeks in advance. The gray dots are visible but disappear on Wednesday or Thursday. This makes it impossible for me to see and choose available blocks for the upcoming week. How can I get it fix. Mike"),
("good", "GPS blank screen"),
("gibber", "sea swq"),
("gibber", "hiw o"),
("gibber", "Dr a"),
("gibber", "quick to quick to u uhu wu just us"),
("gibber", "Awa what's"),
("gibber", "wxdfcs"),
("gibber", "7k9opu"),
("gibber", "o.m.day day"),
("gibber", "GGT part his h"),
("gibber", "aawfhg"),
("gibber", "seesaw 2s"),
("gibber", "wawaa"),
("gibber", "of ll"),
("gibber", "rewards"),
("gibber", "mmqqm5my"),
("gibber", ".in w"),
("gibber", "play r"),
("gibber", "was wwnw www www n"),
("gibber", "wqq2fwqq2fz22"),
("gibber", "not"),
("gibber", "I by yu I"),
("gibber", "Hi just wanted to let you know that it's bee"),
("gibber", "I erroneously v"),
("gibber", "I find it"),
("gibber", "bqyyx I a"),
("gibber", "are are"),
("gibber", "wawi waarnnnkwn"),
("gibber", "t Petey ueteu he"),
("gibber", "ews ri"),
("gibber", "bd xd"),
("gibber", "hatpa"),
("gibber", "se wests tasgt"),
("gibber", "wa vgcx azc Jo of"),
("gibber", "2w222"),
("gibber", "her u t b"),
("gibber", "ddddedc"),
("gibber", "just juju in hiking"),
("gibber", "wew2ww2wwwew2i2wkkk"),
("gibber", "meleeee"),
("gibber", "Aaq wqXD"),
]
training_labels, training_texts = prepare_data(training_data)
# Format test data
test_data = [
("gibber", "an quality"),
("good", "Can't check in. Time was 4:06. I didn't drive out here for no reason."),
("good", "can you do view all full address including postal code how it's in old app that helps do correctly delivery and not waist customer time"),
("good", "i am available again starting at 10am to 10pm. thanks"),
("gibber", "Hello, I encountered"),
("good", "I want to know how we are notified if there is a block I have been signed in and haven't been given a block yet"),
("gibber", "aawaaw"),
("gibber", "eeeeeeeeene"),
("good", "I am not getting enough shifts"),
("gibber", "hey e75k"),
("good", "my screen had went black or inverted"),
("good", "maps packed up again in sr20ls"),
("good", "how to clear my itinerary from old pickup address ?"),
("good", "keep signing me out."),
("good", "For alcohol delivery, where does customer sign?"),
("gibber", "t Petey ueteu he"),
("good", "can't get blocks. too many drivers ??"),
("good", "got a new phone how do i download to new phone")
]
test_labels, test_texts = prepare_data(test_data)
# Create feature vectors
"""
Convert a collection of text documents to a matrix of token counts.
See: http://scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.CountVectorizer.html
"""
vectorizer = CountVectorizer()
X = vectorizer.fit_transform(training_texts)
y = training_labels
# Train the classifier
clf = SGDClassifier()
clf.fit(X, y)
# Test performance
X_test = vectorizer.transform(test_texts)
y_test = test_labels
# Generates a list of labels corresponding to the samples
test_predictions = clf.predict(X_test)
# Convert back to the usual format
annotated_test_data = list(zip(test_predictions, test_texts))
print(annotated_test_data)
# evaluate predictions
y_test = np.array(test_labels)
print(metrics.classification_report(y_test, test_predictions))
print("Accuracy: %0.4f" % metrics.accuracy_score(y_test, test_predictions))
但是,每次运行它时,我都会得到不同的准确度。为什么会这样?
更新:所以我将 training_data 移动到一个文本文件中,然后在上面的代码中读取它,如下所示:
lines = [line.rstrip('\n') for line in open("file.txt")]
training_data=[]
for i in lines:
result = i.rstrip(',')
l = literal_eval(result)
training_data.append(l)
training_labels, training_texts = prepare_data(training_data)
而且我还在上面的代码中更改了这个:
clf = SGDClassifier(random_state=5000)
所以,现在 random_state 不是 None。但是,我每次仍然得到不同的准确度!!
最佳答案
这是因为在您的 prepare_data()
方法中,您正在随机混洗数据。这就是你正在做的:
random.shuffle(data)
因此它会影响估计器的训练,从而影响结果。
尝试注释或删除该行以及 SGDClassifier
中设置的 random_state
。您每次都会得到完全相同的结果。
建议:尝试使用不同的估算器,看看哪个效果最好。如果您热衷于使用 SGDClassifier
,那么我建议您查看并理解 n_iter
参数。尝试将其更改为更大的值,您会发现准确性的差异会越来越小(即使您对数据进行了改组)。
您可以查看此答案以获取更多详细信息:
关于python - SGDClassifier 每次为文本分类提供不同的准确度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43901083/
我使用 SVM 分类器将文本分类为好文本和乱码。我正在使用 python 的 scikit-learn 并按如下方式进行操作: ''' Created on May 5, 2017 ''' impor
我已经训练了一个模型并确定了一个我想要部署它的“阈值”,但我无法理解阈值与分数的关系。 X = labeled_data[features].reset_index(drop=True) Y = np
我使用 SGDClassifier 结合部分拟合方法来使用大量数据进行训练。我想监控何时达到可接受的收敛水平,这意味着我想知道某些数据每 n 次迭代的损失(可能是训练,可能是保留,也许两者都有)。 我
我正在尝试使用 this 之后的 SGDClassifier 对短语进行分类教程 我的管道如下所示: p_clf = Pipeline([('vect', CountVectorizer(analyz
我确实创建了一个与此类似的 scikit 模型。但现在我想提取两个输出。我不知道在训练时如何通过这个。我确实尝试过类似于Keras。 [y,z] 作为列表。但它在 scikit 中不起作用。以前有人尝
我正在使用 sklearn.linear_model.SGDClassifier 训练一个简单的线性模型。我看到一些结果,在相同的训练集上进行训练有时会产生截然不同的结果。我正在尝试运行一个实验,在其
我正在处理 Aurelien Geron's Hands-On ML textbook并且在尝试训练 SGDClassifier 时遇到了困难。 我正在使用 MNIST 手写数字数据并通过 Anaco
我正在尝试使用 SGD 对大型数据集进行分类。由于数据太大而无法放入内存,我想使用 partial_fit 方法来训练分类器。我选择了适合内存的数据集样本(100,000 行)来测试 fit 与 pa
因此,我已尽一切可能来解决此错误,这也是我巨大的挫败感。 from sklearn.linear_model import SGDClassifier train_labels_9 = [(label
我正在尝试使用 scikit-learn 进行文本分类。 我的文本无法很好地分类。我认为我可以通过添加可以以整数数组的形式推导的数据来改进预测。 例如,示例 1 将带有 [3, 1, 5, 2],示例
我正在使用使用 scikit_Learn 进行机器学习实践”(O'Reilly)进行自学,目前正在使用具有不同分类器的 MNIST 数据。 第 94 页的文本表示,SGDClassifier 能够执行
我目前正在使用 partial_fit 和 SGDClassifier拟合模型来预测图像上的主题标签。 我遇到的问题是 SGDClassifier 需要预先指定类。这可以离线拟合模型,但我想在观察新主
我可能无法在这里找到我需要的帮助,但我希望互联网上的聪明编码者可以帮助我。我正在尝试使用 Python 的 Sci-Kit learn SGDClassifier 对物理事件进行分类。这些物理事件创建
我正在尝试使用在线( out-of-core) 学习算法来解决 MNIST 问题,使用 SGDClassifier但似乎准确率并不总是在增加。 这种情况我该怎么办?以某种方式保存最准确的分类器?SGD
我知道我可能会将损失函数更改为以下之一: loss : str, 'hinge' or 'log' or 'modified_huber' The loss function to be used.
我想在训练 SGDClassifier 时使用重要性采样。我已经看到 fit 和 partial_fit 方法中有一个 sample_weight 参数,但我不确定这个参数是如何工作的。 假设我有 1
我正在使用 sklearn 库来训练和测试我的数据。 targetDataCsv = pd.read_csv("target.csv","rt")) testNormalizedCsv = csv.
我正在尝试使用 SGDClassifier 对一些数据进行建模,但由于某种原因,我的准确性很差。我对此很陌生,所以我不太明白为什么。 这是我的代码: from sklearn.preprocessin
我正在尝试使用 scikit-learn 版本 0.15.1 中的 SGDClassifier。除了迭代次数之外,似乎没有任何方法可以设置收敛标准。因此,我想通过在每次迭代时检查错误来手动执行此操作,
我找不到 SGDClassifier in Scikit-learn 的学习率公式当 learning_rate='optimal' 时,在同一函数的原始 C++ 源代码中https://leon.b
我是一名优秀的程序员,十分优秀!