Thanks to visit codestin.com
Credit goes to github.com

Skip to content

The task is to develop an algorithm for predicting the carbon content and temperature of cast iron.

Notifications You must be signed in to change notification settings

vikadenisova/evraz-hack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The task is to develop an algorithm for predicting the carbon content and temperature of cast iron.

There are two subtasks in this task:

  1. Implement an algorithm that predicts the carbon content and temperature of cast iron at the end of metal melting
  2. The task from the real world is to figure out how to generalize the algorithm from point 1 to the situation of real production. In real time, we do not know when the end of the purge will come, but we must determine it ourselves based on the predicted parameters of cast iron. What should I add? How do I move from a model problem to a real-world problem? How to develop the algorithm so that it is as useful to the business as possible?

In our submission we use a single CATBOOST tuned by GridSearchCV from Scikit-learn.

On private LeaderBoard we finished on #14th place#.

About

The task is to develop an algorithm for predicting the carbon content and temperature of cast iron.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%