rudgh99

rudgh99

  • 분류 전체보기 (331)
    • MySQL (2)
    • Pytorch를 다루며 정리 (5)
    • 알아두면 좋은 자료 (16)
    • DataStructure (4)
    • Microbiology (11)
    • Algorithm (218)
    • java (16)
      • javaAlgorithm (16)
    • C&&C++ (14)
      • DataStructure (0)
      • Algorithm_basic (5)
      • 배워야 할 주제 (1)
      • C,C++ learning (3)
      • STL (2)
    • Bioinformatics (10)
    • AI_project (1)
    • Data_Analysis (4)
    • Docker (2)
    • English (5)
    • python (17)
      • numpy (1)
      • ML (14)
      • python (2)
    • Math (6)
      • Linear_Algebra (6)
      • Calculus (0)
      • Probability & Statistics (0)
  • 홈
  • 태그
  • 방명록
RSS 피드
로그인
로그아웃 글쓰기 관리

rudgh99

컨텐츠 검색

태그

mysql BOJ DP 파일 algorithm TreeSize 용량 wsl vdisk recursion #merged_list

최근글

댓글

공지사항

아카이브

python/ML(14)

  • [ML_2] Let's convert pd.Dataframe to train_test dataset.

    What if our dataset is a pd.DataFrame? In this case, we convert the DataFrame into a training dataset using the following code.from sklearn.datasets import load_iris from sklearn.tree import DecisionTreeClassifier from sklearn.metrics import accuracy_score from sklearn.model_selection import train_test_split import pandas as pd iris_df = pd.DataFrame(iris_data.data, columns = iris_data.feature_n..

    2025.07.10
  • [ML_1] Let's make iris classification model by Scikitlearn

    First, we import the necessary modules:import sklearn from sklearn.datasets import load_iris from sklearn.tree import DecisionTreeClassifier from sklearn.model_selection import train_test_splitimport pandas as pd We start by importing the scikit-learn library (sklearn) along with the datasets module, the Decision Tree algorithm, and the train_test_split utility. We also import pandas for handlin..

    2025.07.09
이전
1 2 3
다음
티스토리
© 2018 TISTORY. All rights reserved.

티스토리툴바