Skip to content

goin2crazy/multiclass-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

MultiClass Prediction

This repo created by writting model training and infern process for kaggle competition. I used there the:

XGBoost Classifier - the most better prediction score

CatBoost Classifier

Keras Multi-Head Architecture Model - the main idea is using the special model for each class in dataset with 'sigmoid' activation fn for model output.

Simple Keras Classification Model - Just use the 'softmax' in the output layer and SparseCategoricalCrossentopy as loss

Links

Notebook on kaggle: https://www.kaggle.com/code/yannchikk/multiclass-prediction-train-infern/

Competition: https://www.kaggle.com/competitions/playground-series-s3e26/

Dataset: https://www.kaggle.com/competitions/playground-series-s3e26/data/

About

baseline for predict the 'Status' state with different methods

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published