Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Weekly Challenges

Solve the challenge, share your solution and summit the ranks of our Community!

Also available in | Français | Português | Español | 日本語
IDEAS WANTED

Want to get involved? We're always looking for ideas and content for Weekly Challenges.

SUBMIT YOUR IDEA

Challenge #231: What a Combo!

NithinK
7 - Meteor
Spoiler
nithink_0-1598904006196.png

 

Found it difficult at the beginning with the vertical layout but found an easier way to get it done (switching the configuration window - Layout Direction).

 

Good one!

RupaliMore
5 - Atom

import warnings
import itertools
import pandas as pd
import numpy as np
import statsmodels.api as sm

# Define the p, d and q parameters to take any value between 0 and 15
p = d = q = range(0, 15)

# Generate all different combinations of p, d and q triplets
pdq = list(itertools.product(p, d, q))
print(pdq)

Miles_Waller
8 - Asteroid

I think I figured it out! Workflow attached.

Spoiler
Challenge_231.PNG
Jean-Balteryx
16 - Nebula
16 - Nebula

Here is my solution !

DaisukeTsuchiya
13 - Pulsar

It was easy.

 

Spoiler
キャプチャ.JPG

 

 

LHolmes
9 - Comet

Always love a fun math challenge. My solution came out much simpler than most of the ones I saw but have not dug into any workflows to understand the extra steps and if they would be necessary.

 

Spoiler
231 - Solution.PNG
Tony_Castillo
9 - Comet
Spoiler
TC_bot_0-1598914604423.png

 

Qiu
20 - Arcturus
20 - Arcturus

Also tried assigning random number way, and wondering whats the odd to give in complete results.

Spoiler
en-231.PNG
AkimasaKajitani
17 - Castor
17 - Castor

My Solution.

I'm not used to make vertical workflows. So,it's very fun challenge.

 

Spoiler

クリップボード一時ファイル06.png

Other version

Spoiler
AkimasaKajitani_0-1598925501784.png

 

 

 

 

jasperlch
12 - Quasar
Spoiler
Capture.PNG