- プロンプト実行例
- プロンプトを見る
Input python code or issues
3 class classification
Sure! Here is a sample code for a simple 3-class classification using Python's scikit-learn library with Support Vector Machine (SVM) algorithm:
Python1# Import necessary libraries 2from sklearn import datasets 3from sklearn.model_selection import train_test_split 4from sklearn.svm import SVC 5from sklearn.metrics import accuracy_score 6 7# Load the iris dataset (a popular dataset for classification) 8iris = datasets.load_iris() 9X = iris.data 10y = iris.target 11 12# Split data into training and testing sets 13X_train, X_test, y_train, y_test = train_test_split(X, y, test_size=0.3, random_state=42) 14 15# Train the Support Vector Machine (SVM) classifier 16clf = SVC(kernel='linear') 17clf.fit(X_train, y_train) 18 19# Make predictions on the test data 20predictions = clf.predict(X_test) 21 22# Calculate the accuracy of the model 23accuracy = accuracy_score(y_test, predictions) 24print("Accuracy:", accuracy)
In this code:
- Load the Iris dataset.
- Split the dataset into training and testing sets.
- Use SVM algorithm for classification.
- Train the model on the training data.
- Make predictions on the test data.
- Calculate and print the accuracy of the model.
This code performs a 3-class classification on the Iris dataset using SVM algorithm. The dataset is split into training and testing sets, and the accuracy of the model is calculated.
コメント 0
他のプロンプトもチェック
画像生成
キャラクター作成
大人の色気をまとう日本人美女を生成できるプロンプトです。理想の美女が出てくるまで試してみてください! #AI #美女 #画像生成 #インスタ #tiktok #X #twitter #セクシー3025238メール作成
入力項目に従って社内ルールの変更メール作成します。 #バックオフィス #総務 #システム管理 #ルール変更 #メール作成109359語学学習
- 和文英訳の添削をAIがしてくれます。 - 基本的には模範解答を参考に添削してくれますが、模範解答が不自然な場合はそれも明記してくれます。 - 採点があるのでわかりやすい仕上がりになっています。 - 覚えたい表現をまとめてくれるので勉強しやすいです。 - ある項目に関して詳しく説明してほしいときはその項目のタイトルを書いてください。 - 色々試しましたが、時間はかかりますがOpenAI 1oがおすすめです。7031258GPTs
ロールプレイ
連動企画詳細な人物設定を半自動的に作成し、その人物になりきって会話ができるカスタムGPTです。架空のインタビューやアンケート調査、人生相談など、客観的な意見を知りたい時に最適です。外国語レッスンや営業・接客のロールプレイング研修などにもお使い頂けます。 「スタート」を押すとガイダンスが生成されますので、完全にランダムでいい場合は「全部お任せで」、希望がある場合には大まかな設定をお送りください。「演技モード開始」と伝えるとロールプレイングを始めます。 プロンプト例:私はプロンプトエンジニアです。AI研究者に私が書いたプロンプトについて評価してもらいたい。すべてお任せするので、高名なAI研究者の人格を作成してください。連絡手段はメールという設定でお願いします。 ・詳細な人格設定と再現力 ChatGPTもキャラクター設定やロールプレイングに対応できますが、Synthetic Personaはより詳細な人物設定を作成し、想定される性格や話し方、価値観に至るまで、思考をリアルにシミュレートした会話を行えます。 ・人間に対する高い解像度 システムプロンプトに人間的思考や感情を再現する方法、高度な演技を行うためのメソッドを多数設定しています。そのため、標準のChatGPTよりも高い解像度での「人間の模倣」が可能になっています。 簡単に言えば、人物設定の作成と演技力を集中的に強化したカスタムGPTです。検証した範囲では、標準のChatGPTとは比べ物にならないほどリアルなロールプレイングと思考の再現が可能でした。非常に汎用性が高いので、ぜひともご活用ください。60222661