Skip to content

特徴行列、教師データ(クラスラベル)の命名規則の統一化 #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
6 of 13 tasks
Yagami360 opened this issue Sep 3, 2017 · 1 comment
Open
6 of 13 tasks

Comments

@Yagami360
Copy link
Owner

Yagami360 commented Sep 3, 2017

各フォルダのソースコードの特徴行列、教師データ(クラスラベル)の命名規則を以下のように統一化すること。

  • 特徴行列 : X_features
  • 教師データ(クラスラベル): y_labels

修正済み=チェック付き

  • ./Perceptron
  • ./AdaLineGD
  • ./AdaLineSGD
  • ./Perceptron_scikit-learn
  • ./LogisticRegression_scikit-learn
  • ./DecisionTree_scikit-learn
  • ./RandomForests_scikit-learn
  • ./DataPreProcess_scikit-learn
  • ./PCA_scikit-learn
  • ./kernelPCA_scikit-learn
  • ./MachineLearningPipeline_scikit-learn
  • ./EnsembleLearning_scikit-learn
  • ./ClusteringAnalysis_scikit-learn
@Yagami360
Copy link
Owner Author

<17/09/03>
./Perceptron
./AdaLineGD
./AdaLineSGD
./Perceptron_scikit-learn
./LogisticRegression_scikit-learn
./DecisionTree_scikit-learn
に関して修正完了。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant