Changes#

import matplotlib.pyplot as plt
x = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52]
y = [0, 0, 0, 1, 1, 0, 0, 1, 0, 2, 0, 1, 14, 6, 1, 1, 0, 5, 1, 5, 1, 2, 3, 2, 1, 0, 1, 0, 0, 0, 1, 0, 7, 0, 0, 1, 2, 2, 3, 1, 3, 0, 1, 4, 0, 0, 1, 1, 0, 3, 3, 1, 0]
xl = ['2022-w17', '2022-w18', '2022-w19', '2022-w20', '2022-w21', '2022-w22', '2022-w23', '2022-w24', '2022-w25', '2022-w26', '2022-w27', '2022-w28', '2022-w29', '2022-w30', '2022-w31', '2022-w32', '2022-w33', '2022-w34', '2022-w35', '2022-w36', '2022-w37', '2022-w38', '2022-w39', '2022-w40', '2022-w41', '2022-w42', '2022-w43', '2022-w44', '2022-w45', '2022-w46', '2022-w47', '2022-w48', '2022-w49', '2022-w50', '2022-w51', '2022-w52', '2023-w01', '2023-w02', '2023-w03', '2023-w04', '2023-w05', '2023-w06', '2023-w07', '2023-w08', '2023-w09', '2023-w10', '2023-w11', '2023-w12', '2023-w13', '2023-w14', '2023-w15', '2023-w16', '2023-w17']
plt.close('all')
plt.style.use('ggplot')
fig, ax = plt.subplots(nrows=1, ncols=1, figsize=(10, 4))
ax.bar(x, y)
tig = ax.get_xticks()
labs = []
for t in tig:
    if t in x:
        labs.append(xl[x.index(t)])
    else:
        labs.append("")
ax.set_xticklabels(labs)
ax.grid(True)
ax.set_title("commits")
plt.show()

(png, hires.png, pdf)

_images/filechanges-1.png

List of recent changes:

#

change number

date

author

comment

3395

9cc91f44

2023-04-20

xadupre

plan

3394

fa75dd7d

2023-04-12

xadupre

update notebook

3393

99962060

2023-04-12

xadupre

add notebook

3392

277dba6c

2023-04-12

xadupre

extend plan

3391

1aa531ec

2023-04-07

xavier dupré

Update route_3A_2023.rst

3390

ad502362

2023-04-07

xavier dupré

update the plan

3389

5d6f61dc

2023-04-05

xavier dupré

Create 2023-04-05_lecture.rst

3388

b6b71894

2023-03-25

xavier dupré

add onnx-extended

3387

084fde81

2023-03-18

xavier dupré

status

3386

be65e97c

2023-02-26

xavier dupré

history

3385

736f9dac

2023-02-26

xavier dupré

lint

3384

cc7928c1

2023-02-26

xavier dupré

lint

3383

71064de3

2023-02-26

xavier dupré

fix missing variable

3382

61c00c46

2023-02-13

xavier dupré

Create 2023-02-13_livre.rst

3381

1f29def9

2023-02-04

xavier dupré

Update test_home_blog.py

3380

9f4898fb

2023-02-04

xavier dupré

style

3377

f03b7114

2023-02-02

xavier dupré

Update conf.py

3376

80a3dfcc

2023-01-26

xavier dupré

add a notebook on pivot de gauss

3375

defe215c

2023-01-21

xavier dupré

Update 2023-01-11_forward.rst

3374

75fda7e4

2023-01-18

xavier dupré

remove _benchmarks

3373

afe0be62

2023-01-18

xavier dupré

Update 2023-01-11_forward.rst

3372

cb2aeb48

2023-01-14

xavier dupré

Update 2023-01-11_forward.rst

3371

220c335a

2023-01-11

xavier dupré

Create 2023-01-11_forward.rst

3370

ae5a5830

2023-01-08

xadupre

update setup.py

3368

23d7d2df

2023-01-06

xadupre

Update requirements.txt

3366

4e3291ef

2022-12-31

xavier dupré

Update plot_sgd_separator.py

3364

01cffa54

2022-12-11

xavier dupré

fix documentation

3363

29be1180

2022-12-10

xavier dupré

Update data_irep.ipynb

3362

3e0b456a

2022-12-09

xadupre

Update deal_flow_espace_vert.ipynb

3361

e368e9af

2022-12-09

xadupre

clean notebooks

3360

0109aee8

2022-12-09

xavier dupré

Removes boston dataset (#114)

3359

b2239e19

2022-12-08

Xavier Dupré

Fixes notebook with maps (#113)

3358

e182e1e4

2022-12-05

xavier dupré

update many notebooks

3357

730b6265

2022-11-25

xavier dupré

lint

3356

1daa0251

2022-10-28

xavier dupré

add td noté

3355

3386d6c0

2022-10-10

xadupre

Update TD2A_Eco_Web_Scraping_corrige.ipynb

3354

d85bea97

2022-10-09

xavier dupré

notebook

3353

a438e598

2022-10-03

xavier dupré

Update test_rue_paris.py

3352

dff8faf4

2022-10-01

xavier dupré

notebook sur les tests unitaires

3351

2bf6d898

2022-09-27

xavier dupré

fix scatter_xyz

3350

9d381a74

2022-09-27

xavier dupré

Update route_1A_2022.rst

3349

213bb43f

2022-09-21

xavier dupré

Update 2022_classes.ipynb

3348

086d189f

2022-09-21

xavier dupré

Add notebook on classes

3347

5952a078

2022-09-15

xavier dupré

correction

3346

4937c04a

2022-09-11

xavier dupré

notebook hash

3345

b1704f13

2022-09-07

xavier dupré

clean

3344

70839535

2022-09-07

xavier dupré

add notebook on profiling

3343

f21f12be

2022-09-06

xavier dupré

style 1A

3342

cb5a934a

2022-09-05

xavier dupré

Create latest-lexemes-sample.json

3341

fcd96768

2022-09-04

xavier dupré

update intro

3340

0bddfa5d

2022-08-26

xavier dupré

minor updates

3339

02bbc582

2022-08-26

xavier dupré

plan

3338

f3038cca

2022-08-22

xavier dupré

Update route_1A_2022.rst

3337

c1d6d100

2022-08-22

xavier dupré

Update route_1A_2022.rst

3336

a428e736

2022-08-22

xavier dupré

mise à jour

3335

2218fb8f

2022-08-13

xavier dupré

Update 2022-07-17_library.rst

3334

9a942689

2022-08-05

xavier dupré

Update 2022-07-17_library.rst

3333

e178e669

2022-07-31

xavier dupré

Update requirements.txt

3332

ee6a60be

2022-07-29

xavier dupré

Update requirements.txt

3331

60ad154f

2022-07-29

xavier dupré

Update 2022-07-17_library.rst

3330

0a014ffd

2022-07-29

xavier dupré

Update test_jenkins.py

3329

63ca9eb1

2022-07-28

xavier dupré

Update requirements.txt

3328

705ca195

2022-07-28

xavier dupré

Update appveyor.yml

3327

37e33ed6

2022-07-24

xavier dupré

Update ci_status.rst

3326

501fb63d

2022-07-24

xavier dupré

removes mathenjeu

3325

71af752e

2022-07-24

xavier dupré

remove archived repos

3324

67c06835

2022-07-24

xavier dupré

Update config.yml

3323

d63d38ec

2022-07-24

xavier dupré

Update 2022-07-17_library.rst

3322

dbd8d994

2022-07-24

xavier dupré

Update config.yml

3321

4cf0caef

2022-07-24

xavier dupré

update CI

3320

938b31df

2022-07-23

xavier dupré

Update 2022-07-17_library.rst

3319

c8166238

2022-07-21

xavier dupré

lint

3318

95915b6d

2022-07-21

xavier dupré

split unit test

3317

318384c5

2022-07-20

xavier dupré

lint

3316

60e268db

2022-07-20

xavier dupré

Update 2022-07-17_library.rst

3315

1a1392cd

2022-07-19

xavier dupré

Uses f strings

3314

f00370b5

2022-07-19

xavier dupré

Uses f strings

3313

b705aec1

2022-07-17

xavier dupré

blog post

3312

45aed5b5

2022-07-01

xavier dupré

blog

3311

77edea9a

2022-06-28

xavier dupré

blog post

3310

d46ffe84

2022-06-13

xavier dupré

archive botadi

3309

d80345a8

2022-05-26

xavier dupré

Update td_2a.rst

3308

56d268d5

2022-05-20

xavier dupré

ensae

3307

77d9a49d

2022-04-26

xavier dupré

Update requirements.txt

3306

49f72da8

2022-04-26

xavier dupré

lint

3305

80193931

2022-03-27

xavier dupré

Update pypi_downloads.csv

3303

cb5114c3

2022-02-28

xavier dupré

Update td2a_mlplus_sgd.rst

3301

d36b1cc9

2022-02-27

xavier dupré

énoncé rattrapage

3300

a10ce878

2022-02-27

xavier dupré

Update algorithm_culture.rst

3299

512f950a

2022-02-24

xavier dupré

Update td2a_mlplus_anonymisation_des_donnees_privacy.rst

3298

db0eb564

2022-02-24

xavier dupré

Update algorithm_culture.rst

3297

92008ad2

2022-02-24

xavier dupré

articles

3296

32aa7efd

2022-02-15

xavier dupré

Update conf.py

3294

0c336db6

2022-02-12

xavier dupré

update notebooks

3293

1e06632c

2022-02-12

xavier dupré

lint

3292

92af4f78

2022-02-11

xavier dupré

Removes tracking for publishing

3291

9bfca16e

2022-02-11

xavier dupré

Update requirements.txt

3290

45cd5b6d

2022-01-31

xavier dupré

Merge branch “master” of https://github.com/sdpython/ensae_teaching_cs into exam20

3289

f2e018f2

2022-01-30

xavier dupré

Update td_note_2022.ipynb

3288

44ed28f5

2022-01-29

xavier dupré

Update requirements.txt

3287

7530f441

2022-01-10

xavier dupré

update requirements

3285

3bc80f29

2021-12-07

xavier dupré

add onnxruntime-training

3284

f1f84b15

2021-11-21

xavier dupré

update requirements

3283

0f8d9061

2021-11-21

xavier dupré

Update td2a_cenonce_session_3A.ipynb

3282

c6d7944f

2021-11-18

xavier dupré

Update conf.py

3281

1f52454b

2021-11-17

xavier dupré

Update puzzle_2.py

3280

d9cfcff6

2021-11-12

xavier dupré

update exam

3279

4680fe6c

2021-11-11

xavier dupré

Update td_note_2022_rattrapage.ipynb

3278

1fcf35be

2021-11-11

xavier dupré

add exam

3277

ce934f47

2021-11-06

xavier dupré

Update latex_file.py

3276

648ea635

2021-11-06

xavier dupré

cleaning

3275

b5406a06

2021-11-05

xavier dupré

Update route_3A_2021.rst

3274

3de2e44b

2021-11-05

xavier dupré

Update route_3A_2021.rst

3273

e1df5b0d

2021-11-05

xavier dupré

seance

3272

b78a9313

2021-11-04

xavier dupré

add td3a_cpp_deep

3271

628d1b3d

2021-11-04

xavier dupré

Update route_3A_2021.rst

3270

c8893cce

2021-11-04

xavier dupré

Merge branch “master” of https://github.com/sdpython/ensae_teaching_cs into gpu

3269

12620195

2021-11-03

xavier dupré

Update faq_matplotlib.py

3268

e2baa43b

2021-11-03

xavier dupré

Update appveyor.yml

3267

3a498464

2021-11-03

xavier dupré

ci

3266

3392deca

2021-11-03

xavier dupré

Update appveyor.yml

3265

26736be6

2021-11-03

xavier dupré

Update 2021_covid_pickle.ipynb

3264

e0f5311f

2021-11-03

xavier dupré

update for the exam

3263

cf7eb537

2021-11-03

xavier dupré

add files

3262

62f5151e

2021-11-02

xavier dupré

add correction for exam 2021

3261

de9ece7e

2021-11-02

xavier dupré

Update route_3A_2021.rst

3260

733d10d5

2021-10-31

xavier dupré

improve get_teachings_module

3259

80820a37

2021-10-30

xavier dupré

lint

3258

c854dcf7

2021-10-30

xavier dupré

Update test_jenkins.py

3257

850fa854

2021-10-29

xavier dupré

Update test_jenkins.py

3256

185fdd80

2021-10-27

xavier dupré

lint

3255

722aa3a8

2021-10-27

xavier dupré

Update appveyor.yml

3254

cac3643b

2021-10-27

xavier dupré

Update appveyor.yml

3253

ac978c40

2021-10-26

xavier dupré

Update link with main branch

3252

0acce835

2021-10-25

xavier dupré

Update teaching_modules.py

3251

03f74a15

2021-10-25

xavier dupré

Update ci_status.rst

3250

07cfd632

2021-10-25

xavier dupré

add deeponnxcustom

3249

da32ab78

2021-10-22

xavier dupré

Update route_3A_2021.rst

3248

05e76046

2021-10-22

xavier dupré

seance

3247

009d8bc1

2021-10-22

xavier dupré

add feuille de route

3246

0d665a82

2021-10-15

xavier dupré

update notebook of the day

3245

c680ee4d

2021-10-09

xavier dupré

Update 2021_2048_classe.ipynb

3244

05abeeb0

2021-10-08

xavier dupré

update history

3243

79dad0e9

2021-10-08

xavier dupré

status

3242

655629bd

2021-10-08

xavier dupré

Update publish_lectures.py

3241

aee94828

2021-10-07

xavier dupré

notebook, séance d’hier

3240

3ea167ed

2021-10-06

xavier dupré

fix ut

3239

8be82ab6

2021-10-05

xavier dupré

fix unit test

3238

931d23c7

2021-10-05

Xavier Dupré

Puzzle and other things (#107)

3237

03c4c7ce

2021-09-23

xavier dupré

edit distance

3236

c34b072e

2021-09-22

xavier dupré

Update route_3A_2020.rst

3235

5dbb4c96

2021-09-19

xavier dupré

update notebooks

3234

bee01323

2021-09-16

xavier dupré

Delete trie.ipynb

3233

9894401c

2021-09-16

xavier dupré

add notebook

3232

c7e06b3b

2021-09-11

xavier dupré

night

3231

c737bfa0

2021-09-07

xavier dupré

Update 2021-09-08_introduction.rst

3230

3c65ec76

2021-09-07

xavier dupré

blog

3229

056e5cd6

2021-09-06

xavier dupré

gui

3228

00d6daef

2021-09-04

xavier dupré

gnn

3227

a2a34a2f

2021-09-04

xavier dupré

Update 2021-09-08_introduction.rst

3226

da147235

2021-09-02

xavier dupré

introduction

3225

8247395c

2021-08-28

xavier dupré

blog post

3224

92797251

2021-08-24

xavier dupré

Update algorithm_culture.rst

3222

20fb3d5f

2021-08-20

xavier dupré

Update .travis.yml

3221

3734e082

2021-08-19

xavier dupré

travis

3220

93f4cad4

2021-08-19

xavier dupré

Update config.yml

3219

36491607

2021-08-19

xavier dupré

Update ci_status_download.rst

3218

cef30b10

2021-08-08

xavier dupré

Update pypi_downloads.csv

3217

4bf62fe3

2021-07-29

xavier dupré

readings

3216

bde04386

2021-07-21

xavier dupré

Create 2021-07-21_reading.rst

3215

29b34fdd

2021-07-20

xavier dupré

  • Rikudo

3213

0c66842e

2021-07-12

xavier dupré

lint

3212

fdf30eee

2021-07-11

xavier dupré

Fixes a broken link

3211

3e630390

2021-07-11

xavier dupré

Update .local.jenkins.lin.yml

3210

652bff46

2021-07-11

xavier dupré

Create 2021-07-11_reading.rst

3209

c492f749

2021-06-24

xavier dupré

revisit main page

3208

055bc610

2021-06-14

xavier dupré

add twint

3207

7c852b72

2021-06-10

xavier dupré

blog post

3206

7ab5b137

2021-06-07

xavier dupré

finance

3205

4b0363a6

2021-06-05

xavier dupré

Update config.yml

3204

943a0e55

2021-06-04

xavier dupré

Update config.yml

3203

bc328e61

2021-06-02

xavier dupré

Update 2021-05-03_cpu.rst

3201

d7ea692a

2021-05-31

xavier dupré

Update td2a_mlplus_finance.rst

3200

524883da

2021-05-28

xavier dupré

Update .local.jenkins.lin.yml

3199

6aadec4a

2021-05-27

xavier dupré

update travis link

3197

4c4bbad1

2021-05-27

xavier dupré

Update .local.jenkins.lin.yml

3196

f79f2146

2021-05-26

xavier dupré

Update fetch_student_projects_from_gmail.py

3195

cfee5942

2021-05-23

xavier dupré

Update 2021-05-03_cpu.rst

3194

fc680808

2021-05-15

xavier dupré

papers

3193

5409ae36

2021-05-13

xavier dupré

article

3192

0b0f9f7e

2021-05-11

xavier dupré

Update td2a_mlplus_machine_learning_ethique.rst

3191

6a181244

2021-05-07

xavier dupré

Update 2021-05-03_cpu.rst

3190

8240803c

2021-05-07

xavier dupré

articles blog post

3189

bdf26dc2

2021-05-06

xavier dupré

Update td_3a.rst

3187

cc065bb0

2021-05-05

xavier dupré

Update ci_status_download.rst

3186

e779cfa8

2021-05-03

xavier dupré

blog post

3185

a31e25b1

2021-05-02

xavier dupré

Update test_code_style.py

3184

190729ae

2021-05-02

xavier dupré

Update test_code_style.py

3183

8fe8f778

2021-05-01

xavier dupré

update CI

3182

1091d85d

2021-05-01

xavier dupré

update setup

3181

c18e871d

2021-04-23

xavier dupré

Create 2021-04-23_module.rst

3180

1cac94df

2021-04-16

xavier dupré

lint

3179

7b3f3af4

2021-04-15

xavier dupré

update CI

3178

ee63b1e6

2021-04-14

xavier dupré

fix failing unit test

3177

fcef6641

2021-04-14

xavier dupré

Update test_jenkins.py

3176

784506e4

2021-04-14

xavier dupré

add onnxortext

3175

c66286cc

2021-04-12

xavier dupré

add page on API

3174

54104049

2021-04-08

xavier dupré

Update ci_status_download.rst

3172

04fa6b7c

2021-04-03

xavier dupré

Update test_rue_paris.py

3171

cf454517

2021-04-03

xavier dupré

Update .travis.yml

3170

5a8dad33

2021-04-03

xavier dupré

update downloads

3169

54c56502

2021-03-27

xavier dupré

add link to pytorch profiler

3168

97b03966

2021-03-24

xavier dupré

documentation, liens

3166

cae0f3b7

2021-03-21

xavier dupré

Add pypolars

3165

90203f48

2021-03-17

xavier dupré

lint

3163

78df4062

2021-03-08

xavier dupré

Update td2a_mlplus_unsupervized_learning.rst

3162

e610db61

2021-03-05

xavier dupré

fix links, remove helpsphinx3

3161

1653d18a

2021-02-18

xavier dupré

Revert « Update TD2A_eco_API_SNCF_corrige.ipynb »

3160

56a5f651

2021-02-18

xavier dupré

Update TD2A_eco_API_SNCF_corrige.ipynb

3159

75582a47

2021-02-17

xavier dupré

Update td_3a.rst

3158

58aadfd6

2021-02-09

xavier dupré

Update td2a_mlplus_interpretabilite_des_modeles.rst

3157

f9d72247

2021-02-08

xavier dupré

Update td2a_mlplus_interpretabilite_des_modeles.rst

3156

c0db13a3

2021-02-08

xavier dupré

Update td2a_mlbasic_text_embedding.rst

3155

bd715d34

2021-02-07

xavier dupré

Update td2a_mlbasic_visualisation.rst

3154

418c8120

2021-02-02

xavier dupré

Update competition_2A.rst

3153

3d42161b

2021-02-02

xavier dupré

blog post

3152

5bd5d828

2021-02-01

xavier dupré

Update .local.jenkins.lin.yml

3151

4352d914

2021-02-01

xavier dupré

blog post

3150

368975e9

2021-01-31

xavier dupré

Update jenkins_helper.py

3146

6d448319

2021-01-25

xavier dupré

Update td_3a.rst

3145

395b0ec2

2021-01-25

xavier dupré

Update td_note_2021.ipynb

3144

ce06973d

2021-01-24

xavier dupré

Update test_LONG_faq_matplotlib_video_cartopy.py

3143

c168c6a6

2021-01-24

xavier dupré

split unit tests, documentation

3142

b8ae065b

2021-01-24

xavier dupré

Update test_LONG_1A_notebook_12_correction_cartopy.py

3140

db3b8158

2021-01-22

xavier dupré

Update .local.jenkins.lin.yml

3138

ea0a5f69

2021-01-21

xavier dupré

Update route_3A_2020.rst

3137

426313cd

2021-01-21

xavier dupré

Update .local.jenkins.lin.yml

3136

22248a3b

2021-01-20

xavier dupré

Update modules_documentation.py

3135

4bfb0e0f

2021-01-18

xavier dupré

Update .local.jenkins.lin.yml

3134

3d5209e5

2021-01-18

xavier dupré

Update .local.jenkins.lin.yml

3133

bf2446ad

2021-01-18

xavier dupré

Update setup.py

3132

ad7ce591

2021-01-15

xavier dupré

Update test_LONG_faq_matplotlib_video_cartopy.py

3131

a408ec03

2021-01-14

xavier dupré

Update appveyor.yml

3130

1f7ef26c

2021-01-14

xavier dupré

update CI

3129

12cd20aa

2021-01-13

xavier dupré

update notebook showing cython

3128

e37d867d

2021-01-13

xavier dupré

Update test_notebook_data_cartopy.py

3127

826fe03a

2021-01-13

xavier dupré

Update test_faq_matplotlib_cartopy.py

3126

f5c8d224

2021-01-13

xavier dupré

rename unit test file

3125

c0cb6bd4

2021-01-13

xavier dupré

update CI

3124

0656a6dd

2021-01-13

xavier dupré

change the way passwords are retrieved

3123

ad103c00

2021-01-12

xavier dupré

Remove PIG, add plan for year 2020-2021

3122

18b4f196

2021-01-12

xavier dupré

Update ci_status.rst

3121

099fa3ff

2021-01-05

xavier dupré

remove bcolz

3120

274d8706

2021-01-05

xavier dupré

fix appveyor issues

3119

9616ebbe

2021-01-05

xavier dupré

Update requirements-win.txt

3118

962fef91

2021-01-05

xavier dupré

update CI

3117

8f42b40c

2021-01-05

xavier dupré

Update requirements-win.txt

3116

7228eacd

2021-01-05

xavier dupré

remove dependency on pypdf

3115

42a2656e

2021-01-05

xavier dupré

Update appveyor.yml

3114

36b61123

2021-01-05

xavier dupré

Update requirements-win.txt

3113

199a65fe

2021-01-05

xavier dupré

Update test_SKIP_1_2_3_coverage_notebook6_201711_fair_ete3.py

3112

43d70282

2021-01-05

xavier dupré

pylint

3111

1f15dac3

2021-01-05

xavier dupré

Fix a notebook, some unit test, update CI

3110

34be075a

2021-01-04

xavier dupré

update CI

3109

72887e18

2021-01-04

xavier dupré

update CI

3108

eb54df3b

2021-01-04

xavier dupré

update CI

3107

1a9cb869

2021-01-04

xavier dupré

skip nan values

3106

7d3a6f0c

2021-01-04

xavier dupré

add , engine=”openpyxl”

3105

830e29d7

2021-01-04

xavier dupré

Update test_code.py

3104

5348bf3c

2021-01-04

xavier dupré

update CI

3103

2d102712

2021-01-04

xavier dupré

Update requirements-win.txt

3102

1a5f0913

2021-01-04

xavier dupré

update CI

3101

4565ecf2

2021-01-04

xavier dupré

udpate CI

3100

bd64cbc5

2021-01-04

xavier dupré

Update requirements.txt

3099

98e7ec57

2021-01-04

xavier dupré

update CI

3098

eba427ab

2021-01-04

xavier dupré

Update __init__.py

3097

9871714f

2021-01-04

xavier dupré

update to python 3.9

3096

8c208281

2020-12-24

xavier dupré

add optimisation

3095

6a3a64cb

2020-12-06

xavier dupré

Create 2020-12-06_reading.rst

3094

57e37e61

2020-12-06

xavier dupré

Update requirements_conda.txt

3093

546bffe4

2020-12-06

xavier dupré

Update config.yml

3090

10618ce4

2020-12-03

xavier dupré

add links

3089

ccb31818

2020-11-27

xavier dupré

add citations to regression discontinuity

3088

df379ad4

2020-11-26

xavier dupré

Update td_note_2021.ipynb

3087

2a51f7ad

2020-11-24

xavier dupré

add exam correction

3085

769f2766

2020-11-18

xavier dupré

article, blog post

3084

02e67332

2020-11-17

xavier dupré

Update requirements.txt

3083

6c9d046d

2020-11-17

xavier dupré

Update td2a_mlplus_survival_analysis.rst

3082

581c9ce6

2020-11-17

xavier dupré

add notebook about orderings and maps

3081

4d3a55c3

2020-11-12

xavier dupré

Update 2020_graph.ipynb

3080

005f5e2b

2020-11-11

xavier dupré

update notebooks

3079

66a39ff6

2020-11-09

xavier dupré

fix requirements

3078

97762a1c

2020-11-09

xavier dupré

update notebook

3077

39cbd556

2020-11-08

xavier dupré

add notebook on rest api

3076

7baabcdb

2020-11-07

xavier dupré

add notebook an adjacency matrix, connected components

3075

be3ccc72

2020-11-07

xavier dupré

fix documentation and unit test on notebooks 1A

3074

6451a20b

2020-11-04

xavier dupré

update notebooks

3073

aaf4715d

2020-11-03

xavier dupré

update dependencies

3072

45cfdd41

2020-11-03

xavier dupré

links, notebooks, documentation

3070

308483f1

2020-11-02

xavier dupré

update requirements

3069

53d4966b

2020-11-01

xavier dupré

add links

3068

65876bbb

2020-10-26

xavier dupré

Update route_1A_2020.rst

3067

f9a7cbb2

2020-10-23

xavier dupré

Update appveyor.yml

3066

a9f098df

2020-10-19

xavier dupré

notebook covid

3065

6ba93c2e

2020-10-19

xavier dupré

notebook on covid

3064

2d1d8a5f

2020-10-14

xavier dupré

update notebooks

3063

b39c4fab

2020-10-13

xavier dupré

Update requirements.txt

3062

ee8e4a95

2020-10-13

xavier dupré

Fixes #103, add code to retrieve French departments zones

3061

48c5baff

2020-10-12

xavier dupré

add data file

3060

552a5949

2020-10-12

xavier dupré

fix unit test

3059

1c454a77

2020-10-12

xavier dupré

fix pyensae import after updating the package

3058

a621f5d8

2020-10-10

xavier dupré

add notebook for pandas

3057

111b019d

2020-10-09

xavier dupré

update notebooks

3056

f1813d6a

2020-10-05

xavier dupré

blog post documentation

3055

4567fc0b

2020-09-27

xavier dupré

add notebook on numpy

3054

4708672c

2020-09-26

xavier dupré

add one more notebook about edit distance

3053

e0d7ad23

2020-09-25

xavier dupré

fix notebook

3052

28614974

2020-09-25

xavier dupré

update notebooks

3051

bb5ad74b

2020-09-22

xavier dupré

update notebook

3050

775909db

2020-09-20

xavier dupré

fix notebook

3049

32530a66

2020-09-20

xavier dupré

Update requirements.txt

3048

be7a56e3

2020-09-18

xavier dupré

notebook for next tuesday

3047

f1f25f09

2020-09-16

xavier dupré

fix notebook, 1A roadmap

3046

ad62e234

2020-09-14

xavier dupré

issue with nbconvert>=6.0

3045

accaa61d

2020-09-13

xavier dupré

Update td2a_timeseries_correction.ipynb

3044

b8431372

2020-09-13

xavier dupré

documentation, fix unittest, notebook for next tuesday

3043

67ff3a8a

2020-09-12

xavier dupré

refactoring, documentation, roadmap

3042

515121d5

2020-09-09

xavier dupré

update notebooks

3041

0b837eec

2020-09-08

xavier dupré

Update appveyor.yml

3040

66d28899

2020-09-07

xavier dupré

2020

3039

2d1a4bb5

2020-09-05

xavier dupré

more links

3038

4831db5f

2020-08-30

xavier dupré

add dalex

3037

6e847e9d

2020-08-30

xavier dupré

add more links

3036

faba70ca

2020-08-27

xavier dupré

pylint

3035

16d121af

2020-08-26

xavier dupré

Update .local.jenkins.lin.yml

3034

0f04ffdb

2020-08-12

xavier dupré

Catch timeout error in a notebook

3033

79d7e45f

2020-08-11

xavier dupré

blog post

3032

cf2f041c

2020-08-10

xavier dupré

Update .local.jenkins.lin.yml

3031

fba8b944

2020-08-10

xavier dupré

Update ci_status_download.rst

3030

946bae78

2020-08-10

xavier dupré

Update .local.jenkins.lin.yml

3029

061b121b

2020-08-09

xavier dupré

Update .local.jenkins.lin.yml

3028

ad133e52

2020-08-09

xavier dupré

update CI

3027

2389b5a9

2020-08-09

xavier dupré

Update td2a_sentiment_analysis_correction.ipynb

3026

2bb8ee96

2020-08-09

xavier dupré

update unit tests

3025

1c0c7e8b

2020-08-08

xavier dupré

update CI

3024

0bade0cc

2020-08-08

xavier dupré

fix a couple of issues after pandas update

3023

8d46fe62

2020-08-08

xavier dupré

update CI

3022

537c7e42

2020-08-08

xavier dupré

Update .travis.yml

3021

fbaaa6fa

2020-08-08

xavier dupré

blog post, projets

3020

99de8e73

2020-08-07

xavier dupré

update requirements

3019

a2fc9f60

2020-07-16

xavier dupré

update notebook

3018

e484eb80

2020-07-15

xavier dupré

Update .local.jenkins.lin.yml

3017

9803b43c

2020-07-14

xavier dupré

Update python_cplusplus.rst

3016

7d357143

2020-07-12

xavier dupré

Update test_jenkins.py

3015

2a0e3fe9

2020-07-12

xavier dupré

Update teaching_modules.py

3014

16d9e623

2020-07-12

xavier dupré

fix failing unit test

3013

e39bd403

2020-07-11

xavier dupré

blog post

3012

d79b1505

2020-07-09

xavier dupré

add creme

3011

a52fc461

2020-07-02

xavier dupré

One fix for #101, fix two notebook

3010

dd4b7b4a

2020-07-02

xavier dupré

Update ci_status.rst

3009

f7822cbb

2020-06-30

xavier dupré

add onnxcustom

3008

1fec28a6

2020-06-28

xavier dupré

Update .local.jenkins.lin.yml

3007

9b3c8988

2020-06-26

xavier dupré

add scikit-lego

3006

d7ba2665

2020-06-25

xavier dupré

Fixes #100, issue with worldbank API

3005

3dc34bcb

2020-06-23

xavier dupré

add blog post

3004

d07e3562

2020-06-21

xavier dupré

fix documentation

3003

fdfdfd24

2020-06-21

xavier dupré

Update requirements.txt

3002

28fa4a7b

2020-06-21

xavier dupré

Update requirements.txt

3001

c5e79e0d

2020-06-20

xavier dupré

update ci status

3000

d1891e6d

2020-06-19

xavier dupré

blog post

2999

d2d75ea1

2020-06-03

xavier dupré

fix context

2998

bb7f5688

2020-06-03

xavier dupré

new modules

2997

11f652ac

2020-05-30

xavier dupré

pep8

2996

5ae6d7f7

2020-05-30

xavier dupré

pep8, coverage increase

2995

6522a63d

2020-05-28

xavier dupré

disable a test on skipif_circleci

2994

0953e37d

2020-05-28

xavier dupré

Update test_jenkins.py

2993

ca2d0dfd

2020-05-26

xavier dupré

Update jenkins_helper.py

2991

0f68189f

2020-05-23

xavier dupré

pep8

2990

7001146e

2020-05-21

xavier dupré

Update .local.jenkins.lin.yml

2989

06693025

2020-05-16

xavier dupré

Update ci_status.rst

2988

eb5bfa8c

2020-05-16

xavier dupré

fix links on documentation

2987

ac3fe99e

2020-05-16

xavier dupré

Create MANIFEST.in

2986

472981a1

2020-05-14

xavier dupré

Fixes #99, linearsvc signature changed

2985

26640bdd

2020-05-14

xavier dupré

add judy

2984

1b16de07

2020-05-09

xavier dupré

update graph

2983

1559a1dd

2020-05-08

xavier dupré

fix style

2982

0308b713

2020-05-08

xavier dupré

Update test_notebook_data.py

2981

de14026e

2020-05-08

xavier dupré

Update test_notebook_data.py

2980

9dbf53c6

2020-05-08

xavier dupré

add dtreeviz

2979

d0645274

2020-05-04

xavier dupré

update documentation, blog post

2978

73686121

2020-05-02

xavier dupré

update pypi statistics

2977

efa1241f

2020-05-02

xavier dupré

Fixes missing rss

2976

6df9dea4

2020-05-01

xavier dupré

new blog

2975

38b286cf

2020-04-28

xavier dupré

new modules

2972

7b769e43

2020-04-23

xavier dupré

Update td2a_manip_dataframe.rst

2971

5c925e5e

2020-04-18

xavier dupré

update notebooks

2970

c29877a1

2020-04-15

xavier dupré

Update td2a_mlbasic_clustering.rst

2969

1e12fb18

2020-04-12

xavier dupré

add algorithm on convex hull

2968

edfd2ef4

2020-04-10

xavier dupré

Update td_3a.rst

2967

3d6b64ef

2020-04-09

xavier dupré

fix issues

2966

f2007ef4

2020-04-09

xavier dupré

Update td1a_cenonce_session_12_carte.ipynb

2965

dca9520c

2020-04-09

xavier dupré

documentation, links, papers

2963

4ffe334a

2020-03-28

xavier dupré

Update setup.py

2962

a5b1b77e

2020-03-24

xavier dupré

Update td2a_mlbasic_factorization_machines.rst

2961

a4734e0b

2020-03-11

xavier dupré

fix notebook with more recent version of onnx / onnxruntime

2960

6265907a

2020-03-06

xavier dupré

Update cffi_linear_regression.ipynb

2959

cf07ace6

2020-02-29

xavier dupré

Update test_sudoku.py

2958

3b49c92f

2020-02-26

xavier dupré

Update requirements.txt

2957

2e82b158

2020-02-26

xavier dupré

add unit test for a notebook

2956

ac8cab6f

2020-02-26

xavier dupré

Update config.yml

2955

1b8df8b3

2020-02-26

xavier dupré

Update config.yml

2954

6fd11cec

2020-02-26

xavier dupré

update setup

2953

5004b5f4

2020-02-24

xavier dupré

blog post and papers

2952

4c51c79c

2020-02-23

xavier dupré

Update .local.jenkins.lin.yml

2951

d23ac89d

2020-02-20

xavier dupré

fix shapely version on local job definition

2950

2feaa8fa

2020-02-12

xavier dupré

article local CI

2949

f15ea1d9

2020-02-05

xavier dupré

documentation, links, articles

2948

95673b25

2020-02-03

xavier dupré

more links about interpretation and imbalanced

2947

a67dd1cd

2020-01-31

xavier dupré

fix notebook

2946

c86fd74c

2020-01-31

xavier dupré

Update test_exam_2016_1A.py

2945

c80ccfad

2020-01-30

xavier dupré

replace as_matrix() by values

2944

8dcaba45

2020-01-30

xavier dupré

Update TD2A_eco_les_API.ipynb

2943

7449ae55

2020-01-30

xavier dupré

better error message

2942

dfe689cf

2020-01-27

xavier dupré

fix mispelling

2941

d894e457

2020-01-27

xavier dupré

Update td2a_eco_competition_statsdesc.ipynb

2940

0995dde3

2020-01-25

xavier dupré

update notebook

2939

df70ed57

2020-01-17

xavier dupré

remove blosc from requirements

2938

512fe9bb

2020-01-14

xavier dupré

add articles

2937

b3354e8d

2020-01-11

xavier dupré

Update gradient_boosting.ipynb

2936

492f38a5

2020-01-10

xavier dupré

Update td2a_cenonce_session_3A.ipynb

2935

217bf1e3

2020-01-10

xavier dupré

fix notebooks, update gradient boosting

2934

fe9faf8d

2020-01-10

xavier dupré

Update test_SKIP_2A_competition_2016.py

2933

ad30ab87

2020-01-10

xavier dupré

Update test_SKIP_nb_coverage_ethics.py

2932

3b6aa263

2020-01-09

xavier dupré

update gradient boosting

2931

880acd78

2020-01-09

xavier dupré

Update conf_base.py

2930

d144c74b

2020-01-06

xavier dupré

new notebooks on gradient boosting

2929

9e8b612f

2020-01-03

xavier dupré

Update exams_algo_1a.rst

2928

a2ddd69c

2020-01-03

xavier dupré

add streamlit

2927

073ae7b4

2020-01-02

xavier dupré

pep8

2926

a4466f7e

2020-01-02

xavier dupré

Update jenkins_helper.py

2925

efc6e21d

2020-01-02

xavier dupré

update results 1A 2048

2924

535693ae

2019-12-31

xavier dupré

Update config.yml

2923

dbee89c5

2019-12-31

xavier dupré

small updates

2922

f7c3ecb3

2019-12-20

xavier dupré

Update ci_status.rst

2921

500cea0c

2019-12-18

xavier dupré

3A

2920

130b593b

2019-12-17

xavier dupré

Update requirements.txt

2919

3c4a6346

2019-12-16

xavier dupré

Fixes #97, notebook on heap topk

2918

fcf34b7e

2019-12-15

xavier dupré

Update td2a_mlbasic_de_la_theorie_a_la_pratique.rst

2917

42796a2e

2019-12-13

xavier dupré

Update requirements.txt

2916

6ef97a04

2019-12-13

xavier dupré

Update pypi_downloads.csv

2915

7ccdac88

2019-12-13

xavier dupré

Update ci_status.rst

2914

23b3231b

2019-12-13

xavier dupré

Update ci_status.rst

2911

d8d14700

2019-12-08

xavier dupré

update status

2910

84d1729c

2019-12-05

xavier dupré

Create 2019-12_05_kaggle.rst

2909

5b6511fd

2019-11-28

xavier dupré

update script

2908

da0a4085

2019-11-24

xavier dupré

Update td2a_some_nlp.ipynb

2907

bad15a26

2019-11-22

xavier dupré

Update td2a_mlplus_machine_learning_sur_des_donnees_cryptees.rst

2906

4707ec50

2019-11-21

xavier dupré

Update .local.jenkins.lin.yml

2905

9cc34d25

2019-11-21

xavier dupré

command lines

2903

9936babb

2019-11-18

xavier dupré

Update ftp_publish_helper.py

2902

80d231b5

2019-11-18

xavier dupré

update filtering

2901

b7851611

2019-11-16

xavier dupré

update notebooks

2900

35c3a695

2019-11-12

xavier dupré

Update test_nb_coverage_ethics.py

2899

b2783081

2019-11-12

xavier dupré

seance 12/11

2898

b102ce29

2019-11-09

xavier dupré

documentation, fixes a unit test

2897

abf1381a

2019-11-09

xavier dupré

Update teaching_modules.py

2896

7a666b31

2019-11-07

xavier dupré

Update config.yml

2893

d5e43165

2019-11-04

xavier dupré

update history

2892

4097bee2

2019-11-04

xavier dupré

Fixes #96 + plan séance 5/11

2891

38825e1c

2019-10-29

xavier dupré

Update conf_base.py

2890

7ce38e9f

2019-10-25

xavier dupré

fix notebook with latest release of onnxruntime

2889

eda40ad4

2019-10-24

xavier dupré

fix a couple of bugs while gathering mails

2888

e653a81d

2019-10-23

xavier dupré

Update projet_info_2A_plot.rst

2887

19324e53

2019-10-23

xavier dupré

Update exams_1A.rst

2886

a42a1a39

2019-10-22

xavier dupré

Fixes #94 , correction exam 2019

2884

c80bff93

2019-10-21

xavier dupré

Plan 22/10

2883

16aa4178

2019-10-21

xavier dupré

Fixes #95, tastekid

2882

da7c8e25

2019-10-20

xavier dupré

update for session 22/10

2881

4236b6ec

2019-10-17

xavier dupré

documentation, jenkins

2880

714ce005

2019-10-16

xavier dupré

links

2879

ed88fa54

2019-10-16

xavier dupré

First commit for #93, dices

2878

9e283ba2

2019-10-15

xavier dupré

update history, add module

2877

01a26a98

2019-10-13

xavier dupré

notebooks for the next sessions, intructions for evaluation

2876

208df880

2019-10-10

xavier dupré

Update test_faq_matplotlib.py

2875

549dfdf2

2019-10-08

xavier dupré

Update route_2A_2019.rst

2874

73ff3244

2019-10-07

xavier dupré

Update route_2A_2019.rst

2873

650f3067

2019-09-30

xavier dupré

Fixes #91, LassoRandomForestRegressor

2872

a76f9ebd

2019-09-30

xavier dupré

Update i_getting_started.rst

2871

bdd77ae4

2019-09-29

xavier dupré

Update route_2A_2019.rst

2869

f437c403

2019-09-29

xavier dupré

Fixes #90, add 2 notebooks, pipelines

2868

ee92ec5a

2019-09-28

xavier dupré

links

2867

9f13e8f7

2019-09-27

xavier dupré

Update route_2A_2019.rst

2866

662b93d5

2019-09-26

xavier dupré

Fixes #89, notebook sélection de variables

2865

0536921a

2019-09-25

xavier dupré

Update HISTORY.rst

2864

4860b7ac

2019-09-25

xavier dupré

pep8 + documentation

2863

c190e868

2019-09-24

xavier dupré

more links

2862

7f4be374

2019-09-22

xavier dupré

fix notebook

2861

bf3f8f3b

2019-09-21

xavier dupré

update unit test

2860

43ea0443

2019-09-21

xavier dupré

feuille de route

2859

1295f70d

2019-09-20

xavier dupré

Update test_publish.py

2858

c9bc6ea3

2019-09-20

xavier dupré

update upload

2856

5001000d

2019-09-19

xavier dupré

Update ftp_publish_helper.py

2855

d8881b24

2019-09-19

xavier dupré

update FTP functions

2854

eb632852

2019-09-16

xavier dupré

update requirements

2853

82c891f2

2019-09-15

xavier dupré

quelques précisions supplémentaires

2852

286dc55c

2019-09-15

xavier dupré

add documentation on project 2A

2851

d1e10b2b

2019-09-14

xavier dupré

notebook and some refactoring

2850

9cc5b7eb

2019-09-09

xavier dupré

feuille de route

2849

ad1e690e

2019-09-05

xavier dupré

disable on test on circleci

2848

e22a5a1f

2019-09-05

xavier dupré

add one unit test

2847

e8fe7c68

2019-09-04

xavier dupré

update the plan

2845

99783e4d

2019-09-03

xavier dupré

Plan pour la première séance

2844

be801d0c

2019-08-31

xavier dupré

catch an exception in a notebook

2842

f5087614

2019-08-28

xavier dupré

disable one test on circleci

2841

febdd04b

2019-08-28

xavier dupré

pep8

2840

b144c74e

2019-08-28

xavier dupré

pep8

2839

b6d1939f

2019-08-28

xavier dupré

extend notebook coverage

2838

29d3d91d

2019-08-26

xavier dupré

Update ci_status.rst

2837

2053091a

2019-08-26

xavier dupré

Update config.yml

2836

3ac09eab

2019-08-26

xavier dupré

Update config.yml

2835

679546a6

2019-08-26

xavier dupré

Update config.yml

2834

58172ed7

2019-08-26

xavier dupré

Update config.yml

2833

49092a19

2019-08-26

xavier dupré

Update config.yml

2832

2131f5a8

2019-08-26

xavier dupré

Update config.yml

2831

ce5630f7

2019-08-26

xavier dupré

Update config.yml

2830

3cc64c57

2019-08-26

xavier dupré

Update config.yml

2829

2de405e0

2019-08-26

xavier dupré

new projects, documentation

2828

038f7e70

2019-08-25

xavier dupré

Update config.yml

2827

b0d514da

2019-08-25

xavier dupré

Update config.yml

2826

6612653e

2019-08-25

xavier dupré

pep8

2825

df6d6292

2019-08-25

xavier dupré

Fixes #86, 2048

2824

6c9da3a0

2019-08-23

xavier dupré

fix links

2823

55dbdb0d

2019-08-18

xavier dupré

remove unnecessary unit tests

2822

4e47f01c

2019-08-10

xavier dupré

fix misspelling

2821

ea06c62b

2019-08-10

xavier dupré

Merge branch “master” of https://github.com/sdpython/ensae_teaching_cs into pendule

2820

b5529686

2019-08-10

xavier dupré

Fixes #84, simulation d’une pendule

2819

42cd7132

2019-08-07

xavier dupré

plan pour l’anné 2019-2020

2818

a3098ce2

2019-08-07

xavier dupré

links, papers, new problems

2817

e3e619b9

2019-08-05

xavier dupré

links

2816

f8c22e4c

2019-08-01

xavier dupré

add a new link

2815

698745cd

2019-07-29

xavier dupré

Update test_jenkins.py

2814

dd292e42

2019-07-27

xavier dupré

add _bugs

2813

a2ef56c8

2019-07-25

xavier dupré

fix notebooks

2812

047abda6

2019-07-25

xavier dupré

update CI

2811

75d54921

2019-07-24

xavier dupré

update notebooks

2810

cd5fb17b

2019-07-24

xavier dupré

rename sheetname into sheet_name

2809

443fb1ef

2019-07-24

xavier dupré

update status

2808

e8db6fd1

2019-07-19

xavier dupré

new link

2807

c003cd20

2019-07-17

xavier dupré

Fixes #82, fix one notebook

2806

12b2d1aa

2019-07-13

xavier dupré

Update config.yml

2805

58f7768b

2019-07-12

xavier dupré

Update requirements.txt

2804

3bf62105

2019-07-11

xavier dupré

Update config.yml

2803

34549af2

2019-07-11

xavier dupré

udpate notebook on timeseries

2802

d23a5716

2019-07-09

xavier dupré

add a notebook

2801

07d3bc1e

2019-07-02

xavier dupré

add new links

2800

4ad38766

2019-06-15

xavier dupré

Update config.yml

2799

9a8c87c0

2019-06-15

xavier dupré

blog post

2798

91527635

2019-06-11

xavier dupré

Update ci_status_download.rst

2797

67f722a1

2019-06-11

xavier dupré

update pypi download report

2796

5ad38c16

2019-06-10

xavier dupré

Update td_3a.rst

2795

8bd3b771

2019-06-09

xavier dupré

Update config.yml

2794

ed2cdb9e

2019-06-09

xavier dupré

update notebook for scikit-learn 0.22

2792

b26ed6e4

2019-06-05

xavier dupré

Fixes #80, removes smopy

2791

d414b851

2019-06-04

xavier dupré

Update td2a_mlplus_clustering_hors_espace_vectoriel_de_dimension_finie.rst

2790

14970170

2019-06-02

xavier dupré

add one link

2789

eee89b3c

2019-05-28

xavier dupré

links

2788

4b2034fd

2019-05-24

xavier dupré

Update ci_status.rst

2787

006d8db6

2019-05-24

xavier dupré

Update td_3a.rst

2786

b003bd74

2019-05-24

xavier dupré

Create 2019-05-24_smart.rst

2785

08bd2a9a

2019-05-23

xavier dupré

update to the latest scikit-learn

2784

af54f161

2019-05-21

xavier dupré

blog

2783

a776d54a

2019-05-17

xavier dupré

Update td2a_mlbasic_visualisation.rst

2782

c533abf2

2019-05-15

xavier dupré

Update ftp_publish_helper.py

2781

e6a03b2a

2019-05-14

xavier dupré

restore helpsphinx2

2780

f88ec5bd

2019-05-10

xavier dupré

Update requirements_conda.txt

2779

1a923757

2019-05-09

xavier dupré

Update copyfile.py

2778

d981b154

2019-05-05

xavier dupré

update notebook failing with latex conversion

2777

b216c184

2019-05-03

xavier dupré

Update setup.py

2776

7edad357

2019-04-30

xavier dupré

Update ftp_publish_helper.py

2775

2cd69ee6

2019-04-26

xavier dupré

update notebook

2774

c4313a38

2019-04-25

xavier dupré

update notebooks due to nltk upgrade

2773

607e07a6

2019-04-24

xavier dupré

Update td2a_mlplus_regression_quantile.rst

2772

26fd9d04

2019-04-23

xavier dupré

Update .local.jenkins.lin.yml

2770

e9ede6c6

2019-04-18

xavier dupré

Fixes #77, notebook morse

2769

7f5b05bf

2019-04-11

xavier dupré

update statistics

2768

2e31a1d5

2019-04-07

xavier dupré

pep8

2767

2074ee2e

2019-04-06

xavier dupré

Update test_SKIP_video_helper.py

2766

82aa493b

2019-04-06

xavier dupré

update notebook for selenium

2765

3d6a7bb5

2019-04-06

xavier dupré

split a unit test

2764

56b41228

2019-04-06

xavier dupré

Fixes issues with selenium

2763

613b23b2

2019-04-06

xavier dupré

Fixes #75, #76, remove splinter

2762

bc7d97be

2019-04-06

xavier dupré

update for selenium

2761

4d5ffd0d

2019-04-04

xavier dupré

fix imports

2760

94e5cc40

2019-04-04

xavier dupré

remove src

2759

753d6c17

2019-04-03

xavier dupré

remove src

2758

814ad666

2019-03-31

xavier dupré

fix version number

2757

656fa7d3

2019-03-29

xavier dupré

pep8

2756

536032c0

2019-03-28

xavier dupré

Update test_hermionne.py

2755

0f1bcd8f

2019-03-28

xavier dupré

refactoring of unit tests

2754

d04ffe88

2019-03-26

xavier dupré

add link to nni

2753

7a4aeaee

2019-03-25

xavier dupré

Update td_3a.rst

2751

df354752

2019-03-24

xavier dupré

fix documentation

2750

38fe8018

2019-03-23

xavier dupré

Update requirements_conda.txt

2749

8bb419a4

2019-03-23

xavier dupré

update CI

2747

ee49ac43

2019-03-21

xavier dupré

Update conf_base.py

2745

58df826d

2019-03-20

xavier dupré

Update test_faq_gpu.py

2744

0a9e3c08

2019-03-20

xavier dupré

Update test_faq_gpu.py

2743

21d19c69

2019-03-19

xavier dupré

add a simple function checking GPU with pyopencl based on a student work

2742

73ac816d

2019-03-19

xavier dupré

text processing, chars2vec

2741

a4399780

2019-03-19

xavier dupré

machine learning éthique

2740

b2746e3d

2019-03-18

xavier dupré

fix broken unittests

2739

65341fbf

2019-03-18

xavier dupré

Update teaching_modules.py

2738

d723c6c8

2019-03-17

xavier dupré

Fixes #74, remove links to waffle

2737

3f8a25e6

2019-03-15

xavier dupré

pep8

2736

8bec7d85

2019-03-15

xavier dupré

Update test_jenkins.py

2735

073e6f09

2019-03-15

xavier dupré

fix failing unittest

2734

1283c2b2

2019-03-15

xavier dupré

add wrapclib + catch an exception

2733

3cff648a

2019-03-15

xavier dupré

pep8

2732

311e7753

2019-03-15

xavier dupré

Update requirements.txt

2731

3db0056d

2019-03-15

xavier dupré

Update requirements.txt

2730

e7556a7e

2019-03-15

xavier dupré

Update test_2A_notebook_eco_nlp.py

2729

b91b6049

2019-03-15

xavier dupré

Fixes #73, update notebook after google api for google plus disappeared

2728

ceef5261

2019-03-14

xavier dupré

Update .local.jenkins.lin.yml

2727

0a7c0be5

2019-03-12

xavier dupré

Fixes #72, page on ml visualisation

2726

ba391f92

2019-03-12

xavier dupré

cleanup files before transfering

2725

0ec77109

2019-03-11

xavier dupré

Update ftp_publish_helper.py

2724

25849106

2019-03-11

xavier dupré

Update ftp_publish_helper.py

2723

8e9dee6f

2019-03-11

xavier dupré

Update .local.jenkins.lin.yml

2722

524710cc

2019-03-10

xavier dupré

Update td2a_TD5_Traitement_automatique_des_langues_en_Python.ipynb

2721

608b85ac

2019-03-10

xavier dupré

update notebook

2720

279675d6

2019-03-10

xavier dupré

Update ftp_publish_helper.py

2719

3b9b0b8b

2019-03-10

xavier dupré

Update ftp_publish_helper.py

2718

b6a194f8

2019-03-09

xavier dupré

remove nimbusml, csharpy

2717

32f92dbe

2019-03-07

xavier dupré

links

2716

4aae1b11

2019-03-07

xavier dupré

Update ci_status.rst

2715

ef449393

2019-03-06

xavier dupré

update build

2714

2b41f126

2019-03-06

xavier dupré

Update requirements_conda.txt

2713

9af4915a

2019-03-05

xavier dupré

pep8

2712

062d928e

2019-03-05

xavier dupré

add one more repo

2711

4f7bfd7d

2019-03-04

xavier dupré

update notebooks

2710

2bafce97

2019-03-04

xavier dupré

update for travis

2709

e2323283

2019-03-04

xavier dupré

update travis and local jobs

2708

2729d97d

2019-03-04

xavier dupré

links

2707

ce21d78e

2019-03-04

xavier dupré

fix for travis

2706

214f0260

2019-03-04

xavier dupré

Add one project

2705

33f37e92

2019-03-04

xavier dupré

Update .local.jenkins.lin.yml

2704

79c2105d

2019-03-04

xavier dupré

Update .travis.yml

2703

7cd43ea5

2019-03-03

xavier dupré

Update requirements.txt

2702

388245bc

2019-03-03

xavier dupré

Update teaching_modules.py

2701

5631376a

2019-03-03

xavier dupré

Update teaching_modules.py

2700

4b1589df

2019-03-02

xavier dupré

add benchmarks links

2698

aa9fe887

2019-02-22

xavier dupré

remove duplicates links

2697

c317c95d

2019-02-21

xavier dupré

links

2696

58f92468

2019-02-20

xavier dupré

blog post

2695

3ba28eb4

2019-02-19

xavier dupré

Update td2a_sentiment_analysis_correction.ipynb

2694

f05763a7

2019-02-19

xavier dupré

blog post

2693

8cd888c2

2019-02-18

xavier dupré

update notebook

2692

6d149fc6

2019-02-18

xavier dupré

Update td2a_mlbasic_systeme_de_recommandations.rst

2691

75e593b7

2019-02-17

xavier dupré

pep8

2690

241447f7

2019-02-17

xavier dupré

update imbalanced notebook

2689

605038cb

2019-02-17

xavier dupré

disable one test on windows about cvxopt (DLL not found)

2688

5c6a2bd4

2019-02-16

xavier dupré

Fix status

2687

56e089ef

2019-02-16

xavier dupré

Update README.rst

2686

10448fb4

2019-02-14

xavier dupré

links

2685

d607f103

2019-02-11

xavier dupré

link for text summarization

2684

6cb23428

2019-02-10

xavier dupré

remove unused links

2683

ae84c25a

2019-02-06

xavier dupré

style

2682

81ac9b8b

2019-02-02

xavier dupré

remove xgboost from status

2681

8c9e4389

2019-01-31

xavier dupré

update notebooks after an update of scikit-image

2680

5b855570

2019-01-28

xavier dupré

notes de correction

2679

d419b9fb

2019-01-25

xavier dupré

update links

2678

d64d274c

2019-01-25

xavier dupré

rename one page

2677

23628b8c

2019-01-23

xavier dupré

links

2676

5cdb272d

2019-01-22

xavier dupré

links

2675

1cb90eff

2019-01-20

xavier dupré

blog post

2674

535df3af

2019-01-19

xavier dupré

references

2673

966c3122

2019-01-18

xavier dupré

fix unit test for notebooks

2672

ab2718bc

2019-01-16

xavier dupré

links

2671

ac08ceb1

2019-01-15

xavier dupré

articles papers

2670

0e3ccd93

2019-01-15

xavier dupré

add attachments on the summary list for each project

2668

e99cd77b

2019-01-13

xavier dupré

pep8

2667

c1e0ec68

2019-01-13

xavier dupré

pep8

2666

aac8de95

2019-01-12

xavier dupré

tries to fix a unit test

2665

f967fa1b

2019-01-11

xavier dupré

blog post

2664

bcd6ceb3

2019-01-11

xavier dupré

pep8

2663

230b0668

2019-01-11

xavier dupré

improve code coverage

2662

8a022d38

2019-01-11

xavier dupré

disable one test on appveyor due to missing DLL

2661

3a23e52e

2019-01-11

xavier dupré

Update appveyor.yml

2660

113e5c06

2019-01-11

xavier dupré

disable unit test on CI due to missing en_core_web_sm (spacy)

2659

18cc8027

2019-01-11

xavier dupré

extend notebook coverage

2658

241c3eb8

2019-01-10

xavier dupré

Update test_LONG_notebooks_bug_latex.py

2657

4b6c51ee

2019-01-10

xavier dupré

Update test_statnb_helper.py

2656

d53297da

2019-01-10

xavier dupré

fix unit tests

2655

fee33b3d

2019-01-10

xavier dupré

improve one unit test

2654

e9816f42

2019-01-10

xavier dupré

Update test_statnb_helper.py

2653

4d23ac65

2019-01-10

xavier dupré

Update test_statnb_helper.py

2652

2cba2669

2019-01-09

xavier dupré

Update test_GUI_2A_notebook_eco_scraping.py

2651

b34c279b

2019-01-09

xavier dupré

Update test_statnb_helper.py

2650

42b7b5be

2019-01-09

xavier dupré

small explanations about scraping

2649

91530775

2019-01-08

xavier dupré

Update license

2648

b42a99fd

2019-01-08

xavier dupré

split unit tests about notebooks

2646

577974ce

2019-01-07

xavier dupré

fix publishing

2645

aff87ae7

2019-01-07

xavier dupré

Update td1a_unit_test_ci.ipynb

2644

e96c7120

2019-01-07

xavier dupré

update notebook

2643

e7a0dd6e

2019-01-06

xavier dupré

Update .local.jenkins.lin.yml

2642

7ebb4136

2019-01-06

xavier dupré

Update ftp_publish_helper.py

2641

8d52963d

2019-01-06

xavier dupré

Update publishing

2640

d6a12d54

2019-01-06

xavier dupré

fix CI and status

2639

b8916bef

2019-01-05

xavier dupré

fix publishing

2638

9e6b5f03

2019-01-04

xavier dupré

add modules

2637

73c7b938

2019-01-04

xavier dupré

change documentation style

2636

3a138984

2019-01-03

xavier dupré

Update test_LONG_rst2html_latex.py

2635

fd40a9dc

2019-01-03

xavier dupré

Fix broken notebook

2634

6e83214f

2019-01-03

xavier dupré

reduce notebook size

2633

40fbb9ed

2019-01-03

xavier dupré

fix broken notebooks

2632

87cb5e78

2019-01-03

xavier dupré

update jobs

2631

b5a5b2e6

2019-01-03

xavier dupré

Update ftp_publish_helper.py

2630

96a7f3e8

2019-01-02

xavier dupré

remove unnecessary links

2629

59830d47

2019-01-02

xavier dupré

Update requirements_conda.txt

2628

7db425c6

2019-01-02

xavier dupré

Update appveyor.yml

2627

b8547f79

2019-01-02

xavier dupré

Update .local.jenkins.lin.yml

2626

db61dae6

2019-01-01

xavier dupré

documentation, shorter notebook

2625

a4db149b

2019-01-01

xavier dupré

clock –> perf_counter

2624

b11331c6

2019-01-01

xavier dupré

Fix notebook after an update of a pyshp

2623

7a3de370

2019-01-01

xavier dupré

pep8

2622

15ec8777

2019-01-01

xavier dupré

Update test_code_style.py

2621

f83c6080

2019-01-01

xavier dupré

investigation

2620

20343f34

2019-01-01

xavier dupré

Still looking to fix issues

2619

5b98cbd6

2019-01-01

xavier dupré

Update requirements.txt

2618

d0a01779

2019-01-01

xavier dupré

update notebooks and unit tests and CI

2617

a24a984c

2019-01-01

xavier dupré

Fix unit tests

2616

5ffca343

2019-01-01

xavier dupré

Fix 2018 notebooks

2615

941ac339

2019-01-01

xavier dupré

Fixes a couple of unit tests

2614

35ca985e

2018-12-31

xavier dupré

rename unit tests, pep8

2613

e82cf376

2018-12-31

xavier dupré

Fixes two broken unit tests

2612

5756045c

2018-12-30

xavier dupré

Delete test_LONG_EX_notebook_expose_long1.py

2611

f12fb50c

2018-12-30

xavier dupré

update automated builds

2610

f9348ef9

2018-12-29

xavier dupré

Update fetch_student_projects_from_gmail.py

2609

8e412209

2018-12-28

xavier dupré

adds links

2608

e3cc7b85

2018-12-19

xavier dupré

projects

2606

466358ed

2018-12-18

xavier dupré

Update algorithm_culture.rst

2605

f1dc578f

2018-12-11

xavier dupré

Replaces LDA by LinearDiscriminantAnalysis

2604

5a9e1443

2018-12-11

xavier dupré

Fixes #69, add function to count classes in code

2603

20e03363

2018-12-11

xavier dupré

Update ci_status.rst

2602

3b2ef88a

2018-12-10

xavier dupré

documentation, add mathenjeu

2601

850f9bc9

2018-12-09

xavier dupré

update notebook

2600

512cfe8f

2018-12-09

xavier dupré

blog post

2599

ff1db21d

2018-12-02

xavier dupré

Update ci_status.rst

2598

d163fc57

2018-12-01

xavier dupré

add link

2597

a1d112eb

2018-11-30

xavier dupré

links, articles, papers

2596

b865d8a2

2018-11-26

xavier dupré

Update ci_status.rst

2595

ab6f781c

2018-11-16

xavier dupré

blost post

2593

1d3156fe

2018-11-10

xavier dupré

Update appveyor.yml

2592

5fea6f3a

2018-11-09

xavier dupré

Update _doc/sphinxdoc/source/specials/algorithm_culture.rst

2590

1c6b79e6

2018-11-06

xavier dupré

clean notebook

2589

3ab99e0a

2018-11-06

xavier dupré

Update _doc/notebooks/td2a_eco2/td2a_eco_NLP_tf_idf_ngrams_LDA_word2vec_sur_des_extraits_litteraires.ipynb

2588

f8b499f4

2018-11-06

xavier dupré

links

2587

c31f7920

2018-11-05

xavier dupré

update links

2586

52368390

2018-11-02

xavier dupré

documentation, links

2585

2f8e28d0

2018-10-31

xavier dupré

multi label

2583

633edfa1

2018-10-28

xavier dupré

Update appveyor.yml

2582

64de36da

2018-10-28

xavier dupré

Add articles

2581

566e52ce

2018-10-24

xavier dupré

blog post + documentation

2579

5614f198

2018-10-23

xavier dupré

correction du td noté 2019

2578

e219ecae

2018-10-20

xavier dupré

add correction to exam

2577

674ff640

2018-10-20

xavier dupré

add article

2576

c03ebc61

2018-10-16

xavier dupré

update notebook, fix a missing variable

2575

07033c1f

2018-10-16

xavier dupré

notebook for tomorrow

2574

297baa74

2018-10-15

xavier dupré

update notebooks

2573

6af2f8d6

2018-10-14

xavier dupré

split unit test

2572

61559496

2018-10-14

xavier dupré

documentation, complete notebook on SSA, remove coding_party

2571

a569c539

2018-10-13

xavier dupré

blog post

2570

5fad2cab

2018-10-12

xavier dupré

update roadmap, notebooks, ssa, papers, links, nights

2569

9959bd85

2018-10-09

xavier dupré

update notebook on ssa

2568

3fb6f5af

2018-10-09

xavier dupré

roadmap, notebooks

2567

656da1ee

2018-10-08

xavier dupré

update roadmap

2566

edc64729

2018-10-08

xavier dupré

algorithme culture

2565

8f3d9102

2018-10-07

xavier dupré

update notebook

2564

74ee6c4a

2018-10-05

xavier dupré

add notebooks from lectures, update roadmap

2563

281fa53d

2018-10-04

xavier dupré

fix link

2562

2edd1bad

2018-10-02

xavier dupré

fixes #65 about randomizedPCA

2561

883cff1c

2018-10-02

xavier dupré

add articles

2560

7a399f9d

2018-10-01

xavier dupré

utf-8

2559

de8fd0b8

2018-10-01

xavier dupré

add notebook to sentiment analysis, plans…

2558

b3e527f5

2018-09-30

xavier dupré

clean

2557

a33ac902

2018-09-29

xavier dupré

add project, improve ci

2556

f4961a13

2018-09-24

xavier dupré

update feuille de route

2555

e214aded

2018-09-24

xavier dupré

update feuille de route

2554

e6bf6094

2018-09-23

xavier dupré

Fixes #63, split notebooks

2553

90c9dfa6

2018-09-23

xavier dupré

update CI, documentation

2552

07aa304e

2018-09-20

xavier dupré

documentation and increase notebook coverage

2551

6d9c819f

2018-09-19

xavier dupré

notebook of the day

2550

156294e1

2018-09-18

xavier dupré

documentation, local jobs

2549

2ac542d7

2018-09-17

xavier dupré

update for 2A

2548

8ce82189

2018-09-17

xavier dupré

feuille de route

2547

59f6cea4

2018-09-10

xavier dupré

comment

2546

11e37cc2

2018-09-10

xavier dupré

switch two sessions

2545

fd3d028b

2018-09-10

xavier dupré

article, exposés

2544

508b94a5

2018-09-09

xavier dupré

minor fixes

2543

94956e0c

2018-09-08

xavier dupré

update notebook

2542

92d48283

2018-09-07

xavier dupré

fix roadmap

2541

706543f6

2018-09-06

xavier dupré

feuille de route, links

2540

5a045455

2018-09-06

xavier dupré

ajoute des prérequis

2539

e00ca952

2018-09-04

xavier dupré

add notebook on matrix product

2538

6306253b

2018-09-04

xavier dupré

update blog post

2537

8982d4e1

2018-09-04

xavier dupré

pep8 + add link

2536

a1ed1b45

2018-09-04

xavier dupré

plan pour demain

2535

49c3354c

2018-09-03

xavier dupré

links, rst, index, blog post, documentation

2534

462fb966

2018-09-01

xavier dupré

utf8

2533

e2d3754e

2018-09-01

xavier dupré

new pages, new articles, new topics

2532

8660e4e2

2018-08-31

xavier dupré

update feuille de route

2531

86430b97

2018-08-31

xavier dupré

update logo, local jenkins job on windows

2530

4607a034

2018-08-31

xavier dupré

fix publishing

2529

928d85c6

2018-08-30

xavier dupré

fix local jenkins job

2528

999c198f

2018-08-30

xavier dupré

update local windows job

2527

18fcbc48

2018-08-30

xavier dupré

fix one notebook

2526

08339e6f

2018-08-30

xavier dupré

update theme for conf3

2525

33b15141

2018-08-29

xavier dupré

changes theme of DOC3

2524

8caf8d55

2018-08-29

xavier dupré

update local jenkins job

2523

0f013609

2018-08-28

xavier dupré

improve automation

2522

7318b9a3

2018-08-27

xavier dupré

fix links, update local jenkins build

2521

59be1bf4

2018-08-27

xavier dupré

feuille de route 1A

2520

44b278d1

2018-08-26

xavier dupré

fix condition in local jenkins job

2519

954d70b0

2018-08-26

xavier dupré

update local job jenkins

2518

759871bc

2018-08-26

xavier dupré

remove unused tests

2517

b31be86c

2018-08-26

xavier dupré

improvment on the documentation

2516

ce0a3fda

2018-08-26

xavier dupré

corrige des liens corrompus

2515

684bc7ac

2018-08-26

xavier dupré

add examples for cartopy, update list of local jobs

2514

0d1dd233

2018-08-26

xavier dupré

fixes many things in the documentation

2513

f54df87d

2018-08-25

xavier dupré

update local job, history, style

2512

efac0432

2018-08-25

xavier dupré

update notebooks and local linux jenkins job

2511

66f16f6a

2018-08-25

xavier dupré

improve two unit tests

2510

9acbf707

2018-08-25

xavier dupré

better design and testing for flask

2509

f38b87d6

2018-08-25

xavier dupré

pep8, remove use of COMPUTERNAME

2508

91e12242

2018-08-24

xavier dupré

run pylint from separate process

2507

ad83d17e

2018-08-24

xavier dupré

update requirements

2506

d61b48c3

2018-08-23

xavier dupré

fixes #62, removes any link to cspython

2505

b96225fc

2018-08-23

xavier dupré

update build

2504

a358e286

2018-08-23

xavier dupré

simplifies ftp_transfer

2503

bb587274

2018-08-23

xavier dupré

update conditions which prevents from transferring

2502

a13be4ba

2018-08-23

xavier dupré

add parameter exc_transfer

2501

707b0fe5

2018-08-23

xavier dupré

add parameter delay when transferring files

2500

4bcf93e2

2018-08-23

xavier dupré

fix unit tests

2499

aad9e0d9

2018-08-23

xavier dupré

update circleci

2498

8977c775

2018-08-22

xavier dupré

fix issue with cvxopt

2497

3a6880f9

2018-08-22

xavier dupré

update jenkins setup

2496

8bc867bd

2018-08-22

xavier dupré

documentation, blog post

2495

616799c3

2018-08-22

xavier dupré

update local jenkins linux

2494

369c0d76

2018-08-21

xavier dupré

blog post, add local jenkins job linux

2493

e342a0f4

2018-08-20

xavier dupré

update for linux

2492

3fd8d2f5

2018-08-01

xavier dupré

fix misspelled import

2491

ddbedd75

2018-08-01

xavier dupré

new articles, references

2490

29a717fe

2018-08-01

xavier dupré

rename notebook_helper into notebookhelper

2489

08ae3482

2018-08-01

xavier dupré

rename graph_helper into graphhelper

2488

b5bba4dd

2018-08-01

xavier dupré

update to the latest pyensae

2487

8c5cd28a

2018-07-29

xavier dupré

fixes #60, remove dependency on fastcluster

2486

ace0e5c4

2018-07-29

xavier dupré

remove unnecessary file

2485

b921284f

2018-07-28

xavier dupré

blog post, documentation, articles, fix one unit test

2484

5b261a8c

2018-07-27

xavier dupré

fix a unit test using cartopy

2483

e9c3f58b

2018-07-27

xavier dupré

fixes CI

2482

73047f20

2018-07-27

xavier dupré

fix #38, #40, replace basemap by cartopy, add geopandas

2481

a22f6b26

2018-07-26

xavier dupré

ci, documentation, minor fix in unit test

2480

135bbe91

2018-07-26

xavier dupré

add xgboost, cartopy for CI

2479

1a9e43f8

2018-07-25

xavier dupré

add cvxopt

2478

7ddb427c

2018-07-24

xavier dupré

add visualDL

2477

6b015a71

2018-07-24

xavier dupré

ébauche de plan

2476

b3607369

2018-07-23

xavier dupré

update requirements

2475

983ebf59

2018-07-23

xavier dupré

fix doc

2474

e78cc287

2018-07-23

xavier dupré

update requirements

2473

93e8eb1c

2018-07-23

xavier dupré

update requirements

2472

a42ba3c7

2018-07-23

xavier dupré

update requirements

2471

ea339f90

2018-07-23

xavier dupré

fix style

2470

329b4dba

2018-07-22

xavier dupré

fix style

2469

4c357ebc

2018-07-22

xavier dupré

install cython + back to python 3.6

2468

2f36e603

2018-07-22

xavier dupré

update CI for statsmodels

2467

738e7310

2018-07-22

xavier dupré

update CI

2466

beb5bdd6

2018-07-22

xavier dupré

update automation

2465

b6083184

2018-07-13

xavier dupré

documentation, début de plan pour l’année 2018-

2464

2e097d03

2018-07-12

xavier dupré

blog, reference

2463

dba137e7

2018-07-08

xavier dupré

update notebook

2462

9d158ed1

2018-07-07

xavier dupré

update pandoc on circleci

2461

15bba01a

2018-07-06

xavier dupré

add a projet for 1A

2460

3bddf748

2018-07-03

xavier dupré

blog post

2459

a1f5ec17

2018-07-03

xavier dupré

articles, blog post

2458

d279c47a

2018-07-02

xavier dupré

cleaning, removed moved files

2457

0f66b696

2018-07-02

xavier dupré

fix one unit test

2456

e1d5e820

2018-07-01

xavier dupré

first cleanup for #42 (move deep learning)

2455

3c4a9b75

2018-07-01

xavier dupré

add ensae_teaching_dl

2454

2d3d8bcb

2018-07-01

xavier dupré

add datasource

2453

87b22ea1

2018-06-26

xavier dupré

utf-8

2452

35f44bd7

2018-06-25

xavier dupré

blog post, fix documentation, add links

2451

fdc6a78d

2018-06-22

xavier dupré

blog

2450

b3698ce8

2018-06-19

xavier dupré

split a file breaking a unit test

2449

ad154207

2018-06-19

xavier dupré

update status, blog post

2448

9a1990a0

2018-06-15

xavier dupré

update status

2447

a96f418a

2018-06-13

xavier dupré

status, links

2446

d28ab526

2018-06-13

xavier dupré

split unit test

2445

8aedf3ee

2018-06-09

xavier dupré

add col_student

2444

5fc2b717

2018-06-08

xavier dupré

update ci_status

2443

38563431

2018-06-07

xavier dupré

rename files

2442

b1f12c17

2018-06-07

xavier dupré

add missing images

2441

963bbb9b

2018-05-30

xavier dupré

add a paper

2440

8f9fd4b0

2018-05-30

xavier dupré

add module

2439

63139251

2018-05-29

xavier dupré

blog post

2438

6db64a01

2018-05-28

xavier dupré

fix for automated emails

2437

45c16631

2018-05-27

xavier dupré

remove ffmpeg #58

2436

8c8288cd

2018-05-27

xavier dupré

fix notebook with pytorch after an update of pytorch #57

2435

abf94cef

2018-05-26

xavier dupré

split unit test

2434

bfb07abb

2018-05-26

xavier dupré

split unit test

2433

6070d76b

2018-05-26

xavier dupré

move one test to LONG series

2432

53a14faf

2018-05-25

xavier dupré

typo

2431

f36fd793

2018-05-25

xavier dupré

remove unit tesdt about removed notebooks

2430

dd534ea4

2018-05-24

xavier dupré

remove notebooks on csharp

2429

456e1488

2018-05-24

xavier dupré

remove unused variable

2428

e4066bbf

2018-05-24

xavier dupré

pylint

2427

b4401619

2018-05-24

xavier dupré

remove ggplot #56

2426

f3803897

2018-05-24

xavier dupré

documentationupdate requirements

2425

a45579c9

2018-05-24

xavier dupré

pylint

2424

0bac41a6

2018-05-24

xavier dupré

fix conf_base.py

2423

603b489b

2018-05-24

xavier dupré

fix for travis

2422

c7e17658

2018-05-24

xavier dupré

fix, improve unit tests

2421

8404f703

2018-05-24

xavier dupré

remove unused import

2420

f32b2d28

2018-05-24

xavier dupré

fix unused variable

2419

f6fff6b7

2018-05-23

xavier dupré

remove presentations #55

2418

958ac6ed

2018-05-23

xavier dupré

remove unused warning

2417

5b646fae

2018-05-23

xavier dupré

documentation, history, fix #53, #54 (natgrid, griddata)

2416

0ce8cd3e

2018-05-23

xavier dupré

remove one warning

2415

b712ab93

2018-05-23

xavier dupré

update builds, fix unit tests

2414

a166c14b

2018-05-23

xavier dupré

build, example, notebook fix

2413

26602785

2018-05-23

xavier dupré

update build

2412

ba8e11ca

2018-05-22

xavier dupré

update requirements

2411

96371cae

2018-05-22

xavier dupré

update travis

2410

f0746c67

2018-05-22

xavier dupré

update build

2409

b353392a

2018-05-22

xavier dupré

remove theano #51

2408

7b8a7dda

2018-05-22

xavier dupré

update travis

2407

907c4528

2018-05-22

xavier dupré

pep8 and build

2406

ee260631

2018-05-22

xavier dupré

update travis

2405

a0ea2ca0

2018-05-22

xavier dupré

update travis

2404

6447d63d

2018-05-22

xavier dupré

update travis

2403

2d0e00e4

2018-05-22

xavier dupré

documentation and style

2402

beaeaca7

2018-05-21

xavier dupré

clean C# code

2401

cbb0f831

2018-05-21

xavier dupré

remove mono from circleci

2400

8a8e3361

2018-05-21

xavier dupré

remove custom pythonnet, moves some content to csharpy

2399

d3778a43

2018-05-15

xavier dupré

update build instructions

2398

35c4b1b5

2018-05-15

xavier dupré

update build for mono

2397

74c6f1f3

2018-05-14

xavier dupré

tries to get mono on travis

2396

71787adc

2018-05-13

xavier dupré

fix for #48, use official pythonnet

2395

ea456861

2018-05-13

xavier dupré

update style

2394

1be43389

2018-05-13

xavier dupré

fix unit test, remove unnecessary files

2393

29e1b1c2

2018-05-13

xavier dupré

changes for pylint

2392

4e68d086

2018-05-08

xavier dupré

remove files for #47

2391

f3b70c2a

2018-05-07

xavier dupré

add reference for model interpretation

2390

3dd6e3ac

2018-05-06

xavier dupré

play around to undestand why the build is failing on travis

2389

9f9a4990

2018-05-06

xavier dupré

update requirements, split unit test

2388

2f253d7c

2018-05-06

xavier dupré

update setup with basemap

2387

40f7b965

2018-05-05

xavier dupré

fix unit test due to the addition of manyadataapi

2386

d9189c71

2018-05-05

xavier dupré

update requirements

2385

93d90e11

2018-05-05

xavier dupré

fix unit tests

2384

a2e9b323

2018-05-05

xavier dupré

add manydataapi

2383

b5aca47a

2018-05-03

xavier dupré

add api + blog post

2382

5a9c9d86

2018-04-27

xavier dupré

add automatic differenciation

2381

0f4ef200

2018-04-21

xavier dupré

update conda

2380

5f2a29c0

2018-04-20

xavier dupré

add module

2379

c7ac0498

2018-04-19

xavier dupré

update requirements

2377

636269be

2018-04-17

xavier dupré

update requirements

2376

6a663d1d

2018-04-17

xavier dupré

blog post

2375

cf231071

2018-04-16

xavier dupré

cleaning, add snn

2374

de609f8b

2018-04-16

xavier dupré

update requirements

2373

5d78223e

2018-04-14

xavier dupré

fix failing unit test due to the addition of another package

2372

8f5f58f4

2018-04-14

xavier dupré

fix issue #37, replace flake8 by code_style

2371

abe12ed0

2018-04-13

xavier dupré

moving notebooks about spark on sparkouille

2370

aae2b953

2018-04-09

xavier dupré

add sparkouille

2369

3177b6da

2018-04-09

xavier dupré

add links on constraint k-means

2368

c9cacf9b

2018-04-07

xavier dupré

articles, documentation, blog post

2367

1f14d607

2018-04-02

xavier dupré

fix link to waffle

2366

124b2655

2018-04-02

xavier dupré

#45, fix version of chromedriver

2365

992266cd

2018-04-01

xavier dupré

add unit test to check #22 is true

2364

a925de7c

2018-04-01

xavier dupré

add links #22 (not complete)

2363

50ac5412

2018-03-31

xavier dupré

blog post on blockchain

2362

f393a936

2018-03-29

xavier dupré

appeveyor, documentation, texte

2361

feff7657

2018-03-28

xavier dupré

add missing dependencies

2360

1a78c184

2018-03-28

xavier dupré

history, link

2359

0dea7193

2018-03-28

xavier dupré

more links

2358

1480b304

2018-03-26

xavier dupré

misspelling, typo, setup.py

2357

5852394c

2018-03-24

xavier dupré

blog post

2356

b187c7b5

2018-03-23

xavier dupré

update image links

2355

973e3432

2018-03-23

xavier dupré

link

2354

1130ddeb

2018-03-22

xavier dupré

remove one dependency on pymyinstall

2353

c7c17672

2018-03-20

xavier dupré

fix notebook on mpld3

2352

67ed7ffe

2018-03-20

xavier dupré

biblio

2351

42d2571e

2018-03-19

xavier dupré

fix missing question

2350

21734c52

2018-03-19

xavier dupré

refactoring, blog post, fix for pip 9.0.2

2349

1a7c4d53

2018-03-19

xavier dupré

add images

2348

c32c05bc

2018-03-19

xavier dupré

fix documentation

2347

0804939b

2018-03-18

xavier dupré

documentation refactoring

2346

fc206d30

2018-03-17

xavier dupré

links

2345

67b5c563

2018-03-15

xavier dupré

new links

2344

e4915cd8

2018-03-11

xavier dupré

add links

2343

a544cc85

2018-03-11

xavier dupré

update setup.py

2342

ebe2eaf9

2018-03-10

xavier dupré

update travis

2341

8c5960e6

2018-03-10

xavier dupré

remove kartograph

2340

3dac171c

2018-03-09

xavier dupré

move, rename files

2339

96d8321d

2018-03-09

xavier dupré

remove antiseche, moved to papierstat

2338

8bfc4ab3

2018-03-09

xavier dupré

links, blog, recommenders with constraints

2337

ec7045b8

2018-03-08

xavier dupré

links

2336

c4b3f2e2

2018-03-07

xavier dupré

add links

2335

074017d0

2018-03-03

xavier dupré

update requirements

2334

f9dfec98

2018-03-03

xavier dupré

blog post

2333

4d160857

2018-03-02

xavier dupré

fix documentation

2332

05fa61e8

2018-02-28

xavier dupré

fix examples

2331

07704392

2018-02-27

xavier dupré

links

2330

59f06203

2018-02-26

xavier dupré

notebook, links

2329

dbc8b205

2018-02-25

xavier dupré

update requirements

2328

86df50fa

2018-02-25

xavier dupré

documentation, minor corrections

2327

e76fc4e1

2018-02-25

xavier dupré

requirements

2326

acfb4c1d

2018-02-24

xavier dupré

requirements

2325

6ff15711

2018-02-24

xavier dupré

requirements

2324

42142e6a

2018-02-24

xavier dupré

update requirements

2323

3e2ee0f6

2018-02-24

xavier dupré

update requirements, fix unit test

2322

111b37fb

2018-02-24

xavier dupré

document, setup

2321

375749bf

2018-02-21

xavier dupré

articles, requirements

2320

9e916a42

2018-02-20

xavier dupré

add links on deep learning compression

2319

ec5e835e

2018-02-20

xavier dupré

links refactoring

2318

c3c2780d

2018-02-17

xavier dupré

update requirements

2316

bf3d9e5b

2018-02-16

xavier dupré

moved files to papierstat

2315

d77698f5

2018-02-16

xavier dupré

add link

2313

e4932bdc

2018-02-14

xavier dupré

update requirements

2312

c5031893

2018-02-14

xavier dupré

remove revealjs as a dependency

2311

782720f6

2018-02-14

xavier dupré

add links

2310

e81911a4

2018-02-12

xavier dupré

links

2309

59b8f78d

2018-02-09

xavier dupré

update appveyor

2308

714199a4

2018-02-08

xavier dupré

blog

2307

c2890d8c

2018-02-07

xavier dupré

fix misspelling

2305

7cdc60ab

2018-01-30

xavier dupré

add section on optimal transfer

2304

6521090b

2018-01-29

xavier dupré

add a link on reservoir sampling

2302

cfe1d591

2018-01-28

xavier dupré

fix unit test

2301

5b625c26

2018-01-28

xavier dupré

blog calcul distribué

2300

8f412f4e

2018-01-28

xavier dupré

split unit test

2299

9589803c

2018-01-28

xavier dupré

add papier stat

2298

9ea6d66b

2018-01-27

xavier dupré

fix bug (items)

2297

23d124b8

2018-01-27

xavier dupré

fix theano, add a link, fix an issue in a notebook

2296

3244fe3a

2018-01-27

xavier dupré

remarques, documentation

2295

d41c93f0

2018-01-27

xavier dupré

improve a notebook, fix documentation, more links

2294

d8a9553a

2018-01-26

xavier dupré

documentation, links

2293

d5696ce1

2018-01-24

xavier dupré

add links

2292

d5c126e3

2018-01-19

xavier dupré

delayed import for theano

2291

854033a7

2018-01-19

xavier dupré

update jobs

2290

851dd5fd

2018-01-18

xavier dupré

clean

2289

4e4c9700

2018-01-18

xavier dupré

rename, move unit tests

2288

b5920b8b

2018-01-17

xavier dupré

rename unit tests for better testing

2287

2ebbaf07

2018-01-17

xavier dupré

separate unit test with cvxopt

2286

fd233c79

2018-01-17

xavier dupré

delay import cvxopt as it might fail

2285

ace3cca8

2018-01-15

xavier dupré

update documentation configuration

2284

0f84361e

2018-01-11

xavier dupré

better logging

2283

61dfa369

2018-01-10

xavier dupré

pep8

2282

35f99963

2018-01-09

xavier dupré

documentation and a few bug fixes

2281

897d4a68

2018-01-07

xavier dupré

blog

2280

c9c638a8

2018-01-06

xavier dupré

links

2279

20671032

2018-01-04

xavier dupré

add links, projects

2278

2a783f97

2018-01-03

xavier dupré

two more links

2277

cca14d38

2018-01-02

xavier dupré

update license

2276

f10985c3

2017-12-30

xavier dupré

links, update requirements

2275

e5aaf7c4

2017-12-27

xavier dupré

link

2274

33bc8d2e

2017-12-25

xavier dupré

extend notebooks coverage

2273

83e5ba66

2017-12-25

xavier dupré

add more links on deep learning

2272

f379ff9c

2017-12-24

xavier dupré

update requirements for travis

2271

36c10f7c

2017-12-24

xavier dupré

moving xgboost to conda requirements

2270

84f8831f

2017-12-24

xavier dupré

new links, shoter table of contents

2269

039c2486

2017-12-23

xavier dupré

add a link

2268

03622ddd

2017-12-23

xavier dupré

documentation, links, refactoring

2267

fb078101

2017-12-21

xavier dupré

new links

2266

4f2a296e

2017-12-21

xavier dupré

add links and modules

2265

c852d8a9

2017-12-19

xavier dupré

update a unit test with tables

2264

04f04659

2017-12-17

xavier dupré

extend notebook coverage

2263

1c660633

2017-12-16

xavier dupré

add a link

2262

b94fe625

2017-12-13

xavier dupré

a few correction - links

2261

8f201be3

2017-12-13

xavier dupré

correction examen

2260

ea39840b

2017-12-12

xavier dupré

update notebook

2259

bedbab65

2017-12-10

xavier dupré

update notebook with new data and unit test on video

2258

c2d18986

2017-12-09

xavier dupré

fix url

2257

dfc8c74f

2017-12-07

xavier dupré

split unit test

2256

b7359273

2017-12-06

xavier dupré

update test

2255

bca1e53d

2017-12-05

xavier dupré

add links

2254

1a52cd2c

2017-12-04

xavier dupré

links

2253

e3e89a23

2017-12-02

xavier dupré

links and blogs

2252

8ea39a97

2017-12-01

xavier dupré

update notebook

2251

9b187d17

2017-11-30

xavier dupré

fix unit test + link

2250

db72f52e

2017-11-30

xavier dupré

add mlprodict to the list

2249

526a0d2f

2017-11-30

xavier dupré

update jenkins setup

2248

1fc9b9dc

2017-11-30

xavier dupré

update deep unit test

2247

892bc39a

2017-11-30

xavier dupré

number of projects

2246

85a666ee

2017-11-30

xavier dupré

fix notebooks, add new modules, update scripts

2245

da301b34

2017-11-29

xavier dupré

documentation script, python 363

2244

d81e9332

2017-11-29

xavier dupré

fix unut test

2243

ea6555ec

2017-11-29

xavier dupré

fix module name

2242

e379aece

2017-11-29

xavier dupré

links

2241

38374293

2017-11-29

xavier dupré

update all notebooks

2240

4625ce4d

2017-11-28

xavier dupré

catch another exception

2239

177ff88b

2017-11-28

xavier dupré

update unit test

2238

d2905e22

2017-11-28

xavier dupré

catch more exception

2237

e3293ddb

2017-11-28

xavier dupré

change unit test order

2236

0f69f9d1

2017-11-28

xavier dupré

attempt to fix an import

2235

41d60001

2017-11-28

xavier dupré

improve unittest

2234

3774c17d

2017-11-28

xavier dupré

links dtw

2233

e8603c96

2017-11-27

xavier dupré

links

2232

c8f77764

2017-11-23

xavier dupré

better links and titles, split sections

2231

eed65f8c

2017-11-22

xavier dupré

links about deep learning

2230

55b024f7

2017-11-22

xavier dupré

links

2229

08566170

2017-11-22

xavier dupré

fix documentation

2228

65e11639

2017-11-22

xavier dupré

fix missing import in a unit test

2227

540ee453

2017-11-21

xavier dupré

all modules to modify in one place

2225

489abed4

2017-11-20

xavier dupré

links

2224

afbf2a20

2017-11-19

xavier dupré

update setup.py, status

2223

ba6331bb

2017-11-18

xavier dupré

fix unit test about documentation

2222

775327ea

2017-11-18

xavier dupré

add information on recently added modules

2221

a3d7b089

2017-11-18

xavier dupré

jsonpickle, pipelines

2220

31655323

2017-11-18

xavier dupré

add link

2219

88067d37

2017-11-16

xavier dupré

add GAN, lightmlrestapi, blog post

2218

f8ed334b

2017-11-13

xavier dupré

dernier cours, links

2217

41ad6d3e

2017-11-13

xavier dupré

references to deep learning

2216

74c37602

2017-11-13

xavier dupré

move a unit test in SKIP series

2215

be325189

2017-11-13

xavier dupré

update requirements

2214

f63fbd55

2017-11-13

xavier dupré

unit test and roadmap

2213

b2f7a5a0

2017-11-12

xavier dupré

notes for 14/11

2212

76c81c02

2017-11-11

xavier dupré

fix unit tesrt

2211

eac1996f

2017-11-11

xavier dupré

fix documentation

2210

74ccbf9f

2017-11-11

xavier dupré

update status

2209

c5552295

2017-11-11

xavier dupré

move a unit test in SKIP series

2208

6f94408a

2017-11-11

xavier dupré

fix automated build

2207

66c06f7f

2017-11-11

xavier dupré

udpate build, fix a unit test

2206

f1719ffe

2017-11-11

xavier dupré

fix circleci and torch

2205

f8545654

2017-11-11

xavier dupré

update unit test, fix failing notebooks, remove mpld3 in one notebook

2204

5f3a9d83

2017-11-11

xavier dupré

split unit test + add dependency on ete3

2203

78c3a4a3

2017-11-10

xavier dupré

update dependencies (torhc)

2202

94ba607e

2017-11-10

xavier dupré

add fairtest, add links, update unit tests

2201

7c822e62

2017-11-09

xavier dupré

add more on ethics

2200

d1c5e11b

2017-11-09

xavier dupré

add unit test, links, documentation

2199

c8df745b

2017-11-08

xavier dupré

deep learning refactoring

2198

5e9c373d

2017-11-07

xavier dupré

quick addition

2197

8a6c9797

2017-11-07

xavier dupré

add notebooks on ethics

2196

72a0ab37

2017-11-06

xavier dupré

update noteboooks

2195

6e984676

2017-11-06

xavier dupré

skip one test with dask (an issue with pandas 0.21)

2194

4ea3de29

2017-11-06

xavier dupré

tomorrow

2193

4a02f829

2017-11-05

xavier dupré

update jenkins job

2192

4742360d

2017-11-05

xavier dupré

update notebooks

2191

034afeec

2017-11-05

xavier dupré

split unit test, start to put aside those which needs http

2190

e6d51bde

2017-11-05

xavier dupré

links and notebooks on timeseries

2189

dbcd3fd5

2017-11-04

xavier dupré

road map, refactoring

2188

2b18b288

2017-11-04

xavier dupré

additional modules

2187

e42cf0eb

2017-11-03

xavier dupré

no test

2186

853704d4

2017-11-02

xavier dupré

update notebooks

2185

18629a0c

2017-11-01

xavier dupré

update notebooks due to an incompatibility between scipy 1.0 and statsmodels 0.8

2183

1cd3facb

2017-11-01

xavier dupré

links reference

2182

fa62de3b

2017-10-30

xavier dupré

links, articles, blog post

2181

14605d0b

2017-10-26

xavier dupré

links and split a section into 2

2180

05b474ca

2017-10-24

xavier dupré

links, documentation

2179

c9dc8058

2017-10-24

xavier dupré

presentation deep learning

2178

6ef521ec

2017-10-24

xavier dupré

removes a line sphinx gallery does not understand (why?)

2177

260a9cff

2017-10-24

xavier dupré

lien vers un tutoriel

2176

7755af12

2017-10-24

xavier dupré

disable unit test on travis

2175

95316681

2017-10-23

xavier dupré

split unit test remove a link not supported in the documentation

2174

aaa39a85

2017-10-23

xavier dupré

update status

2173

5706223d

2017-10-23

xavier dupré

update noebooks, split unit test for travis

2172

b470e5a4

2017-10-23

xavier dupré

change image

2171

c9c39b55

2017-10-23

xavier dupré

feuille de route, automation

2170

d3c13acf

2017-10-23

xavier dupré

couple of links for transfer learning

2169

221e8b50

2017-10-23

xavier dupré

more deep learning, refactor some parts

2168

529a2300

2017-10-23

xavier dupré

dimensionality reduction

2167

d04e0432

2017-10-23

xavier dupré

documentation - links

2165

c574b525

2017-10-20

xavier dupré

add notebook number due to notebook 5.1.0

2164

4e80bbd5

2017-10-19

xavier dupré

extend notebook coverage

2163

043405d9

2017-10-18

xavier dupré

catch warning around keyring

2162

c00c3a23

2017-10-18

xavier dupré

add example about ROC

2161

ebe13b36

2017-10-18

xavier dupré

update a few things, documentation, typo

2160

8360ba35

2017-10-17

xavier dupré

update notebook + unit test

2159

e235dc47

2017-10-17

xavier dupré

night modification, stat, eco, notebooks

2158

822f79e8

2017-10-16

xavier dupré

add notebook about machine learning on encrypted data

2157

5daf33fc

2017-10-14

xavier dupré

update crypto

2156

4f37cc02

2017-10-13

xavier dupré

catch an exception in a notebook

2155

81bec931

2017-10-13

xavier dupré

add additional paths

2154

adc21af3

2017-10-13

xavier dupré

fix unit test

2153

7fdecfb7

2017-10-12

xavier dupré

tries to fix an import issue

2152

40eba713

2017-10-12

xavier dupré

add yolo, ssd, notebook for td2a, update on j2048

2151

ddcf8465

2017-10-11

xavier dupré

fix misspelling

2150

c5cd6c0e

2017-10-11

xavier dupré

add notebooks on 2028

2149

8da6a9d7

2017-10-10

xavier dupré

documentation, links

2148

3d3eec4e

2017-10-10

xavier dupré

pep

2147

4a1cb0aa

2017-10-09

xavier dupré

update feuille de route + examples

2146

d2543be9

2017-10-09

xavier dupré

example on clustering + documentation

2145

5e6648f8

2017-10-08

xavier dupré

add notebook + setup.py

2144

5dc76c12

2017-10-08

xavier dupré

feuille de route

2143

80d44e2f

2017-10-08

xavier dupré

clean

2142

0f7921e6

2017-10-07

xavier dupré

fix setup.py

2141

b9688f7e

2017-10-07

xavier dupré

documentation + update setup.py

2140

66320e21

2017-10-07

xavier dupré

clean, refactor, links, machine learning

2139

dd5329f4

2017-10-07

xavier dupré

update requirements

2138

71d25c88

2017-10-06

xavier dupré

switch log

2137

d88d691f

2017-10-06

xavier dupré

update jenkins job

2136

763abeee

2017-10-06

xavier dupré

fix unit test, documentation, completes a notebook

2135

685ca0ad

2017-10-04

xavier dupré

fix notebooks

2134

ed333283

2017-10-04

xavier dupré

image

2133

c62740e6

2017-10-03

xavier dupré

notebook and feuille de route

2132

7081d28a

2017-10-03

xavier dupré

Merge pull request #36 from zanospi/master

2131

72726269

2017-10-03

xavier dupré

add correction to previous notebook

2130

343278f1

2017-10-02

xavier dupré

update feuille de route + notebook

2129

9a1756a6

2017-10-02

xavier dupré

add data

2128

020da890

2017-10-02

xavier dupré

links

2127

5fd6976b

2017-10-01

xavier dupré

fix documentation issue

2126

784124d4

2017-10-01

xavier dupré

fix documentation

2125

1a116139

2017-10-01

xavier dupré

add links

2124

dfe168b3

2017-10-01

xavier dupré

search around the dice problem

2123

8772a966

2017-10-01

xavier dupré

finalize the algorith on dice straight

2122

4af39a76

2017-09-30

xavier dupré

links, ressources

2121

a3150a47

2017-09-30

Romuald M

iterator correction proposal (RM)

2120

166b8bc7

2017-09-28

xavier dupré

update requirements

2119

0fb2e836

2017-09-28

xavier dupré

add first sketch for the solution

2118

f0c74172

2017-09-27

xavier dupré

couple of tiny additions

2117

701856d6

2017-09-25

xavier dupré

change titles

2116

9f3febd4

2017-09-25

xavier dupré

more about measuring performance

2115

5d3186f0

2017-09-25

xavier dupré

add code with SIMD to implement a linear regression

2114

efe13cc0

2017-09-25

xavier dupré

add notebook on cffi

2113

96a01a54

2017-09-24

xavier dupré

enable a disable test

2112

870b919e

2017-09-24

xavier dupré

notebook from Anne

2111

403a14e2

2017-09-24

xavier dupré

add notebooks on pandas iterators

2110

d457d440

2017-09-24

xavier dupré

extend notebook coverage

2109

397af48b

2017-09-22

xavier dupré

move images, remove a function

2108

99282fe4

2017-09-22

xavier dupré

disable recent version of tqdm

2107

ab4246ab

2017-09-22

xavier dupré

update ci

2106

253a9586

2017-09-22

xavier dupré

fix unit test

2105

41aad810

2017-09-22

xavier dupré

blog + image + new module + notebook

2104

cfdf1e0b

2017-09-20

xavier dupré

fix index issue in a notebook + image issue in a blog post

2103

85ab3baf

2017-09-20

xavier dupré

blog post

2102

e7b7b48a

2017-09-20

xavier dupré

fix notebook link

2101

4ef4f6f9

2017-09-20

xavier dupré

fix encoding

2100

4fbc23d4

2017-09-20

xavier dupré

fix links, add blog post

2099

d8852687

2017-09-18

xavier dupré

fix unit tests on algos

2098

3c1879d6

2017-09-18

xavier dupré

change title

2097

5fc34b40

2017-09-18

xavier dupré

enable disabled unit tests

2096

2e479118

2017-09-18

xavier dupré

update unit test, avoid testing twice the same notebook

2095

73d254d4

2017-09-18

xavier dupré

fix links and catch another exception

2094

61c625bf

2017-09-18

xavier dupré

competition + rename a unit test

2093

a1cd11ac

2017-09-17

xavier dupré

update unit test for jenkins and circleci

2092

039b8473

2017-09-17

xavier dupré

split a unit test

2091

e87b7799

2017-09-17

xavier dupré

feuille de route

2090

35ec0efe

2017-09-17

xavier dupré

fix missing image in unit test

2089

63a031dd

2017-09-17

xavier dupré

rerun notebook, update them

2088

38c6aa37

2017-09-17

xavier dupré

remove .ix, others fixes for unit test

2087

ce6bd4a9

2017-09-17

xavier dupré

update route 2017

2086

be2f22df

2017-09-17

xavier dupré

change : into - for all notebook titles

2085

91ecb0d8

2017-09-17

xavier dupré

fixes references, internal links, voice on remote machine

2084

5a7b208d

2017-09-17

xavier dupré

rename a notebook, move it to SKIP, move an image

2083

03278ec6

2017-09-17

xavier dupré

feuille de route

2082

0470047c

2017-09-16

xavier dupré

split unit test, move images

2081

7c043e6f

2017-09-16

xavier dupré

split a unit test, tries to fix an issue with a DLL not found

2080

0d1c58d3

2017-09-16

xavier dupré

disable unit test based on pytables on appveyor

2079

e1adf5ba

2017-09-16

xavier dupré

fix unit test for appveyor

2078

acdc5358

2017-09-16

xavier dupré

update, simplification, update links

2077

986dc0f7

2017-09-16

xavier dupré

update default location for jenkins build

2076

c0616269

2017-09-15

xavier dupré

update requirements

2075

62420623

2017-09-15

xavier dupré

update requirements

2074

dbb78f45

2017-09-15

xavier dupré

update requirements

2073

0b956b83

2017-09-15

xavier dupré

extend notebook coverage, update spark version

2072

44e0158b

2017-09-14

xavier dupré

links

2071

5973c5ff

2017-09-12

xavier dupré

blog post + revisit all notebook titles

2070

198ccb12

2017-09-12

xavier dupré

notebook et feuille de route

2069

442727ea

2017-09-11

xavier dupré

make a test on a notebook faster

2068

e48e6c03

2017-09-11

xavier dupré

split a unit test

2067

c09c0683

2017-09-11

xavier dupré

notebook on performance for k-nn

2066

fa0e4529

2017-09-10

xavier dupré

fix recently added unit test

2065

b7e55a46

2017-09-10

xavier dupré

update requirements, fix notebooks in LONG series

2064

69441c34

2017-09-10

xavier dupré

fix encoding issue

2063

7ac8cb02

2017-09-10

xavier dupré

move one test to long series

2062

6905bd70

2017-09-10

xavier dupré

update titles, summaries

2061

592cc69f

2017-09-10

xavier dupré

revisit summaries, fix unit test

2060

8f63a949

2017-09-10

xavier dupré

rename, summaries, fix unit test

2059

380e8e30

2017-09-10

xavier dupré

update requirements

2058

6284c016

2017-09-10

xavier dupré

update summaries, move a couple of notebooks

2057

ed02e928

2017-09-10

xavier dupré

fix failing unit tests

2056

641ce120

2017-09-10

xavier dupré

update notrebook title

2055

982277a1

2017-09-09

xavier dupré

title for spark notebooks

2054

1b40e3f2

2017-09-09

xavier dupré

change title

2053

25023ab8

2017-09-09

xavier dupré

titles, split one notebook

2052

9414c9c2

2017-09-09

xavier dupré

update notebook titles

2051

c6718847

2017-09-09

xavier dupré

update title and appveyor

2050

4767f111

2017-09-09

xavier dupré

fix unit testabout notebooks

2049

eb41090d

2017-09-09

xavier dupré

fix folder misspelling

2048

306fe5a8

2017-09-09

xavier dupré

update unit tests after a notebook was moved.

2047

320552bf

2017-09-09

xavier dupré

revisit notebooks, add more information, remove a couple of them

2046

2ad984e0

2017-09-08

xavier dupré

clean the notebook, add title, add a couple of bullets

2045

65bd05d6

2017-09-08

xavier dupré

extend unit test coverage

2044

11aa0af7

2017-09-08

xavier dupré

more links, cleaning

2043

e44c1613

2017-09-05

xavier dupré

link + skip a couple of unit tests

2042

0260f6a9

2017-09-05

xavier dupré

update notebook title sections

2041

d476c640

2017-09-05

xavier dupré

link

2040

8264b790

2017-09-05

xavier dupré

update rendering of notebook gallery + notebook on decorrelation

2039

2dbf25c6

2017-09-04

xavier dupré

pep8

2038

4badb641

2017-09-04

xavier dupré

split unit test, remove files

2037

72d25c2f

2017-09-04

xavier dupré

add dependency for appveyor

2035

6d6f1c0b

2017-09-03

xavier dupré

remove pdf conversion for notebook by default, fix unit test on travis and appveyor

2034

d658a039

2017-09-03

xavier dupré

rename a class, prefix underscore

2033

b1c1bd9e

2017-09-03

xavier dupré

modifies setup

2032

e0b71a1a

2017-09-03

xavier dupré

lighter build

2031

afa9b129

2017-09-03

xavier dupré

fix unit test, disable unit test on h2o

2030

31d64e39

2017-09-03

xavier dupré

add notebook on quicksort and graph

2029

b3c92d16

2017-09-03

xavier dupré

add notebook about SQL, split a unit test

2028

6620745d

2017-09-02

xavier dupré

update unit test add a notebook

2027

aa7aa464

2017-09-02

xavier dupré

fix requirements

2026

3e34a317

2017-09-02

xavier dupré

increase notebook coverage

2025

848268cd

2017-09-02

xavier dupré

update presentation

2024

259a4010

2017-09-01

xavier dupré

documentation and notebooks

2023

4279ac9a

2017-08-30

xavier dupré

add source + fix an encoding issue

2022

e7e32641

2017-08-30

xavier dupré

check title on notebooks

2021

c41665ed

2017-08-30

xavier dupré

add license

2020

6c126e9c

2017-08-30

xavier dupré

add unit test to test ensae_sklearn + include them to the website

2019

3f2edf6d

2017-08-29

xavier dupré

reduce the number of iteration to test keras

2018

4c4880e9

2017-08-29

xavier dupré

split a unit test, disable another one on travis

2017

3c1ac024

2017-08-29

xavier dupré

remove one notebook from travis

2016

73ca1943

2017-08-29

xavier dupré

add unit test to test a notebook

2015

5ed99935

2017-08-29

xavier dupré

two notebook about guessing a language

2014

eb12f4f9

2017-08-28

xavier dupré

pep8 + a few links + fix for ci

2013

53edb646

2017-08-28

xavier dupré

fix missing import

2012

1d9dbb09

2017-08-28

xavier dupré

fix a couple of unit test on travis and appveyor

2011

a70c2ac4

2017-08-28

xavier dupré

documentation, faster unit test

2010

54f2755d

2017-08-27

xavier dupré

requirements

2009

d2f050ca

2017-08-27

xavier dupré

requirements

2008

47376064

2017-08-27

xavier dupré

update rquirements

2007

59bbb454

2017-08-27

xavier dupré

requirmeents

2006

3994caf9

2017-08-27

xavier dupré

requirements

2005

f979e318

2017-08-27

xavier dupré

requirements + unit tests

2004

3190d2bd

2017-08-26

xavier dupré

fix requirements and exceptions

2003

0b75b3b4

2017-08-26

xavier dupré

tries to fix pygame by stilling their travis.yml

2002

a9df88a2

2017-08-26

xavier dupré

better exception for suivi

2001

8377f6c4

2017-08-26

xavier dupré

circleci + pygame

2000

ecbe68de

2017-08-26

xavier dupré

other approach for pygame

1999

4a6a5d9d

2017-08-26

xavier dupré

update unit test for circleci

1998

0436eb0e

2017-08-26

xavier dupré

rquirements + bugs circleci

1997

86dfbf23

2017-08-26

xavier dupré

requirements for circlecli

1996

e28e7327

2017-08-26

xavier dupré

requirements

1995

03285195

2017-08-26

xavier dupré

updte requiremens

1994

60282c17

2017-08-26

xavier dupré

fix for circleci

1993

358e55b0

2017-08-26

xavier dupré

requirements, reduce duration of a unit test

1992

1e9006a8

2017-08-26

xavier dupré

requirements

1991

1439f65e

2017-08-26

xavier dupré

requirements

1990

dddddc5c

2017-08-26

xavier dupré

requirements

1989

613e928d

2017-08-26

xavier dupré

requirements

1988

02dc340b

2017-08-26

xavier dupré

requirements

1987

9d27c073

2017-08-26

xavier dupré

requirements

1986

023267b2

2017-08-26

xavier dupré

updtae build + links + documentation

1985

c9b178d4

2017-08-25

xavier dupré

status + documentation

1984

d162a802

2017-08-24

xavier dupré

rename files

1983

391fe8d0

2017-08-24

xavier dupré

status

1982

ec9492cb

2017-08-24

xavier dupré

fix unit test running a notebook

1981

0a3410a0

2017-08-24

xavier dupré

update notebooks

1980

d2c1eca7

2017-08-24

xavier dupré

rename a file

1979

f69d06c6

2017-08-24

xavier dupré

pep8

1978

b3775cb2

2017-08-24

xavier dupré

add notebook and images

1977

b92480de

2017-08-23

xavier dupré

add section deep trees

1976

8710e4ef

2017-08-23

xavier dupré

circleci

1975

544759a7

2017-08-23

xavier dupré

move files

1974

83f6552b

2017-08-23

xavier dupré

remove copy of layout html2 + 1Ap

1973

c88f0bc7

2017-08-23

xavier dupré

update builds, move unit tests

1972

1489cb6e

2017-08-23

xavier dupré

exercise on graphs

1971

9b53f479

2017-08-23

xavier dupré

remove presentation

1967

1e3c0398

2017-08-22

xavier dupré

remove one version of the website

1966

cb2eacec

2017-08-22

xavier dupré

refactoring

1965

29701ae7

2017-08-21

xavier dupré

revisit 1A

1964

97807fcb

2017-08-20

xavier dupré

update installation instruction for deep learning

1963

dd6234ce

2017-08-20

xavier dupré

update status

1962

259b5289

2017-08-19

xavier dupré

coding style

1961

997244cd

2017-08-19

xavier dupré

add foolbox + minor fix in td1a

1960

4189f4d5

2017-08-19

xavier dupré

add tutorial on using continuous integration

1959

b06c3d52

2017-08-19

xavier dupré

add notebook on ci

1958

b5410e3c

2017-08-17

xavier dupré

fix missing variable

1957

c10982f8

2017-08-17

xavier dupré

update unit test on deep learning + move unit test on notebooks

1956

0b7eea1c

2017-08-17

xavier dupré

handle voices in win32

1954

3b35374e

2017-08-16

xavier dupré

notions

1953

6c5b3f52

2017-08-16

xavier dupré

ci status + plan 2017

1952

9472dbdd

2017-08-16

xavier dupré

fix a notebook unit test

1951

90543f96

2017-08-16

xavier dupré

fix unit test, add summary to notebooks

1950

8886440b

2017-08-15

xavier dupré

update notebook unittests to compute coverage

1949

c087f9e4

2017-08-12

xavier dupré

update notebook

1948

517516fa

2017-08-11

xavier dupré

move galleries antiseches

1947

42ec9b9e

2017-08-10

xavier dupré

examples + fix notebook with API

1946

9ca02d49

2017-08-10

xavier dupré

anti-seche

1945

e5acd581

2017-08-09

xavier dupré

add unit test for a notebook

1944

cc3b0b8c

2017-08-09

xavier dupré

update teachings

1943

a95ea5fc

2017-08-08

xavier dupré

update readme

1942

d475f2f6

2017-08-08

xavier dupré

update questions

1941

95948def

2017-08-08

xavier dupré

licence + unit test fix

1940

99db71ee

2017-08-07

xavier dupré

relecture des exercices de 1A

1939

e87e185a

2017-08-06

xavier dupré

update first pages

1938

421d183c

2017-08-03

AlexisEidelman

lien vers le bon repo pour l’anonymisation

1937

b97baf5c

2017-08-03

xavier dupré

documentation and blog post

1936

2ab3cc86

2017-08-03

xavier dupré

fix notebook with selenium

1935

9db9d485

2017-08-02

xavier dupré

pep8

1933

170780d9

2017-08-02

xavier dupré

update notebook and travis build

1932

3eb28fec

2017-07-26

xavier dupré

more links

1931

7edb55dc

2017-07-20

xavier dupré

put back missing file

1930

ade69570

2017-07-20

xavier dupré

add chapter on missing values

1929

38c0da37

2017-07-20

xavier dupré

fix notebooks after seaborn update

1928

56ed79ac

2017-07-17

xavier dupré

update one unit test after a project on github

1927

1a932c21

2017-07-17

xavier dupré

add an example about automation

1926

c51aa0a1

2017-07-17

xavier dupré

documentation + new links

1925

2888b56f

2017-07-13

xavier dupré

move scripts to _automation

1924

c1d9561e

2017-07-08

xavier dupré

fix a unit test failing due to time

1923

b256080c

2017-07-08

xavier dupré

links + project for 1A

1922

4b83be6b

2017-07-02

xavier dupré

pep8

1921

dd2d298f

2017-07-02

xavier dupré

improve example to publish website

1920

3c23ece9

2017-07-01

xavier dupré

stop testing again 3.5

1919

cb75a2e7

2017-07-01

xavier dupré

update dependencies for travis

1918

abd96425

2017-07-01

xavier dupré

enable 3.6 on travis

1917

14074e8c

2017-07-01

xavier dupré

update status

1916

ba1e7d74

2017-07-01

xavier dupré

update script in bin

1915

518c8846

2017-06-30

xavier dupré

update unit tests (add one more project)

1914

87032686

2017-06-30

xavier dupré

add cpyquickhelper

1913

1499cd6a

2017-06-29

xavier dupré

update setup.py

1912

7fa6b250

2017-06-29

xavier dupré

35 to 36

1911

05fe74df

2017-06-25

xavier dupré

add new modules

1910

44b5284a

2017-06-25

xavier dupré

add links to modules

1909

bd468d15

2017-06-25

xavier dupré

update notebooks summary

1908

a98f0139

2017-06-24

xavier dupré

add links for deep learning

1907

b47e6f49

2017-06-24

xavier dupré

add more link

1906

5d0a7752

2017-06-22

xavier dupré

fix notebook on sncf

1905

16f3fb5f

2017-06-21

xavier dupré

update notes

1902

78045a7a

2017-06-19

xavier dupré

update two notebooks (SNCF)

1901

ad41c562

2017-06-18

xavier dupré

update notebook on one exam correction

1900

0fabccf1

2017-06-17

xavier dupré

more links + fix an issue due to numpy 1.13 (a warning became an error)

1899

b12ad60d

2017-06-16

xavier dupré

update script

1898

6a03f003

2017-06-16

xavier dupré

split a page into multiple

1897

b55b262d

2017-06-13

xavier dupré

add a few links

1896

65a42eb4

2017-06-11

xavier dupré

update script to publish documentation

1895

9ada9373

2017-06-11

xavier dupré

update jenkins build

1894

b206f7b5

2017-06-10

xavier dupré

add a link

1893

da72b5e9

2017-06-05

xavier dupré

links

1891

9d2aaaf2

2017-06-01

xavier dupré

fix a couple of issues (pandas update, yahoo finance)

1890

563d0d39

2017-06-01

xavier dupré

catch an exception

1889

e0bc4b5a

2017-05-31

xavier dupré

add links

1888

ad4aef58

2017-05-25

xavier dupré

update projects automation

1887

750429b9

2017-05-25

xavier dupré

fix publishing

1886

b89b4fe0

2017-05-25

xavier dupré

links in diagonal

1885

be0be389

2017-05-24

xavier dupré

sort –> sort_values

1884

bfad4d08

2017-05-23

xavier dupré

link and modules

1883

57b1a977

2017-05-23

xavier dupré

fix path in jenkins job definition

1882

13012b64

2017-05-22

xavier dupré

update setup.py

1881

1e5bcebf

2017-05-22

xavier dupré

update jenkins_build

1880

0716392d

2017-05-21

xavier dupré

update setup.py

1879

cc98d5e1

2017-05-21

xavier dupré

add jenkins extension

1878

363b8293

2017-05-20

xavier dupré

links

1877

a4f773ea

2017-05-15

xavier dupré

new links

1876

7ec98a7d

2017-05-15

xavier dupré

add link

1875

b87ccaf1

2017-05-14

xavier dupré

fix import issue with tkinterquickhelper

1874

741e6b0e

2017-05-14

xavier dupré

fix readme.rst

1873

172a3553

2017-05-14

xavier dupré

update example with missing module

1872

eca19333

2017-05-13

xavier dupré

new reference on auto learning

1871

6e4238d4

2017-05-12

xavier dupré

update example

1870

c2a45c57

2017-05-11

xavier dupré

fix two unit tests

1869

6a01aaa6

2017-05-11

xavier dupré

rename np into numpy

1868

6be70e95

2017-05-10

xavier dupré

upfate unit test

1867

281707d4

2017-05-10

xavier dupré

update notebook on BJKST

1866

4feb7ad1

2017-05-10

xavier dupré

modify an example to skip exception

1865

367d9e3b

2017-05-09

xavier dupré

update imports

1864

7e8a5bcf

2017-05-08

xavier dupré

link on text

1863

2b138ef6

2017-05-08

xavier dupré

fix one unit test involving jenkins

1862

a05fe739

2017-05-08

xavier dupré

add tkinterquickhelper

1860

1d44eed4

2017-05-08

xavier dupré

add tkinterquickhelper

1859

31ff8efc

2017-05-07

xavier dupré

reduce image logo size

1858

230a0689

2017-05-05

xavier dupré

add ethical machine learning

1856

7a81b9a4

2017-05-03

xavier dupré

add a couple of new references

1855

6421942d

2017-05-03

xavier dupré

fix documentation

1854

60509816

2017-05-03

xavier dupré

update nolabel

1853

2efd23fb

2017-05-02

xavier dupré

captions

1852

471f9873

2017-05-02

xavier dupré

image to figure

1851

760dd6ce

2017-05-02

xavier dupré

no label training

1850

33e85591

2017-04-27

xavier dupré

documentation + better exceptions

1849

427ecde7

2017-04-26

xavier dupré

references from dotAI

1848

83bb6979

2017-04-25

xavier dupré

update examples

1847

f8011ec6

2017-04-24

xavier dupré

add function convert_image + notebook summary

1846

99b8954e

2017-04-23

xavier dupré

update unit test

1844

46354048

2017-04-23

xavier dupré

update script to build rss

1843

ab474127

2017-04-22

xavier dupré

documentation configuration

1842

50ad5b38

2017-04-22

xavier dupré

documentation configuration

1841

449df25a

2017-04-22

xavier dupré

pep8

1840

07be791f

2017-04-22

xavier dupré

pep8

1838

ce9d1383

2017-04-19

xavier dupré

lien

1837

40a98808

2017-04-18

xavier dupré

update documentation configuration

1836

190005f0

2017-04-17

xavier dupré

modify scripts

1835

fcc88b00

2017-04-17

xavier dupré

update unit test for linux

1834

a8bfe0a7

2017-04-17

xavier dupré

3A: new references

1833

49772fc1

2017-04-16

xavier dupré

update unit test

1832

115c4592

2017-04-16

xavier dupré

update unit test on homeblog

1831

cb32d72d

2017-04-16

xavier dupré

rename a function

1830

a2e83e0c

2017-04-16

xavier dupré

add unit test on homeblog

1829

059f3076

2017-04-11

xavier dupré

add links to framework for distributed computation

1828

c3dde01b

2017-04-11

xavier dupré

add link

1827

d130faf8

2017-04-08

xavier dupré

disable a unit test + link

1826

41942981

2017-04-06

xavier dupré

pep8

1825

0b0d5583

2017-04-06

xavier dupré

update debuter un projet

1824

355f3121

2017-04-06

xavier dupré

update voice reco

1823

82c62a5a

2017-04-06

xavier dupré

update c# for voice

1822

d4420e23

2017-04-05

xavier dupré

add link

1821

12079514

2017-04-02

xavier dupré

update unit test

1820

65705bd9

2017-03-31

xavier dupré

update code for speech recognition

1819

0981c87a

2017-03-31

xavier dupré

add function to call an api to recognize the voice

1818

e798a0dd

2017-03-29

xavier dupré

update unit test

1817

5bbea936

2017-03-25

xavier dupré

links

1816

672994ba

2017-03-22

xavier dupré

apprentissage sans labels

1815

9c4c515e

2017-03-20

xavier dupré

add links and references

1814

72647c8c

2017-03-20

xavier dupré

update notebook

1813

bdc1f3c0

2017-03-20

xavier dupré

documentation, links

1812

7c5a8edb

2017-03-18

xavier dupré

update unit test

1811

0a88b72e

2017-03-18

xavier dupré

rename unit test files

1810

2d8d0c31

2017-03-18

xavier dupré

reduce the number of files for requirements

1809

21a2d7ea

2017-03-17

xavier dupré

fix a few minor bugs

1808

1dc4226f

2017-03-16

xavier dupré

update python runtime

1807

a745e10e

2017-03-16

xavier dupré

update requirements

1806

30542962

2017-03-16

xavier dupré

links, papers

1805

b3d33dbf

2017-03-15

xavier dupré

links

1804

0be2ef1c

2017-03-12

xavier dupré

add a link

1803

22326c38

2017-03-12

xavier dupré

catch an error (automation)

1802

38083038

2017-03-12

xavier dupré

update unit tests

1801

17cd49f5

2017-03-11

xavier dupré

update script

1800

d05d3ac9

2017-03-11

xavier dupré

références

1799

5fb3e772

2017-03-10

xavier dupré

article

1798

4d80d081

2017-03-08

xavier dupré

quick fix

1797

f98fa557

2017-03-08

xavier dupré

add references and modules

1796

4feb4395

2017-03-06

xavier dupré

add notebook about clustering

1795

330731f5

2017-03-05

xavier dupré

add notebook BJKST from Gilles Drigout

1794

84e12206

2017-03-04

xavier dupré

fix regular expresssion

1793

0227e566

2017-03-03

xavier dupré

link and documentation

1792

73302c27

2017-03-01

xavier dupré

bug in notebook + new link

1791

9d615c3f

2017-02-28

xavier dupré

update script example

1790

7eb6d739

2017-02-28

xavier dupré

links and documentation

1789

5e4be4bd

2017-02-26

xavier dupré

cours 3A

1788

ddec445e

2017-02-25

xavier dupré

blog post + documentation

1787

4f8b5901

2017-02-23

xavier dupré

leava pygame

1786

1d95392b

2017-02-23

xavier dupré

move a script to the example fodler

1785

3fc3bed0

2017-02-23

xavier dupré

remove two files

1784

2ce60c0c

2017-02-23

xavier dupré

move two files

1783

e0a91328

2017-02-23

xavier dupré

jenkins

1782

24e83496

2017-02-23

xavier dupré

fix jenkins unit test

1781

e508b0cf

2017-02-23

xavier dupré

fixes a few unit test using matplotlib

1780

d5a99400

2017-02-23

xavier dupré

update around matplotlib unit test

1779

717486cb

2017-02-21

xavier dupré

adding script back

1778

5b4f688d

2017-02-21

xavier dupré

update scripts

1777

1523e365

2017-02-21

xavier dupré

update paths

1776

5b4b891c

2017-02-21

xavier dupré

correction rattrapage

1775

76265ff8

2017-02-17

xavier dupré

update jenkins anaconda

1774

8d3108b4

2017-02-17

xavier dupré

update path

1773

3ca6f8ee

2017-02-16

xavier dupré

update jenkins winpython

1772

2b586ce5

2017-02-16

xavier dupré

add reference

1771

8afc5471

2017-02-15

xavier dupré

blog post links

1770

5c85f15a

2017-02-14

xavier dupré

add module

1768

e2d8dde4

2017-02-12

xavier dupré

pep8

1767

d1b33fa3

2017-02-12

xavier dupré

documentation and pythonnet

1766

cc357edd

2017-02-12

xavier dupré

update appveyor

1765

e2b96228

2017-02-12

xavier dupré

fix for travis

1764

d6b6bd3e

2017-02-12

xavier dupré

update for travis

1763

a9981827

2017-02-12

xavier dupré

update travis and unit test

1762

72b860d5

2017-02-12

xavier dupré

update travis

1761

4b1c294d

2017-02-12

xavier dupré

update travis

1760

0ed215e5

2017-02-12

xavier dupré

update travis build

1759

c4a75362

2017-02-12

xavier dupré

update travis build

1758

b7d12e44

2017-02-12

xavier dupré

update travis

1757

3069a602

2017-02-12

xavier dupré

update appveyor

1756

dc3c5827

2017-02-12

xavier dupré

update travis

1755

88f50972

2017-02-12

xavier dupré

link and documentation

1754

2cd3200b

2017-02-09

xavier dupré

documentation fixes

1753

b85c5b61

2017-02-09

xavier dupré

links

1752

4530acd1

2017-02-08

xavier dupré

update travis build

1751

648e9bae

2017-02-08

xavier dupré

add support for Python 3.6 + example to send mails

1750

fce56a61

2017-02-07

xavier dupré

example + links

1746

33c59145

2017-02-02

xavier dupré

pep8

1745

f1e26573

2017-02-01

xavier dupré

documentation + deep learning

1744

f7232bcd

2017-01-31

xavier dupré

pep8

1743

6138bbf1

2017-01-31

xavier dupré

references

1742

7ced4d92

2017-01-31

xavier dupré

documentation, streaming algorithmes

1741

73426390

2017-01-20

xavier dupré

a few link

1740

031f8e15

2017-01-18

xavier dupré

update travis build

1739

31db4a11

2017-01-18

xavier dupré

update travis

1738

53ab7707

2017-01-17

xavier dupré

fix a bug in travis build

1737

96222d7b

2017-01-17

xavier dupré

update travis build

1736

d649a01f

2017-01-15

xavier dupré

documentation and gpu

1735

50ef4ed9

2017-01-11

xavier dupré

update settings instructions

1734

bf4aed3d

2017-01-09

xavier dupré

pep8

1733

2015365d

2017-01-09

xavier dupré

update links and documentation

1732

f1c5ccc1

2017-01-09

xavier dupré

blog psot

1731

32e182c1

2017-01-08

xavier dupré

update publishing

1730

afd54c85

2017-01-07

xavier dupré

update instructions for R, fix unit test for R

1729

2595f92e

2017-01-07

xavier dupré

minor corrections + test on theano

1728

109f18ee

2017-01-06

xavier dupré

update jenkins build

1727

e68b2875

2017-01-06

xavier dupré

delay import to test an import issue on travis

1726

dd5855f9

2017-01-06

xavier dupré

documentation, fix an issue after an update of forestci

1725

f7a741dc

2017-01-06

xavier dupré

update for cross_validation

1724

3e9efb51

2017-01-05

xavier dupré

fix two unit tests

1723

30ff415f

2017-01-05

xavier dupré

update script

1722

a90bb858

2017-01-05

xavier dupré

links, documentation

1721

3fabcfd0

2017-01-03

xavier dupré

documentation + getting started

1720

23ad51cb

2017-01-03

xavier dupré

links + information about getting started

1719

88ab3232

2017-01-02

xavier dupré

update python 27 path

1718

9f9e1ddc

2017-01-02

xavier dupré

update default configuration to run unit trests

1717

67e68eb8

2017-01-01

xavier dupré

update script to produce jenkins jobs

1716

e3752306

2017-01-01

xavier dupré

add python 3.6 for ci

1715

3aba072a

2017-01-01

xavier dupré

fix unit test + documentation

1714

5f216a0e

2017-01-01

xavier dupré

rst cleaning

1713

7e821b55

2017-01-01

xavier dupré

rst cleaning back

1712

eca99ebf

2017-01-01

xavier dupré

blog pos

1711

32eec4f4

2016-12-31

xavier dupré

rst cleaning

1710

ae268ba9

2016-12-30

xavier dupré

update readme

1708

ce5c958d

2016-12-29

xavier dupré

add markdown links

1707

08db5aaf

2016-12-29

xavier dupré

updatye links

1706

73039359

2016-12-29

xavier dupré

rst cleaning

1705

1de8369b

2016-12-28

xavier dupré

explicit link to notebooks

1704

0987e38f

2016-12-28

xavier dupré

add conf + readme.txt

1703

d6436579

2016-12-26

xavier dupré

add logging

1702

9da78f81

2016-12-26

xavier dupré

update automated scripts

1701

6a0ab219

2016-12-25

xavier dupré

documentation configuration

1700

942cfdb7

2016-12-24

xavier dupré

fix script fetching mails

1698

61b06840

2016-12-22

xavier dupré

add automation scripts

1697

2c3aa8fd

2016-12-21

xavier dupré

fix documentation bugs

1696

c1589908

2016-12-21

xavier dupré

change output

1695

6685d1e4

2016-12-20

xavier dupré

blog post

1693

64a5c552

2016-12-18

xavier dupré

update gitignore

1692

b9f47d32

2016-12-18

xavier dupré

notebook spark

1691

64ed2598

2016-12-18

xavier dupré

fix exams

1690

99ab1f82

2016-12-17

xavier dupré

update readme

1689

0e55f4a2

2016-12-17

xavier dupré

correction td noté

1688

cc93a473

2016-12-17

xavier dupré

update for exam

1687

097e61c2

2016-12-16

xavier dupré

links

1686

2850cedb

2016-12-14

xavier dupré

links

1685

f56bb249

2016-12-13

xavier dupré

add links, references, typo

1684

d8e2018c

2016-12-13

xavier dupré

add notebook on spark

1683

75cd5e4d

2016-12-11

xavier dupré

algo

1682

cc113ef0

2016-12-10

xavier dupré

pep8

1681

8dbe92ee

2016-12-10

xavier dupré

pep8

1680

3b0721bd

2016-12-10

xavier dupré

notebooks links 1A

1679

0f89d3bd

2016-12-10

xavier dupré

links

1678

acd86f13

2016-12-09

xavier dupré

update links

1677

dd98b307

2016-12-09

xavier dupré

better error message

1676

edf47556

2016-12-09

xavier dupré

fix unit test failing

1675

b5d5e17b

2016-12-09

xavier dupré

add notebook for tomorrow

1674

5900ae6f

2016-12-08

xavier dupré

fix a couple of notebooks + links

1673

17949b8a

2016-12-07

xavier dupré

update instructions

1672

2fa76f18

2016-12-07

xavier dupré

update instructions on spark

1671

7407bae7

2016-12-06

xavier dupré

update ignore

1670

7f3f124e

2016-12-06

xavier dupré

cleaning

1669

f89aee57

2016-12-06

xavier dupré

fix links

1668

834ed657

2016-12-05

xavier dupré

update notebooks, fix latex issue

1667

eac14412

2016-12-05

xavier dupré

update setup.py

1666

54c9eee4

2016-12-05

xavier dupré

add notebook on spark

1665

4cecd40c

2016-12-04

xavier dupré

add data

1664

7f663ea3

2016-12-04

xavier dupré

fix notebook

1663

561b86b9

2016-12-04

xavier dupré

update notebooks

1662

2efa8107

2016-12-04

xavier dupré

update notebooks

1661

19dd73c4

2016-12-04

xavier dupré

update ci

1660

1aa8aca1

2016-12-04

xavier dupré

notebook sur le coût d’un tri

1659

7968c5c2

2016-12-03

xavier dupré

remove download badge

1658

e6c12469

2016-12-03

xavier dupré

add a notebook on matrices and various ways to handle them

1657

a29a66af

2016-12-02

xavier dupré

update version number

1656

1ca677a3

2016-12-02

xavier dupré

link to page about clustering

1655

b9c022df

2016-12-02

xavier dupré

add links, compression

1654

12bbab4f

2016-12-02

xavier dupré

fix link issue

1653

b39d2b7c

2016-12-02

xavier dupré

another added topic

1652

33ba6830

2016-12-01

xavier dupré

documentation sur flask

1651

c4dc62da

2016-12-01

xavier dupré

update default conf

1650

8466c7a1

2016-12-01

xavier dupré

typo

1649

07913e91

2016-12-01

xavier dupré

typo

1648

06129b5e

2016-12-01

xavier dupré

instructions spark and local contents

1647

36902ea2

2016-12-01

xavier dupré

update notebook

1646

1f958777

2016-11-30

xavier dupré

add modules

1645

71774bdb

2016-11-30

xavier dupré

blog post

1643

959a57b4

2016-11-24

xavier dupré

cours 3A

1642

d856b962

2016-11-23

xavier dupré

liens

1641

30c46cd1

2016-11-23

xavier dupré

reference

1640

0b9a102e

2016-11-23

xavier dupré

update unit test GUI, timeseries

1639

b62d361d

2016-11-22

xavier dupré

fix blog

1637

0c4a754e

2016-11-20

xavier dupré

add logs to categories_to_integers

1636

314a7678

2016-11-20

xavier dupré

fixes issues in categorie to integers

1635

f54ec323

2016-11-20

xavier dupré

blog post

1634

55e13826

2016-11-20

xavier dupré

règles python 2A

1633

055aa322

2016-11-20

xavier dupré

update nbformats for notebook

1632

f7ea2af7

2016-11-19

xavier dupré

disable a unit test on travis

1631

ff2534aa

2016-11-19

xavier dupré

update requirements

1630

f52e66f2

2016-11-19

xavier dupré

links 3A

1629

5407efcb

2016-11-18

xavier dupré

fix link

1628

5f808546

2016-11-17

xavier dupré

fix computer name

1627

9bc1516d

2016-11-16

xavier dupré

add links

1625

a0de38f9

2016-11-15

xavier dupré

links, documentation

1624

f4fc78fd

2016-11-15

xavier dupré

notebook competition + links

1623

c40321c3

2016-11-13

xavier dupré

update links

1622

3c8a61a3

2016-11-13

xavier dupré

add links to notebooks

1621

6218cb67

2016-11-13

xavier dupré

add a notebook about flask

1620

305de23a

2016-11-13

xavier dupré

add data for a session on flask

1619

2323b877

2016-11-11

xavier dupré

improving main page

1618

df3fe6f5

2016-11-11

xavier dupré

update error message, split a unit test

1617

aaec056e

2016-11-11

xavier dupré

documentation + blog

1616

92c30f40

2016-11-10

xavier dupré

replace environment variables by keyring

1615

4c7bf3e4

2016-11-10

xavier dupré

update local jenkins

1614

61227d33

2016-11-09

xavier dupré

add module

1613

96d48012

2016-11-09

xavier dupré

more links

1610

57c986a1

2016-11-08

dupre

remove conversion of notebooks in docx

1609

a58574f9

2016-11-08

dupre

references

1608

4014a197

2016-11-08

dupre

update appveyor

1607

39978ba9

2016-11-07

dupre

fix missing nltk download stopwords

1606

594a1995

2016-11-07

dupre

udpate conda requirements

1605

a75c0a9a

2016-11-07

dupre

update notebook eco

1604

36e2f6a0

2016-11-07

dupre

notebooks for nlp

1603

234479e9

2016-11-07

dupre

add links

1602

d01fb85a

2016-11-06

dupre

puzzles

1601

ee452e1e

2016-11-06

dupre

puzzles algo

1600

b348c2d5

2016-11-06

dupre

fix a unit test raising a warning with cython

1599

78f95d3a

2016-11-06

dupre

notebook on join SQL, iterateur, pandas

1598

3e284b87

2016-11-06

dupre

add notebook map reduce timseries

1597

e14d27e4

2016-11-05

dupre

glossaire

1596

78ba8dd6

2016-11-05

dupre

add notebook about hash distribution

1595

2d55ad2e

2016-11-05

dupre

pep8

1594

f120a183

2016-11-05

dupre

index

1593

8c7d9392

2016-11-04

dupre

catch an exception

1592

424d50c2

2016-11-04

dupre

blog post - 3a - cours

1591

897739a2

2016-11-03

dupre

fix edit_distance, program gathering

1590

677549bb

2016-11-02

dupre

code to execute many python scripts

1589

449d1f09

2016-11-01

dupre

update style

1588

bdb5e0a7

2016-11-01

dupre

update local build

1587

73434f1e

2016-10-31

dupre

update timing

1586

f4bd6fd7

2016-10-31

dupre

update notebook

1585

13c97101

2016-10-31

dupre

fix a bug in eulerian path

1584

34df4040

2016-10-31

dupre

update local jenkins build

1583

f08a9621

2016-10-30

dupre

remove a couple of warnings, fix unit test

1582

b24b2af6

2016-10-30

dupre

update unit test

1581

066b52ed

2016-10-30

xavier dupré

update unit test for theano

1580

ac4e8c9c

2016-10-29

dupre

update styles

1579

a610e1c2

2016-10-29

dupre

update local build

1578

2d5e30f8

2016-10-29

dupre

links

1577

6d8d3681

2016-10-27

dupre

links

1576

fe82ba9e

2016-10-25

dupre

update notebooks

1575

af494fa1

2016-10-24

dupre

fix links into documentation

1574

b8742912

2016-10-24

dupre

update règles

1573

b370e0cd

2016-10-23

dupre

typo

1572

53860783

2016-10-23

dupre

add todo

1571

8cedf115

2016-10-22

dupre

update examens

1570

d94ef887

2016-10-22

dupre

avoid uploading with a wrong subversion number

1569

73a7ac03

2016-10-22

dupre

enonce crypte avec vigenere

1568

5d93de2c

2016-10-21

dupre

add encrypted code

1567

17623320

2016-10-17

dupre

fix latex notebooks

1566

af92a22a

2016-10-17

dupre

update unit test and notebook

1565

8a51ce7d

2016-10-17

dupre

add data

1564

4f46ea16

2016-10-16

dupre

update notebooks

1563

d380d878

2016-10-16

dupre

update for deep learning

1562

4dd1be71

2016-10-16

dupre

replace url by true images

1561

2fe8138b

2016-10-16

dupre

remove a print

1560

3aab0e2c

2016-10-16

dupre

fix unit test notebook

1559

12772609

2016-10-16

dupre

update notebook for deep

1558

4312ff5c

2016-10-16

dupre

udpate for deep learning

1557

c03fb8af

2016-10-16

dupre

update notebooks

1556

45e241b1

2016-10-16

dupre

update notebooks

1555

e0752452

2016-10-15

dupre

udpate unit test

1554

c9fd7220

2016-10-15

dupre

update notebook on ML

1553

4ffb9e5b

2016-10-15

dupre

fix function wtih dask

1552

8207eb37

2016-10-15

dupre

update notebook on machine learning

1551

c44747eb

2016-10-15

dupre

update notebook

1550

2480fcea

2016-10-15

dupre

blog post

1549

6f5d93e3

2016-10-14

dupre

add notebook on API

1548

4c6fcff9

2016-10-14

dupre

update notebooks deep leanring + classical learning

1547

5d7e6997

2016-10-14

dupre

fix unit test

1546

350cf82c

2016-10-14

dupre

notebook and documentation

1545

47a53e8b

2016-10-13

dupre

renaming notebooks

1544

81e9ff78

2016-10-13

dupre

update notebooks

1543

3ce89cb9

2016-10-13

dupre

disable a unit test

1542

967445b7

2016-10-13

dupre

update notebooks

1541

66d1368d

2016-10-12

dupre

add notebooks

1540

b399aee3

2016-10-11

dupre

fix notebook due to an update in dask

1539

d8e60d89

2016-10-11

dupre

notebooks

1538

7b501043

2016-10-11

dupre

update notebook

1537

8c8aa3a9

2016-10-11

dupre

adding notebook

1536

1178f309

2016-10-10

dupre

update notebook

1535

f8d405c3

2016-10-10

dupre

Python et C plus plus

1534

3a3b5160

2016-10-10

dupre

add notebook for competition

1533

c174ba0a

2016-10-10

Thibault FEVRY

Add correct definition for dist array

1532

ccfe577b

2016-10-09

dupre

moving notebook, updating documentation

1531

2d7735e6

2016-10-09

dupre

moving notebook

1530

53dd1843

2016-10-09

dupre

change python version

1529

20354342

2016-10-09

dupre

update notebooks

1528

a392cad1

2016-10-09

xavier dupré

Merge pull request #20 from sdpython/td_eco

1527

6efd9ef7

2016-10-09

DS-Anne

Notebook ac modèles logistiques pour compétition codelab

1526

4492a329

2016-10-09

dupre

notebook update

1525

346a2119

2016-10-08

dupre

update ml

1524

d0809d86

2016-10-08

dupre

update notebooks

1523

4ab634cd

2016-10-07

dupre

update notebook

1522

56db4d02

2016-10-07

dupre

fix unit test

1521

568f6d17

2016-10-07

dupre

notebooks web scraping, api

1520

9fdf948f

2016-10-07

dupre

moves notebooks

1519

d1bb27b8

2016-10-07

dupre

references

1518

318e0e1f

2016-10-06

dupre

udpate feuille de route

1517

7178659e

2016-10-05

dupre

small fix

1516

c7dbd8de

2016-10-05

dupre

small fix

1515

71d592db

2016-10-04

dupre

notebooks, fixes

1514

af9c4913

2016-10-03

xavier dupré

Merge pull request #17 from sdpython/td_sql

1513

c3c17000

2016-10-03

dupre

add link to data

1512

16ea36ca

2016-10-03

dupre

update notebooks

1511

dcd3afc7

2016-10-03

dupre

add data

1510

c6c75d7a

2016-10-02

DS-Anne

seance 2 eco

1509

50074e2a

2016-10-02

dupre

cleaning

1508

edb1386c

2016-10-02

dupre

fix data with utf-8 encoding

1507

2d2afbc9

2016-10-02

dupre

add data to the module

1506

2a644689

2016-10-02

dupre

add notebook on big data in memory

1505

3bedffd6

2016-10-02

dupre

update link + fix unit test

1504

bd79ff10

2016-10-02

dupre

update unit test

1503

569665e8

2016-10-02

dupre

fix unit test and competition

1502

ce88c013

2016-10-02

dupre

update with competition

1501

c40c1b77

2016-10-01

dupre

update competition

1500

46535e97

2016-10-01

dupre

competition

1499

78c4de9c

2016-09-30

dupre

typo, renaming

1498

605fbc61

2016-09-30

dupre

update unit test

1497

d0b6d188

2016-09-29

dupre

fix a unit test, skip a cell which throws an exception

1495

4d5c80cc

2016-09-28

dupre

add code for custom automation

1494

1ee3547f

2016-09-26

dupre

fix unit test

1493

e4b20fdd

2016-09-26

dupre

update unit test

1492

e1b829bb

2016-09-26

dupre

update setup.py

1491

1abbe083

2016-09-26

dupre

update notebook titles

1490

484e6a71

2016-09-26

dupre

more test on the LONG side, unit test, documentation

1489

f20ae8e1

2016-09-26

dupre

add notebooks for tomorrow

1488

509f235c

2016-09-26

dupre

clean

1487

c31a2797

2016-09-26

dupre

appveyor

1486

384bea06

2016-09-26

dupre

data

1485

98601017

2016-09-25

dupre

fix unit test

1484

2b3eb68e

2016-09-25

dupre

update unit test

1483

ac439a90

2016-09-25

dupre

update requirements

1482

d2657dee

2016-09-25

dupre

update notebook menu

1481

7e5816c3

2016-09-25

dupre

automation

1480

76421834

2016-09-25

dupre

update ci

1479

c0629d52

2016-09-25

DS-Anne

rappels 1A

1478

93fa5bb8

2016-09-24

DS-Anne

on est des gros sales on commit la db

1477

5f178f11

2016-09-24

DS-Anne

modifs td sql

1476

ff6964a8

2016-09-24

dupre

add timeseries

1475

f9b03674

2016-09-24

dupre

update link and feuille de route

1474

1bfe8864

2016-09-24

dupre

add link

1473

caf606c2

2016-09-24

dupre

update with SQL

1472

1ca13aa1

2016-09-23

dupre

small fixes

1471

211f7f1c

2016-09-21

dupre

move todos

1470

29a102b0

2016-09-20

dupre

typo

1465

ad2519a2

2016-09-18

dupre

pep8 + unittest

1464

979a29d2

2016-09-18

dupre

feuille de route

1463

82b4ace7

2016-09-18

dupre

status

1462

aac139f1

2016-09-18

dupre

update list of repository

1460

77d99ea3

2016-09-17

dupre

glossaire

1458

60a03527

2016-09-16

dupre

permutations, pep8

1457

75139f1c

2016-09-15

dupre

changes, examples, permutations

1456

9f560261

2016-09-12

dupre

update setup.py (cvxopt is optional)

1455

313a6ccb

2016-09-09

dupre

clean

1454

e167394a

2016-09-09

dupre

fix selenium

1453

37682199

2016-09-09

dupre

links

1452

9cb9ac8e

2016-09-08

dupre

split LONG unit test

1451

b894b0f4

2016-09-08

dupre

add notebook page

1450

f6fab767

2016-09-07

dupre

update appveyor

1449

63b31a45

2016-09-06

xavier dupré

update publishing

1448

0df8c1a1

2016-09-07

dupre

fix notebooks

1447

d32e2a91

2016-09-07

dupre

disable a unit test on travis

1446

c1f7bbf2

2016-09-06

dupre

update for travis

1445

b1c7162e

2016-09-06

dupre

update notebook on ipyparallel

1444

ba2731f4

2016-09-06

dupre

fix requirements

1443

733b92eb

2016-09-06

dupre

update travis build with graphviz

1442

391cd1a5

2016-09-06

dupre

update TableFormula

1441

fc3e927b

2016-09-06

dupre

small updates to publish my blog

1440

e58cdee8

2016-09-05

dupre

unittest + documentation

1439

263a07b4

2016-09-05

dupre

documentation, unittests

1438

64eb5ba1

2016-09-05

dupre

update travis build

1437

8b1edf0e

2016-09-05

dupre

link, builds, documentation

1436

10dff0cf

2016-09-05

dupre

update setup

1435

dec4177f

2016-09-04

xavier dupré

update script to publish content

1434

2e0661ae

2016-09-04

dupre

fix a couple of issues with notebooks

1433

405c2a5b

2016-09-04

dupre

update local jenkins

1432

e7d85f50

2016-09-04

dupre

update notebooks

1431

b577ea07

2016-09-04

dupre

update setup.py

1430

16458fb1

2016-09-04

dupre

update zips function

1429

59030c8d

2016-09-04

dupre

links, datasets

1428

ddb6e699

2016-09-04

dupre

notebook

1427

2cf7bf00

2016-09-04

dupre

update notebook

1426

7bf1b183

2016-09-04

dupre

update unit test and timouts

1425

0bed3572

2016-09-03

dupre

udpate notebooks

1424

e0a479db

2016-09-03

dupre

update notebook

1423

3bc62c42

2016-09-03

dupre

udpate in unit test, add data

1422

0f99f007

2016-09-03

dupre

update local jenkins

1421

24e6776c

2016-09-03

dupre

rename unit test

1420

ace881dd

2016-09-03

dupre

update local build

1419

90af13be

2016-09-03

dupre

ajout d’une notebook sur le profiling

1418

d44b9b54

2016-09-03

dupre

update unit test for notebooks

1417

10a1e655

2016-09-03

dupre

rename unit test and update local jenkins

1416

f0f83540

2016-09-03

dupre

add marathon.txt + rename pylab into matplotlib

1415

bd04d2ff

2016-09-03

dupre

change unit test order

1414

c47279b3

2016-09-03

dupre

update notrebooks

1413

2f3acfa4

2016-09-03

dupre

rename unit test

1412

141d717c

2016-09-03

dupre

rename a unit test

1411

4f89c534

2016-09-03

dupre

rename again

1410

78a4ae7b

2016-09-03

dupre

rename unit test

1409

0f8a3a52

2016-09-02

dupre

fix unit test

1408

ebfb624d

2016-09-02

dupre

update unit test

1407

96db8739

2016-09-02

dupre

rename unit test

1406

1b8ecc3a

2016-09-02

dupre

update unit tests

1405

6271dd00

2016-09-02

dupre

update unit tests

1404

203f54d1

2016-09-02

dupre

add missing text file

1403

fc7b434d

2016-09-02

dupre

fixes unit test

1402

6a62cafa

2016-09-02

dupre

update notebooks and unit tests

1401

6c1a6cc1

2016-09-02

dupre

rename notebook tests

1400

1615da8c

2016-09-02

dupre

avoid logging everything on sys.stdout

1399

d0b95787

2016-09-01

dupre

update unit test

1398

f043b2c5

2016-09-01

dupre

fixes unit tests, refactoring

1397

1524c6b0

2016-09-01

dupre

simplify setup.py

1396

52a5727c

2016-09-01

dupre

update drawing code

1395

0c8b0b9c

2016-08-31

xavier dupré

switch for investigation

1394

0cc9b862

2016-08-31

dupre

split a unit test

1393

afa1b927

2016-08-31

dupre

update local jenkins

1392

00459994

2016-08-30

dupre

update regex in setup

1391

7d3cfc98

2016-08-30

dupre

remove epub, pdf from help formats

1390

e37afb15

2016-08-28

xavier dupré

change default value

1389

f04d0afa

2016-08-28

dupre

add DOC job to local jenkins

1388

bf2b81ef

2016-08-28

xavier dupré

move unit test to LONG list

1387

3749b80d

2016-08-28

xavier dupré

pep8

1386

81000426

2016-08-28

xavier dupré

update unit test

1385

2512ae3a

2016-08-28

dupre

remove a test from the main list

1384

1bc8c1da

2016-08-28

dupre

enable disable test

1383

4558d9e8

2016-08-28

dupre

fix failing unit tests

1382

54a85ea1

2016-08-28

dupre

update location for local jenkins

1381

0d14ea35

2016-08-27

dupre

update locale jenkins

1380

a71104b8

2016-08-27

dupre

update local.jenkins

1379

377a25a1

2016-08-26

xavier dupré

update job list

1378

d0f01464

2016-08-26

dupre

update jenkins definition

1377

f231275d

2016-08-26

xavier dupré

update job description

1376

c3246cd5

2016-08-26

dupre

update jenkins jobs

1375

feddedb6

2016-08-26

dupre

refactoring + update jenkins jobs

1374

c42604ad

2016-08-26

dupre

update jenkins build

1373

d6fb6a2a

2016-08-25

xavier dupré

udpate build jenkins definition

1372

37118a73

2016-08-24

xavier dupré

update jenkins setup

1370

3a7e4001

2016-08-24

dupre

update setup.py + unittest

1369

635247ed

2016-08-22

dupre

update presentation

1368

7220e3c2

2016-08-21

dupre

pep8

1367

1246f2ee

2016-08-21

dupre

liens

1366

259cf8ad

2016-08-21

xavier dupré

update job definition

1365

e08bfd25

2016-08-21

dupre

udpate path

1364

806b2373

2016-08-21

dupre

update notebooks

1362

9367583f

2016-08-18

dupre

update blog, documentation

1361

2bf82acd

2016-08-17

dupre

update blog automation

1360

a1b2c7af

2016-08-17

dupre

link and blog post

1359

ce9158b0

2016-08-13

dupre

update notebook with R

1358

a9d5b064

2016-08-11

dupre

fix setup.py

1357

18fd1e2e

2016-08-11

dupre

parallelisation

1356

dfac2a0d

2016-08-10

dupre

update unit test

1355

b3222e91

2016-08-09

dupre

update links

1354

6f6c7aed

2016-08-08

dupre

change style and typo

1353

e25bfb8d

2016-08-08

xavier dupré

fix a bug when getting the password from the user when using FTP

1352

1044fcd7

2016-08-07

dupre

update requirements

1351

28e9de59

2016-08-07

dupre

update requirements

1350

68b441a3

2016-08-07

dupre

fix des liens, énoncés

1349

803b1b8d

2016-08-07

dupre

add %load_ext in notebooks

1348

ee1e9cf9

2016-08-06

dupre

idée d’examen

1347

d49960e0

2016-08-06

dupre

fix documentation

1346

00b095c1

2016-08-05

dupre

fix typo in documentation

1345

d5b81268

2016-08-05

dupre

presentation 1A

1344

382fe0c7

2016-08-05

dupre

update status

1342

c4b1a178

2016-08-04

dupre

typo et blog post

1341

9204f531

2016-08-04

dupre

faq and pep8

1340

ea49460b

2016-08-04

dupre

update faq

1338

862047f2

2016-08-03

dupre

style, documentation

1337

a67295b2

2016-08-02

dupre

links

1335

4fc6f658

2016-08-01

dupre

fix typo

1334

858f1b54

2016-07-31

dupre

update unit tests

1333

1d538a49

2016-07-27

dupre

update notebooks menus

1332

434c06c3

2016-07-27

dupre

update notebooks

1331

34967075

2016-07-26

dupre

update setup.py

1330

1da0fc6d

2016-07-26

dupre

update setup.py

1329

2d7d2171

2016-07-26

dupre

update setup.py

1328

e968acd6

2016-07-22

dupre

update ci_status

1327

16094241

2016-07-20

dupre

fix notebook

1326

9fb50c8d

2016-07-20

dupre

fix conf_base.py

1325

cc9e78ae

2016-07-20

dupre

fix conf.py

1324

a1174a28

2016-07-17

dupre

change layout

1323

e25b3792

2016-07-17

dupre

add links

1322

ea4ce37c

2016-07-16

dupre

fix missing quote

1321

b0876981

2016-07-15

dupre

shorten paths

1320

90af9f09

2016-07-14

dupre

fix unit test based on selenium

1319

7f938694

2016-07-12

dupre

update selenium

1317

87e1a894

2016-07-10

dupre

update status

1316

50b173c0

2016-07-10

dupre

fix get_graphviz_dot

1313

8eadafee

2016-07-07

dupre

remove one folder from the setup

1312

b1a01ca2

2016-07-07

dupre

update dependencies

1311

1a6ebe86

2016-07-06

dupre

update status

1310

5facaa8f

2016-07-06

dupre

update contents

1309

be643179

2016-07-05

dupre

fix issues with the documentation

1308

55209aab

2016-07-05

dupre

update appveyor

1307

806be1dd

2016-07-04

dupre

update finance

1306

5885b69e

2016-07-03

dupre

cleaning

1305

3248b0c7

2016-07-03

dupre

finance résumé

1304

d4409239

2016-07-01

dupre

update index

1303

f674158e

2016-06-30

dupre

improve comment

1302

753c76be

2016-06-29

dupre

todo + couple of fixe

1301

4110c607

2016-06-27

dupre

fix typos

1300

b6704d2c

2016-06-27

dupre

fix unit test

1299

95d09382

2016-06-27

dupre

update links

1298

c1140d4b

2016-06-26

dupre

ajout de la documentation

1297

c587b28f

2016-06-26

dupre

update documentation links

1296

86bdf24e

2016-06-26

dupre

refactoring ml

1295

9ee05874

2016-06-26

dupre

disable more unit test

1294

06ac2d3a

2016-06-26

dupre

disabling one test on travis

1293

8293fe8b

2016-06-26

dupre

move, tweak documentation

1292

fca31d9d

2016-06-26

dupre

remove notebooks numbers

1291

19748f7a

2016-06-26

dupre

fix unit test update td_1a

1290

89dbf842

2016-06-26

dupre

udpate travis

1289

fa538e58

2016-06-26

dupre

add missing packages for travis

1288

d8a23138

2016-06-26

dupre

refactoring td 1A

1287

d9befd70

2016-06-26

dupre

update travis, appveyor and documentation configuration

1286

18cb76b9

2016-06-26

dupre

update notebooks and presentation

1285

8727dec7

2016-06-25

dupre

update logo

1284

3dc1d5f4

2016-06-25

dupre

update configuration

1283

fd056bf0

2016-06-25

dupre

link and travis

1282

0f777749

2016-06-25

dupre

documentation + travis

1281

8ac2497c

2016-06-25

dupre

documentation, refactoring

1280

45be6de8

2016-06-25

dupre

travis mkl

1279

cf2a114c

2016-06-25

dupre

refactoring documentation

1278

3247e477

2016-06-25

dupre

fix a unit test

1277

a4d42f75

2016-06-25

dupre

remove unnecessary test

1276

c0626020

2016-06-25

dupre

update unit test with goslate

1275

d667ca92

2016-06-25

dupre

disable unit test on travis

1274

799f953b

2016-06-25

dupre

disable unit test using pygame

1273

500a4e5b

2016-06-25

dupre

disable unit test on travis

1272

3f55f3c0

2016-06-24

dupre

fix appveyor

1271

31b83172

2016-06-24

dupre

update travis

1270

b019a459

2016-06-24

dupre

fix accents and unit tests

1269

c279e7ef

2016-06-24

dupre

disable unit test using pygame, graphviz

1268

a72e1a17

2016-06-24

dupre

update content, links

1267

9b60ce23

2016-06-24

dupre

disable pygame test on travis

1266

a5065efa

2016-06-24

dupre

we remove pygame from travis build

1265

5f3252c2

2016-06-24

dupre

update travis

1264

13b51271

2016-06-24

dupre

update travis

1263

4eefef08

2016-06-24

dupre

update travis

1262

f187fd69

2016-06-24

dupre

update travis

1261

b1ab7cae

2016-06-24

dupre

update travis

1260

bbf596c4

2016-06-23

dupre

update ci

1259

2e33a18d

2016-06-22

dupre

add kanban links

1258

148b2e0e

2016-06-21

dupre

update travis

1257

0e7b5a58

2016-06-21

dupre

update travis

1256

c9f02dfd

2016-06-21

dupre

update requirements

1255

4de0f045

2016-06-21

dupre

update requirements

1254

0edeca95

2016-06-20

dupre

change travis.yml

1253

7b05cf09

2016-06-20

dupre

update travis

1251

5f01e99f

2016-06-19

dupre

update travis

1250

e197b0a4

2016-06-19

dupre

add mlstatpy + travis + appveyor

1249

b66819fb

2016-06-19

dupre

sort_values –> sort_index + update travis and appveyor

1248

0a1be9c9

2016-06-19

dupre

new references

1247

8af4acad

2016-06-19

dupre

add references

1245

9b35023c

2016-06-16

dupre

links

1244

b9f08d59

2016-06-14

dupre

sort –> sort_values

1243

719417cd

2016-06-13

dupre

add new links

1242

a3be7073

2016-06-12

dupre

visualisation

1241

ad534d72

2016-06-12

dupre

update unit test handling

1240

fa232ab4

2016-06-11

dupre

update unit test

1239

1458ab1d

2016-06-11

dupre

selenium is failing –> move it the other list of unit test

1238

899d1132

2016-06-11

dupre

fix links in blogs

1237

96afd014

2016-06-11

dupre

add jupytalk

1236

d7ecb359

2016-06-11

dupre

update notebook with backup plan

1235

0d5aec22

2016-06-11

dupre

update gitignore

1234

39175fc4

2016-06-11

dupre

fix two notebook, a unit test + link to papers

1233

af1e2919

2016-06-10

dupre

update unit test

1232

fde6cd23

2016-06-10

dupre

update notebook

1231

384004b6

2016-06-10

dupre

notebooks visualisation

1230

776d2d73

2016-06-09

dupre

update script to send mail to students

1225

bad583b6

2016-06-06

dupre

documentation and notebooks

1223

94a37388

2016-06-04

dupre

update link and visualisation

1222

47674895

2016-06-03

dupre

update jenkins settings

1221

cb228994

2016-06-01

dupre

remove unnecessary import

1220

21b266e8

2016-06-01

dupre

review of projects *A

1219

50a4e4f4

2016-05-30

dupre

disable a couple of unit test on appveyor

1218

54aff396

2016-05-29

dupre

disable unit test on appveyor

1217

52cc9339

2016-05-29

dupre

update appveyor for graphviz

1216

ae7c298e

2016-05-29

dupre

documentation and disable unit test for Python 3.4

1215

53b33404

2016-05-28

dupre

update list of jobs on Jenkins

1214

61283e1b

2016-05-28

dupre

update appveyor

1213

3153501a

2016-05-28

dupre

remove one print

1212

9b535739

2016-05-28

dupre

remove one test in Python 3.4

1211

95bbe875

2016-05-28

dupre

change travis.yml

1210

76a86634

2016-05-28

dupre

fix travis.yml

1209

68592dff

2016-05-28

dupre

move a unit test

1208

2cdc9843

2016-05-28

dupre

disable unit test on python 3.4 (issue with matplotlib)

1207

e7c80aae

2016-05-28

dupre

disable unit test for Python 3.4

1206

7e1f0bb0

2016-05-28

dupre

update unit test

1205

b8be3825

2016-05-27

dupre

update unit test

1204

91546d80

2016-05-27

dupre

try to fix a unit test involving graphics + documentation

1203

3616a74f

2016-05-26

dupre

add libhdf5 to travis build

1202

c305f2ce

2016-05-26

dupre

update website

1201

d8f1d455

2016-05-26

dupre

td1a

1200

dade0810

2016-05-22

dupre

notebook update

1199

1cf8c1fc

2016-05-22

dupre

update notebook

1197

279fcb95

2016-05-22

dupre

GADM is not consistent enough, switched to geofla and faced Lambert93 conversion

1196

58dd93ad

2016-05-21

dupre

update code to retreive student projects

1195

98d742b7

2016-05-16

dupre

rst format

1194

e36274d4

2016-05-15

dupre

add convert_music_file

1193

1c885369

2016-05-15

dupre

update notebook

1192

884f7eab

2016-05-15

dupre

visualisation

1191

9af05125

2016-05-15

xavier dupré

add more notebooks

1190

94350379

2016-05-09

dupre

cleaning

1189

9e0e42c4

2016-05-08

dupre

update travis

1188

797ccca6

2016-05-08

dupre

update travis

1187

3c5e4c57

2016-05-08

dupre

update travis

1186

a17ff9c0

2016-05-08

dupre

update travis

1185

464903fa

2016-05-08

dupre

update travis

1184

e13566c2

2016-05-08

dupre

update travis

1183

54d9f304

2016-05-08

dupre

update ci

1182

983a6cda

2016-05-08

dupre

update app veyor

1181

91adcc38

2016-05-08

dupre

update travis

1180

367ccf35

2016-05-08

dupre

documentation and travis_build

1179

051eba6b

2016-05-08

dupre

update notebook for bayespy 0.5

1178

9d05e088

2016-05-08

dupre

update unit tests

1177

1ad93313

2016-05-07

dupre

remove from .. import __…. for flake8

1176

79f4a5b5

2016-05-07

dupre

documentation, projet, geometry

1175

fd17a077

2016-05-06

dupre

update notebook

1174

1463e91b

2016-05-05

dupre

add sudoku resolution to the module

1172

5e0e76f7

2016-05-04

dupre

test

1171

da69718f

2016-05-04

dupre

add function to run selenium, glue images

1170

33caed7b

2016-05-04

dupre

fix pep8

1169

5de5d2b9

2016-05-03

dupre

add 3D graphs

1167

4ab8c377

2016-05-03

dupre

update code to automatically send feedback

1165

979703b6

2016-05-02

dupre

update email feedback and unit test

1164

1dce7c53

2016-05-02

dupre

raise an exception if mail is missing

1163

5998c1d3

2016-05-02

dupre

add a function to build mail to automatically send feedback

1162

67255b92

2016-05-02

dupre

fixing issues pep8 + renaming

1161

c3430883

2016-05-02

dupre

elections

1160

86b83180

2016-05-01

dupre

add code for the elections

1159

0e835528

2016-05-01

dupre

compress files

1158

dde0667d

2016-05-01

dupre

update for pypdf

1157

6735368e

2016-05-01

dupre

blog post

1156

ffa990e2

2016-05-01

dupre

rename Csharp code (IPython –> jupyter)

1155

7d76635a

2016-05-01

dupre

ipython –> jupyter

1153

255042fd

2016-04-30

dupre

list of modules, fixes documentation

1152

9873b8e9

2016-04-29

dupre

typo

1151

5ef0c88d

2016-04-29

dupre

blog

1150

ee7ce161

2016-04-29

dupre

ajout page visualisation

1149

1467c6a9

2016-04-29

dupre

update notebook and documentation

1148

d92d7567

2016-04-25

dupre

update unit test, reduce image size

1147

e5ed1c0c

2016-04-24

dupre

pep8

1146

513f51ec

2016-04-24

dupre

move functions from unit test to module

1145

1ddec9a1

2016-04-24

dupre

refactoring of a unit test

1144

c2fec8dc

2016-04-23

dupre

add a project

1143

914b7cd2

2016-04-22

dupre

add a unit test

1142

fa7cd14c

2016-04-20

dupre

update to convert notebooks and python files

1140

e813dc20

2016-04-19

dupre

fix a unit test after refactoring

1139

76fb38dd

2016-04-19

dupre

update after refactoring

1138

86b6fd84

2016-04-19

dupre

update kruskal algorithm to deal with duplicated points

1137

de1fc5c9

2016-04-18

dupre

draw a map with cities

1136

300ae567

2016-04-17

dupre

add unit tests

1135

a7d2afbc

2016-04-17

dupre

remove unused import

1134

b5df95f3

2016-04-17

dupre

update unit test for cython

1133

a977980f

2016-04-16

dupre

update unit test to download data from the own website

1132

5122f279

2016-04-15

dupre

add old code to maintain the first blog

1131

9b5e94c8

2016-04-14

dupre

update travis

1130

33ef5d42

2016-04-13

dupre

few changes

1129

3c9637c3

2016-04-13

dupre

pep8

1128

cab4c8cb

2016-04-13

dupre

add image synthesis

1127

18ed8947

2016-04-13

dupre

update bresenham

1126

1338f867

2016-04-12

dupre

update template for the first layout

1125

384469a9

2016-04-12

dupre

add simulation on segregation

1123

af053c5d

2016-04-12

dupre

update kruskal

1122

a358e4e1

2016-04-11

dupre

expose

1121

bcf6dfd6

2016-04-11

dupre

fixed kruskal method

1120

61ce701c

2016-04-11

dupre

add kruskal version for tsp

1119

68c6e506

2016-04-10

dupre

refactoring, add unit test to check some documentation pages

1118

cd162c2e

2016-04-10

dupre

add work around distance between graphs

1117

37164b68

2016-04-10

dupre

update travis

1116

7d02dbdb

2016-04-10

dupre

split a function into 2

1115

3f2d4546

2016-04-10

dupre

add a function to draw a graph with graphviz

1114

7eb977e8

2016-04-10

dupre

update ci

1113

f665b6e1

2016-04-10

dupre

update ci

1112

a149dee5

2016-04-10

dupre

fix latex expressions, documentation

1111

860a4b1b

2016-04-10

dupre

update python script

1110

e27a76dc

2016-04-09

dupre

update documentation with tsp_kohonen

1109

564e400b

2016-04-08

dupre

update with Kohonen example

1107

cf846153

2016-04-05

dupre

documentation update

1104

8d02053f

2016-04-04

dupre

align an equation

1103

54b69823

2016-04-04

dupre

update documentation, latex + automation

1102

8a7d6f45

2016-04-04

dupre

fix link issues, latex issues

1100

e83149a9

2016-04-04

dupre

rename a long unit test

1099

5f21cc87

2016-04-04

dupre

update code for a newer value of pandas

1098

7ae85560

2016-04-04

dupre

ajout de l’énigme d’Hermionne

1097

e2139560

2016-04-03

dupre

add puzzle girafe

1096

306b82ef

2016-04-03

dupre

fix import issue

1095

3e456a9d

2016-04-03

dupre

fix import issue

1094

9c01a2d0

2016-04-02

dupre

update video tag

1093

031d8288

2016-04-02

dupre

update jenkins jobs

1092

dbd38943

2016-04-02

dupre

réécriture des titres

1088

03059cad

2016-03-31

dupre

fix unit test

1087

c9af876a

2016-03-31

dupre

add a script simulating the fall of a string

1086

886437f5

2016-03-30

dupre

fix issues on notebook, add function make_video to create a short video based on images

1085

3471b522

2016-03-29

dupre

update notebooks

1084

0142a5a3

2016-03-29

dupre

add the beginning of a simulation (epidemics)

1083

b1993cb5

2016-03-28

dupre

fix unit test

1082

63889abd

2016-03-28

dupre

update version

1081

73382caf

2016-03-28

dupre

add local data in the module to avoid too many failure on unit test

1080

339211f4

2016-03-28

dupre

update jenkins job definition

1079

f07ee8ed

2016-03-28

dupre

fix a misspelling

1078

37f55e56

2016-03-27

dupre

update imports

1077

89998b53

2016-03-27

dupre

fix a misspelling

1076

b45b4e20

2016-03-27

dupre

update a unit test because pyaquickhelper does more checkings with jenkins

1075

d9d138c7

2016-03-27

dupre

update failing notebooks

1074

58d3f78d

2016-03-27

dupre

fix pep8

1073

1aba14c2

2016-03-27

xavier dupré

update job list for jenkins

1072

cb5586e5

2016-03-27

dupre

update jenkins jobs

1070

b99abdb8

2016-03-27

dupre

update notebook for pyquickhelper changers

1069

9d82bcff

2016-03-27

dupre

update due to pyquickhelper 1.4

1067

78e1066a

2016-03-19

dupre

fix issues in categories to int

1065

486c7e9f

2016-03-17

dupre

add a link

1064

7ca36d42

2016-03-16

dupre

blog post

1062

2b7cfab9

2016-03-13

dupre

update notebooks

1061

00f3cbe9

2016-03-12

xavier dupré

add jdk

1059

7f36537f

2016-03-12

dupre

rename xray into xarray

1058

3bbdb9b9

2016-03-12

dupre

disable a unit test when R is not present

1057

aa378de3

2016-03-10

dupre

documentation + unit test

1056

6b451396

2016-03-10

dupre

add missing module partd

1055

8668420a

2016-03-10

dupre

add ujson in the list of requirements

1054

7545f491

2016-03-10

dupre

fix misspelling

1053

4ebddc13

2016-03-10

dupre

add a requirement

1052

bb2582aa

2016-03-03

dupre

link and blog post

1050

69acb3ac

2016-02-24

dupre

apply pep8

1049

36d9536d

2016-02-23

dupre

update travis build

1048

769a7921

2016-02-21

dupre

add a link

1047

7b6e489d

2016-02-14

dupre

update readme

1046

a26e7804

2016-02-13

dupre

add ressouces

1045

15a5f7e6

2016-02-06

dupre

add function to collect students projects from gmail

1044

8713c568

2016-02-05

dupre

presentation

1043

a51481ea

2016-02-04

dupre

a few changes to the mail dump

1042

8c02f592

2016-01-31

dupre

ressources, projets 3A

1041

7f069e9b

2016-01-30

dupre

add a subject

1040

0890bddb

2016-01-29

dupre

fix encoding issue

1039

e188de59

2016-01-27

dupre

blogpost azure

1038

fee1bff0

2016-01-26

dupre

blog post

1037

593a2884

2016-01-26

dupre

faq

1036

5f449c3c

2016-01-25

dupre

blog and projects

1035

f89c8178

2016-01-24

dupre

add a notebook on speed measurement when creating a dataframe

1034

b615bfa7

2016-01-23

dupre

update blog post

1033

b2930004

2016-01-21

dupre

source de données

1032

285e4b2e

2016-01-21

dupre

pep8

1030

69ce1bb7

2016-01-18

dupre

pep8

1029

80026563

2016-01-18

dupre

first fix to download mail when new ones

1028

8ea215d2

2016-01-16

dupre

fix unit test, add a module to requirements, skip a cell in a notebook

1027

3da270c9

2016-01-16

dupre

add a class to replace categories by integers in a scikit-learn pipeline

1026

353d431c

2016-01-14

dupre

update template for mails

1025

14d67ff0

2016-01-13

dupre

fix a parameter

1024

909203e6

2016-01-12

dupre

ajout de commentaires sur la correction du td noté

1023

fea77fd0

2016-01-11

dupre

update projects titles

1022

4ba521f4

2016-01-11

dupre

update appveyor

1021

d0285cd1

2016-01-09

dupre

update unit test broken with a previous commit

1020

a302f312

2016-01-09

dupre

update the list of adresses to grab

1019

e41395c7

2016-01-09

dupre

update proejcts_repository, add a unit test

1018

02b694ce

2016-01-09

dupre

update requirements for travis

1017

d6dd0f55

2016-01-09

dupre

update unit tests

1016

5d51bbc5

2016-01-09

dupre

ajout d’un projet pour les 1A

1015

ad35a078

2016-01-08

dupre

fix an import issue in a notebook

1014

a15b5794

2016-01-08

dupre

fix setup.py, clean files

1013

87980e16

2016-01-07

xavier dupré

Revert « update binaries for pythonnet »

1012

cd7598cf

2016-01-07

dupre

fix documentation

1010

13306fae

2016-01-06

xavier dupré

update binaries for pythonnet

1009

5b1a31e5

2016-01-05

dupre

update unit test

1008

683d8705

2016-01-05

dupre

add more links

1007

19c86d1e

2016-01-05

dupre

update ensae_teachings_cs with a test on pythonnet

1006

71d3909e

2016-01-04

dupre

add missing packages

1005

8c5de44e

2016-01-04

dupre

documentation, links

1004

d25971c0

2016-01-03

dupre

update appveyor

1003

c515f652

2016-01-03

dupre

update with appveyor

1002

bcd00d19

2016-01-03

dupre

update unit test for Python 3.5

1001

971a7524

2016-01-03

dupre

add coverage token

1000

6da2ecec

2016-01-03

dupre

update unit test

999

747c9634

2016-01-03

dupre

update setup.py with binaries for Python 3.5

998

1c5876b0

2016-01-03

xavier dupré

last update on Python 3.5

997

558249cc

2016-01-02

dupre

update pythonnet for Python 3.5

996

813f9e26

2016-01-02

dupre

update requirements

995

d45cf4ce

2015-12-31

dupre

update projects generation

994

d7d195ee

2015-12-31

dupre

update project report

993

538844de

2015-12-31

dupre

seup;pt

990

ebc9c6ab

2015-12-30

dupre

add method remove_group

989

4836206b

2015-12-30

dupre

dump students emails

987

c68cee31

2015-12-30

dupre

update project creation

986

8f8119c6

2015-12-30

dupre

refactoring code automating students projects

985

90e4d0d5

2015-12-30

dupre

update setup.py

984

b68bcd6b

2015-12-27

dupre

setup.py update

982

6cc28e75

2015-12-22

dupre

documentation and stories

981

296f9818

2015-12-21

dupre

pep8

980

7bd79961

2015-12-21

dupre

complement unit test

979

836a8502

2015-12-21

dupre

rename a file

978

9c9008f7

2015-12-21

dupre

more automation

977

02f7fe10

2015-12-16

dupre

more about the correction of the TD

976

f64d9396

2015-12-14

dupre

update references

975

6e9549f4

2015-12-13

dupre

update travis

974

0481896c

2015-12-13

dupre

update examens

973

c8e43973

2015-12-13

dupre

ajout du td noté 2015-2016

972

852067f0

2015-12-11

dupre

update project page

971

8eb2714e

2015-12-11

dupre

update travis.yml

970

fb7da35a

2015-12-11

dupre

update travis.yml

969

2b6d7223

2015-12-11

dupre

update requirements

968

6154cf38

2015-12-10

dupre

update travis.yml

967

5c74ab57

2015-12-10

dupre

update travis + projets infos

966

ff845b5f

2015-12-09

dupre

remove dateutils

965

6f371833

2015-12-06

dupre

fix url in notebook

962

e1c5a4d2

2015-12-05

dupre

exams

961

18eda423

2015-12-04

dupre

update notebooks

960

38aa94a9

2015-12-03

dupre

update travis

959

f3c5e0f4

2015-12-03

dupre

fix two notebooks

958

f321779c

2015-12-02

dupre

travis

957

1c54a29d

2015-12-02

dupre

travis

956

6ffc2267

2015-12-02

dupre

update travis

955

93c14647

2015-12-02

dupre

update teachings, link, notebooks TD1A

954

0ce2fd4b

2015-11-30

dupre

fix previous commit

952

09202394

2015-11-26

dupre

update jenkins

951

8c3abd8b

2015-11-23

dupre

fix unit test

950

6bfccf2f

2015-11-22

dupre

fix notebook

949

471069d1

2015-11-22

dupre

add correction for the latest exam

948

4394b182

2015-11-21

dupre

update with Pythonnet for python 3.5

947

f9ffdef2

2015-11-15

dupre

update notebooks on distributed algorithm

946

8a7d49bc

2015-11-15

dupre

update notebooks

945

bf83b272

2015-11-13

dupre

update unit tests

944

d87cac82

2015-11-13

dupre

update notebooks

943

3b331b66

2015-11-13

dupre

update correction

942

c55c1587

2015-11-12

dupre

update travis and reservoir sampling

941

997a54b0

2015-11-11

dupre

update travis.yml

940

c52155bd

2015-11-11

dupre

add a new notebook for 3A

939

19b2fa74

2015-11-09

dupre

remove some dependeencies

938

a8fd17c5

2015-11-09

dupre

update list of projects

937

7edf0946

2015-11-09

dupre

fix bugs in notebooks

936

7fb0d556

2015-11-06

dupre

update two notebooks

935

58eb0623

2015-11-02

dupre

getting started

934

db15311f

2015-11-02

dupre

fix another issue when publishing on the website

933

2de8c3ae

2015-11-02

dupre

update publishing automation

931

64f73ef3

2015-11-01

dupre

update script order

930

d22712f9

2015-10-31

dupre

update scripts jenkins

929

b1cbd262

2015-10-31

dupre

update script definition

928

a32e3792

2015-10-31

xavier dupré

fix small issues and documentation

927

34221cc3

2015-10-31

dupre

update jenkins definition

926

f06d4ce7

2015-10-29

dupre

update failing notebooks

925

5128f188

2015-10-29

dupre

update notebooks

924

0c9598f5

2015-10-29

dupre

update travis

923

6df5c8ae

2015-10-29

dupre

update notebooks remote commands

922

b4c34852

2015-10-26

dupre

add conda install dask

921

c59bbf08

2015-10-26

dupre

update notebooks

920

34483272

2015-10-26

dupre

update notebooks and notebooks test

919

6527bb2d

2015-10-25

dupre

fix a issues with notebooks TD2A

918

d3f61f12

2015-10-24

dupre

update gitignore

917

e529931c

2015-10-24

dupre

update notebook with updated modules

916

7b52086c

2015-10-20

dupre

misspelling

915

a5a13007

2015-10-18

dupre

finalize session 7 around the edit distance

914

785202f3

2015-10-18

dupre

notebook for sessions 5 (functional programming, dask)

913

9d2ee148

2015-10-18

dupre

edit distance

912

85f322ed

2015-10-16

dupre

switch order epub html

911

8981c678

2015-10-14

dupre

fix an issue with python 2.7, better error message

910

7023e249

2015-10-13

dupre

hamming –> jaccard

909

fd842feb

2015-10-12

dupre

typographie

908

8ed2bb05

2015-10-12

dupre

typographie, misspellings

907

406b5fd0

2015-10-12

dupre

rename notebooks

905

8b4ba1ab

2015-10-11

dupre

update links for td2A

904

bd27a8fc

2015-10-11

dupre

update automation

903

1c478a8b

2015-10-11

dupre

documentation + unit test fixing

902

bb2e5064

2015-10-10

dupre

update .ignore

901

d6b3ce66

2015-10-10

dupre

documentation, formulas, new notebooks

900

0b1501ac

2015-10-09

dupre

update formulas

899

838e9d09

2015-10-09

dupre

fixe les sorties d’un notebook (>= pandas.0.17.rc2)

898

e5ffc55c

2015-10-08

dupre

add links

897

c1a007bb

2015-10-06

dupre

liens

896

30b76c71

2015-10-05

dupre

ajout de liens

895

d9e80bc9

2015-10-05

dupre

fix exams correction

894

f9ccb078

2015-10-05

dupre

better automation when publishing documentation on the website

893

37d18753

2015-10-04

dupre

add ggplot style in a notebook

892

e084ab1a

2015-10-03

dupre

update notebooks

891

6a7a3a97

2015-10-02

dupre

update session 4

890

e6bd83e7

2015-10-01

dupre

update setup.py

889

b1523343

2015-10-01

dupre

update menus

888

b83c0b66

2015-10-01

dupre

update setup.py

887

846edae7

2015-10-01

dupre

fix documentation, update notebooks, links

886

433d9454

2015-09-29

dupre

update notebook for latex

885

e1ac8cff

2015-09-28

dupre

update notebooks to fix latex expressions

884

d7636fa8

2015-09-28

dupre

add some links

883

9e72207d

2015-09-28

dupre

update notebooks due to seance 2A-B

882

b8864b00

2015-09-27

dupre

update menus

881

68f6fe42

2015-09-27

dupre

disable a unit test on linux

880

5452d342

2015-09-27

dupre

applies flake8

879

c69023e2

2015-09-27

dupre

applies nb_menu in many places

878

d67c0302

2015-09-26

dupre

fix exams toctree

877

d52e0ca2

2015-09-26

dupre

update unit test for a new notebooks

876

2f80140b

2015-09-26

dupre

correction de l’interrogation écrite 26/09/2015

875

cefa7024

2015-09-25

dupre

refresh notebooks for TD2A session 2

874

15f7e6ed

2015-09-24

dupre

projets 1A

873

6841ebf7

2015-09-23

dupre

fix failing unit test due to changes in pyquickhelper

872

0c4cd7e1

2015-09-22

xavier dupré

remove the deleton of jobs

871

b716cfff

2015-09-22

xavier dupré

fix jenkins jobs

870

8905dfe6

2015-09-22

dupre

update teachings about automation

869

d7924cc3

2015-09-21

dupre

ajout du link pour le setup

868

f870e633

2015-09-20

dupre

update script to build the setup

867

131654cd

2015-09-20

dupre

bio

866

f28276bb

2015-09-20

dupre

blog

865

cec359e1

2015-09-20

dupre

quick updates

864

f44e3eaa

2015-09-20

dupre

update presentation 2A

863

170379cc

2015-09-20

dupre

revert a previous modification

862

d2ea147f

2015-09-20

dupre

try to understand an error

861

c38cb638

2015-09-19

xavier dupré

add tdm

860

0d0e04de

2015-09-19

dupre

bio, quelques corrections pour le premier TD, ajout du top k

859

d7107efd

2015-09-18

dupre

projets info

858

f7ca216d

2015-09-17

dupre

mise à jour, lien, encadrants

857

e820d5d5

2015-09-15

dupre

presentation 2A

856

60e89f7c

2015-09-15

dupre

update module list

855

c14e58c8

2015-09-14

dupre

ajout de jobs

854

93ff628b

2015-09-09

dupre

projects

853

c5a3cccb

2015-09-07

dupre

blog

852

d5b7431e

2015-09-06

dupre

change job schedule

851

69c43d24

2015-09-06

dupre

automation

850

db1855dc

2015-09-05

dupre

update notebooks

849

108f61b5

2015-09-05

dupre

update a notebook

848

3d0be219

2015-09-05

dupre

fix a typo

847

adc41566

2015-09-04

dupre

liens cheat sheets

846

265bdb65

2015-09-04

dupre

update faq on cython

845

727ba382

2015-09-03

dupre

add FAQ about Cython

844

aa08a2e7

2015-09-03

dupre

fix a unit test failing due to R missing

843

f5195a1a

2015-09-03

dupre

présentation 1A

842

ca0b15ae

2015-09-02

dupre

remove background

841

041c7957

2015-09-02

dupre

présentation

840

f3eb46a9

2015-09-01

dupre

mroe links, update bios

839

8c8be729

2015-09-01

dupre

add a link

837

5f3b9212

2015-08-30

dupre

update links

835

55bc420f

2015-08-29

dupre

fix an import issue due to refactoring

834

e6964c11

2015-08-29

dupre

fix a unit test broken by a refactoring

833

f8ad790b

2015-08-29

dupre

refactoring, presentation, faq on pandas

832

13e09d63

2015-08-28

dupre

documentation, blog, setup

831

72b41d40

2015-08-27

dupre

mise à jour de notebooks, quelques pages modifiées

830

ec5e17c6

2015-08-26

dupre

update setup.py

829

9a2a87db

2015-08-26

dupre

mise à jour présentation 1A

828

22816d57

2015-08-25

dupre

typo

827

16707e0f

2015-08-25

dupre

update readme.rst

826

394dc7ec

2015-08-25

dupre

update a unit test because of notebook change

825

aacfd532

2015-08-25

dupre

ipython –> jupyter, notebook td12 avec des départements

824

c384c19d

2015-08-23

dupre

update documentation

823

31810436

2015-08-23

dupre

update présentation

822

7c229d1d

2015-08-21

dupre

première relecture de la présentation

821

32942f91

2015-08-20

dupre

update setup.py, remove unnecessary files

820

6e4ece05

2015-08-19

dupre

fix import issue

819

b55116c8

2015-08-19

dupre

add missing import

818

4ebea759

2015-08-19

dupre

add warnings for test skipped by travis

817

ccc384a0

2015-08-19

dupre

disable custom jupyter kernels on travis

816

c6786059

2015-08-19

dupre

specify a specific kernel before unittesting the notebooks (offline run), glossary

815

386210d5

2015-08-19

dupre

nouveaux projets, algorithmes

814

a8e64786

2015-08-19

dupre

glossaire

813

e18ccdac

2015-08-18

dupre

glossary, documentation, notebook, import

812

1670d93c

2015-08-18

dupre

fix import for jupyter 4.0

811

64001b6f

2015-08-16

dupre

update travis.yml

810

cce88a16

2015-08-16

xavier dupré

update build setup

809

59e3fa25

2015-08-16

dupre

update requirements

808

424c54e4

2015-08-10

dupre

remove module cubes

807

97398620

2015-08-03

dupre

petite retouche TD2A

806

641a7746

2015-08-02

dupre

recompile pythonnet 34x64

805

7f0a2c4f

2015-08-02

dupre

update td2a

804

6d962038

2015-08-02

dupre

update documentation, requirements, getting_started

803

eac8b249

2015-08-02

dupre

documentation présetention 1A

801

68c96198

2015-07-30

dupre

update pythonnet

800

80898a19

2015-07-27

dupre

add links RDD

799

c4d0ed64

2015-07-19

dupre

ajout d’un énoncé de projet

798

14aa54c2

2015-07-19

dupre

ajout d’un algorithme

797

b58183f2

2015-07-19

dupre

documentation, links

796

309339b6

2015-07-18

dupre

add missing backslahes to formulas

795

c657df0c

2015-07-18

dupre

blogs, documentation, menu, link, notebooks

794

2af5ec1a

2015-07-16

dupre

fix an issue with a latex conversion + unit test

793

2e3f12df

2015-07-16

dupre

update a notebook, method Anneal does not exist anymore

791

fc5ff6e8

2015-07-16

dupre

update students notebooks

790

f03adbc0

2015-07-15

dupre

update notebooks

789

42d4cb61

2015-07-15

dupre

add links to new notebooks

788

a5a51e95

2015-07-15

dupre

deux notebooks Map/Reduce + PIG

787

be4fbff1

2015-07-14

dupre

update setup, documentation, links, algorithms

786

a24590c2

2015-07-14

xavier dupré

fix jenkins job update

785

909db1af

2015-07-14

dupre

update setup requirements

784

51655837

2015-07-13

dupre

glossaire

783

fb4a8fa8

2015-07-13

dupre

update readme

782

67b17598

2015-07-12

dupre

update links

781

fc5213d0

2015-07-12

xavier dupré

update setup

780

4e1caacb

2015-07-11

xavier dupré

update blog list

779

fdfbc383

2015-07-07

dupre

add projects

778

c95c8d3c

2015-07-06

xavier dupré

fix the setup for the ENSAE

777

4eb34493

2015-06-30

xadupre

update setup

776

28f0a192

2015-06-29

xavier dupré

update gitignore, fix a dependency

775

b743c72a

2015-06-28

dupre

adding missing dependency

774

2744f88e

2015-06-26

dupre

glossaire, projets

773

a1c47a2c

2015-06-25

dupre

ajoute term in glossary auto-encoders

772

748c6a3c

2015-06-24

dupre

ajout d’un lien

771

59a200b8

2015-06-21

dupre

update setup.py

769

993bd811

2015-06-19

dupre

documentation, FAQ

768

75cb441b

2015-06-17

dupre

ajout d’un énoncé de projet

767

6cb2d7aa

2015-06-16

dupre

add a question in matplotlib’s FAQ

766

3f0b9017

2015-06-15

dupre

getting started

765

36547232

2015-06-13

dupre

change order of dependencies

764

afa69b51

2015-06-12

dupre

typo

763

7347d0cc

2015-06-11

dupre

fix a few link and title

762

63cfa145

2015-06-11

dupre

update links, labels

761

e42e4be5

2015-06-07

dupre

small change

760

464be630

2015-06-07

dupre

liens tutorial, sphinx

759

b0639dac

2015-06-06

dupre

update documentation configuration

758

307849c9

2015-06-06

dupre

extrait des rapports 2015

757

b0a60346

2015-06-06

dupre

conf

756

e1087469

2015-06-06

dupre

change config template

755

86f4df96

2015-06-06

dupre

update license variable

754

f5f09115

2015-06-06

dupre

documentation config

753

0bc90513

2015-06-06

dupre

rename a unit test

751

6bef251c

2015-06-05

dupre

setup_hook + documentation

750

a42e363a

2015-06-05

dupre

change the order

748

1e6c5566

2015-06-05

dupre

change help template

747

c3f2cba0

2015-06-04

dupre

quelques changements

746

711c8ff6

2015-06-02

dupre

switch jenkins orders

745

44b241df

2015-06-02

dupre

fix a unit test after a change in the function it is testing

744

a788fdbf

2015-06-02

dupre

add function get_sections to automation the merging of comments added to files suivi.rst

743

8904a2b2

2015-06-01

dupre

FAQ + projets 1A

742

17621295

2015-05-30

dupre

fix a bug which should not have happened

741

cac7b469

2015-05-30

dupre

update faq and shortcuts to faq

740

63419e29

2015-05-29

dupre

add encoding

739

1f7e477a

2015-05-29

dupre

remove spaces

738

4ea84b37

2015-05-29

dupre

blog post

737

09697ad9

2015-05-28

dupre

update jenkins jobs (2)

736

b213afca

2015-05-28

dupre

update jenkins jobs

735

132fd1d7

2015-05-28

dupre

FAQ

734

bd5562ea

2015-05-25

dupre

fix a few links

733

6344c873

2015-05-25

dupre

fix a unit test after a blog change

732

64fab0e8

2015-05-25

dupre

blog and mail automation

731

cdda7276

2015-05-25

dupre

ajout d’un algorithme

729

70eaec3d

2015-05-24

xavier dupré

fix a misspelling

728

91df4d07

2015-05-24

dupre

add setup jobs

727

fd5e3fb8

2015-05-24

dupre

update setup to fix an issue when pyquickhelper is not here

725

d2ef02c0

2015-05-23

dupre

source de données

724

94facc27

2015-05-23

dupre

blog post

723

648aea16

2015-05-21

dupre

change job order again

721

0e24ddc3

2015-05-20

dupre

change the job order

719

5a8b5df6

2015-05-19

dupre

documentation, license, biblio, blog

717

72fb2515

2015-05-17

dupre

better unit test automation

716

61908416

2015-05-17

dupre

update unit test due to recent changes in pyquickhelper

715

2d81e94c

2015-05-17

dupre

update timeline for Jenkins jobs

714

127060b6

2015-05-16

dupre

fix a failing unit test due to a pyquickhelper change

713

1582e1d9

2015-05-15

dupre

update jenkins scripts

712

1dc205bb

2015-05-15

dupre

update jenkins scripts

711

c3781111

2015-05-15

dupre

documentation, default_engine_paths for jenkins

710

df3a1dab

2015-05-12

dupre

catches an exception

709

0fd63e6f

2015-05-10

dupre

change the jenkins job order

708

b613e442

2015-05-10

dupre

update .ignore

707

a90b951d

2015-05-10

dupre

add %pylab inline

706

3f2fa6e7

2015-05-10

dupre

new blog post

705

bb2e97f1

2015-05-10

dupre

update blog function based on recent changes in pyquickhelper

704

2aa93dbd

2015-05-10

dupre

add pylab inline to notebooks

703

7a0df93e

2015-05-09

xavier dupré

add a missing comma

702

49ac30c0

2015-05-09

xavier dupré

add %pylab inline to notebooks not having it

701

449fba6b

2015-05-09

xavier dupré

change the order of the jobs

700

a97f3c78

2015-05-09

xavier dupré

update setup.py

699

ed22b76a

2015-05-09

xavier dupré

update setup.py to copy missing files to dist

698

3bceeec7

2015-05-09

dupre

update requirements in setup.py

697

bc024cc7

2015-05-09

dupre

update setup.py and build script

696

1786e299

2015-05-09

dupre

update unit test

695

a9305daa

2015-05-08

xavier dupré

update script list

693

5c711f98

2015-05-08

xavier dupré

update the list of jenkins tasks

692

785ffa3b

2015-05-07

xavier dupré

fix the order of projects

691

2fd27c3f

2015-05-08

dupre

update scripts

690

f68d6b63

2015-05-05

dupre

add a reference

689

61af972f

2015-05-01

dupre

add image for travis build to the documentation

688

33c2c33b

2015-05-01

dupre

which encoding?

687

f663ca7a

2015-05-01

dupre

fix a few issues for travis

686

328c7d5f

2015-05-01

dupre

add a missing import

685

9eb0afa7

2015-05-01

dupre

try to fix an issue with travis

684

996e3cd0

2015-05-01

dupre

update unit test for travis fix a couple of bugs with jenkins

683

b5664b83

2015-04-29

dupre

fix a bug in jenkins configuration

682

680f349c

2015-04-29

dupre

travis

681

fa31f4aa

2015-04-29

dupre

fix a unit test failing due to the deletion of an unncessary import

680

2b2af90e

2015-04-29

dupre

fix issues with notebooks (pylab inline)

679

eb9f7d06

2015-04-29

dupre

update module for travis, add instruction pylab inline

678

99ea2c8c

2015-04-29

dupre

fix some unit test not passing on travis

677

f0bcb468

2015-04-28

dupre

travis

676

691b2671

2015-04-28

dupre

travis

675

b440c979

2015-04-28

dupre

travis

674

3b3a45fb

2015-04-28

dupre

fix a unit test failing due to a missing data file

673

9eeb8042

2015-04-27

dupre

update travis.yml

672

b762f7cd

2015-04-27

dupre

update readme.rst

670

f347228b

2015-04-27

dupre

update travis scripts

668

cbe59af6

2015-04-27

dupre

add functions to easily see blog post related to the teachings

667

c89daf9f

2015-04-26

dupre

add blog root

666

7e7778f1

2015-04-26

dupre

add a blog post, addition to section getting started

665

a6bb9692

2015-04-26

dupre

fix automation, fix a notebook failing on IPython 3

664

2fd5958a

2015-04-26

dupre

add a file opening RSS blogs for this modules and the related ones

663

ab401c3e

2015-04-25

dupre

fix a bug introduced in a previous commit (jenkins)

660

8324d414

2015-04-25

dupre

automation and documentation

659

a40e2225

2015-04-24

dupre

documentation, dependencies

656

a622ff2a

2015-04-22

dupre

update setup.py

655

22d9d942

2015-04-21

dupre

apply flake8

654

ed9cd55e

2015-04-21

dupre

update setup.py to enforce the writing of version.txt

653

c62a9e47

2015-04-20

dupre

split a unit test into two

652

8e4ddaf5

2015-04-20

dupre

blog

651

cd6063c2

2015-04-20

dupre

two more blogs

650

f3cb002a

2015-04-20

dupre

add pythonnet for python 2.7

649

47ce87a9

2015-04-19

dupre

fix a unit test

648

1ba9315e

2015-04-19

dupre

automation

647

ff9ae517

2015-04-19

dupre

documentation, split a unit test

646

10289ea3

2015-04-19

dupre

fix some issues with notebooks and unit tests

645

bfab6dc1

2015-04-18

xavier dupré

fix a bug in the script name running test for python 2.7 on Jenkins

644

918f95ee

2015-04-18

dupre

switch between python 2.7 and 3.4 when publishing

643

1412a0cd

2015-04-18

xavier dupré

add more setups, python 2.7, conda updates

642

68bc1862

2015-04-18

dupre

update jenkins scripts

641

b8fd707f

2015-04-18

dupre

add filters to avoid publishing undesired files

640

5190d58d

2015-04-18

dupre

update readme.txt

639

4a08a6d2

2015-04-18

dupre

avoid math in a notebook title

638

f025d1b0

2015-04-17

dupre

FAQ

636

d65c5cd3

2015-04-16

dupre

update a notebook to use ravel

635

7d6cbc98

2015-04-16

dupre

remove a file, revert a change

634

dd7939a4

2015-04-16

dupre

add a unit test to test the presence of R

633

03ec9d87

2015-04-15

xavier dupré

update path to modules

632

3fe61f11

2015-04-15

dupre

remove extra spaces

631

02549310

2015-04-15

dupre

add automation scripts easy to use

630

852d19e2

2015-04-15

dupre

update notebooks to ipython 3.1

629

f9a6f8c3

2015-04-15

dupre

update to ipython 3.1, requirements, documentation

627

2943dd69

2015-04-12

dupre

fix two failing unit test due to a missing import

626

038d8efe

2015-04-12

dupre

disable a unit test requiring the run of multiple processors (job distribution)

624

515952cb

2015-04-12

dupre

fix a notebook on mortality table, remove unnecessary files

623

19f02f0c

2015-04-12

dupre

to continued (2)

622

99032b11

2015-04-12

dupre

to be continued

621

e2173255

2015-04-12

dupre

delete unnecessary file checked in in the previous commit

620

e1a2f292

2015-04-12

dupre

fix issues with newer version of some modules (bokeh)

619

ba406b5b

2015-04-11

dupre

article de blog

618

cd685fb3

2015-04-11

dupre

update language

617

8dda7d25

2015-04-11

dupre

remove the sidebar which was added by a change in pyquickhelper

616

8e8aa8ae

2015-04-11

dupre

add blog to table of contents

615

db96b699

2015-04-11

dupre

update gitignore, setup.py

614

df3c8a08

2015-04-11

dupre

fix encoding issues in a blog

613

c1faa0fe

2015-04-11

dupre

update a unit test to make it work when the connection is bad

612

bcbcf8a6

2015-04-10

dupre

fix some issues with C++ and notebooks

611

4ebbfae3

2015-04-10

dupre

fix some unit tests dealing with cython

610

a00caf8e

2015-04-09

dupre

add 2 links

608

b920489d

2015-04-07

dupre

new blog post

607

0b08d6f1

2015-04-07

dupre

add a function to replace __BLOG_ROOT__ by the current location of the published documentation

606

02c9fbb3

2015-04-07

dupre

modifies .gitignore

605

a41f2427

2015-04-05

dupre

update .ignore

604

c2b5598e

2015-04-04

dupre

update links and data

603

89910c8d

2015-04-03

dupre

add a fonction to change the legend location with matplotlib

602

de151224

2015-04-01

dupre

move the logo pypi to the end of index.html

601

b13be34a

2015-03-24

dupre

add code_beatrix

600

220d7640

2015-03-23

dupre

update conf.py

598

a4b69b10

2015-03-22

dupre

add missing modules to run the unittests, disable travis build

597

dca8218d

2015-03-21

dupre

remove h5py from the requirements

596

9888f4a2

2015-03-21

dupre

fix another import issue

595

0ca2e947

2015-03-21

dupre

fix a bug in a notebook + remove scipy, cvxopt from requirements (does not work on travis)

594

19feab67

2015-03-21

dupre

another try for travis

593

250dc8ac

2015-03-21

dupre

fix issues in two notebooks

592

a8a6b147

2015-03-21

dupre

another try for travis

591

a30aab97

2015-03-21

dupre

try a different configuration on travis for cvxopt

590

11b6f9f8

2015-03-21

dupre

remove cvxopt from requirements because it does not compile on travis

589

71a0ded8

2015-03-21

dupre

notebook about bayesian statistics

588

4dfd382b

2015-03-21

dupre

move cvxopt to the end of the requirements

587

3bf9c43d

2015-03-21

dupre

add missing dependency requirements

586

fbb24fae

2015-03-21

dupre

fix requirements

584

46444cda

2015-03-21

dupre

add travis support, update jenkins automation functions

583

6d6d3109

2015-03-21

dupre

applies flake8

582

6c832aaa

2015-03-19

dupre

fix link

581

cbe62603

2015-03-18

dupre

add extra checking for cython

580

a21b3a77

2015-03-18

dupre

new links

579

1fcb4e83

2015-03-17

dupre

write version.txt before generating the setup

578

5b7feb04

2015-03-16

dupre

improve help generation

577

333dd16c

2015-03-15

dupre

update automation

576

511cf2be

2015-03-15

dupre

fix conf.py

575

63bcd306

2015-03-15

dupre

modifies setup

574

e6e57b66

2015-03-15

dupre

modify section getting started

573

9aeee201

2015-03-15

dupre

change documentation template

572

6740b3a7

2015-03-15

dupre

typo

571

6b441a66

2015-03-15

dupre

projets 1A

570

37621672

2015-03-13

dupre

fix a misspelling

569

6854c8fa

2015-03-12

dupre

add automation for jenkins

568

fe6447ff

2015-03-07

dupre

fix a broken link

567

f9aec297

2015-03-07

dupre

fix missing import in a notebook

566

adf9d804

2015-03-07

dupre

ajout du notebook ml_features_model

565

e6835594

2015-03-02

dupre

fix an issue with bokeh (an old example did not work with the new version)

564

6ca8cda0

2015-03-01

dupre

update failing notebook

563

da5e986d

2015-03-01

dupre

update the code to produce more information

562

4352faf2

2015-03-01

dupre

update getting started section

561

17d7e3ee

2015-03-01

dupre

applies pep8

560

0a394d4f

2015-03-01

dupre

add comments to setup

559

62fe93a7

2015-03-01

dupre

build_sphinx_catch

558

cb13ae22

2015-03-01

dupre

remove return in setup

557

ea9797a8

2015-03-01

dupre

tries to go around the same issue about building the documentation

556

1a5c9a26

2015-03-01

dupre

tries to build the documentation

554

0cc49b35

2015-03-01

dupre

modifies the help generation to make it work

553

d9a1e624

2015-03-01

dupre

update setup and documentation

540

404943d7

2015-02-28

dupre

remove building for python 3.3

539

f502bfbb

2015-02-28

dupre

remove last change

538

ccbde858

2015-02-28

dupre

modifies conf.py

537

7ce28c09

2015-02-28

dupre

exclude some part of the code from the documentation

535

2967f60c

2015-02-26

dupre

add reference to deap

534

622a6985

2015-02-26

dupre

a few links and typos

533

4b43e61c

2015-02-25

dupre

pres

532

af3e9f76

2015-02-24

dupre

glossary

531

98ce7448

2015-02-24

dupre

présentation lien

530

10c28d58

2015-02-24

dupre

simulation

529

551380b9

2015-02-24

dupre

présentation projets 1A

528

65a830ae

2015-02-23

dupre

function to create project from an excel sheet

527

cd5e9ebc

2015-02-23

dupre

présentation projets

526

b9673444

2015-02-22

dupre

remove a duplicated link

525

f8dcf83f

2015-02-22

dupre

add an example of how to overload a learning model to use scikit-learn API

524

cd782aba

2015-02-22

dupre

outils

521

f29789de

2015-02-22

dupre

missing packages

520

bcfea7aa

2015-02-21

dupre

améliore la section installation

519

a23bb8e3

2015-02-21

dupre

update publish_on_pypi.bat

518

4289f0ec

2015-02-21

dupre

improve an error message

517

8f9d7bfd

2015-02-19

dupre

fix the setup, update section getting started

516

36d0dedf

2015-02-19

dupre

fix setup batch

515

0c1778ff

2015-02-18

dupre

getting started

514

d4a5d995

2015-02-17

dupre

build the setup with any python distribution

513

75c6c57b

2015-02-17

dupre

fix a link

512

a9d8948c

2015-02-17

dupre

try to fix a documentation bug

511

e7da980a

2015-02-16

dupre

add a script to run unit test on a specific environment

510

f3b87928

2015-02-16

dupre

fix a bug while updating the website

509

b131345f

2015-02-16

dupre

new visit of the index

508

a02f7b66

2015-02-15

dupre

change the menu

506

880e7e7d

2015-02-15

dupre

change content_as_binary when uploading the website

505

2fc473ca

2015-02-15

dupre

update the function which modifies file to publish

503

a1ff34fc

2015-02-15

dupre

remove a unit test from the list run each time (folium is failing)

502

4e750371

2015-02-15

dupre

updating automation code to publish the documentation and the setups

501

81b6c206

2015-02-14

dupre

lighter menus

500

ab1dd610

2015-02-11

dupre

links, glossary

499

8834385d

2015-02-10

dupre

improve git cloning

498

b3b14c11

2015-02-10

dupre

fix a bug when retrieving data from git

497

1785ca6b

2015-02-09

dupre

fix graphviz path in a notebook

496

3f3dd670

2015-02-09

dupre

improve unit test + links

495

55c1f5b6

2015-02-08

dupre

remove an instruction show in a notebook

494

07290220

2015-02-08

dupre

update unit test for notebooks

493

03be522c

2015-02-08

dupre

fix another unit test

492

7db9cf8d

2015-02-08

dupre

fix a unit test (skip module ggplot)

491

90d51a4b

2015-02-07

dupre

improve notebooks, fix some unit tests

490

011e6d97

2015-02-06

dupre

remove extra spaces

489

bcac2e30

2015-02-05

dupre

modifies a unit test failing because of audio

488

8eda9169

2015-02-05

dupre

split a unit test into 2 streams

487

35ff8cf7

2015-02-05

dupre

unit test for notebooks and a few corrections

486

65348e95

2015-02-05

dupre

remove code pandoc is unable to convert

485

8f618929

2015-02-05

dupre

remove prettyplotlib

484

00dd692b

2015-02-05

dupre

fix notebooks in 2a

483

ffd249b7

2015-02-05

dupre

others test for notebooks in expose

482

42c0bb97

2015-02-05

dupre

add unit test for notebooks in expose

481

e92a9452

2015-02-05

dupre

more unittests for the notebooks

480

1dd6c888

2015-02-05

dupre

add unit tests for the notebooks

479

62f9ba73

2015-02-03

dupre

first unit tests on notebooks

478

6f777939

2015-02-03

dupre

add unit test to test a notebook

477

097c68f0

2015-02-02

dupre

documentation, liens, unit tests

476

12b875c5

2015-01-28

dupre

projets + fad pandas

475

5ee4a34b

2015-01-28

dupre

énoncé rattrapage 2015

474

21c4aaea

2015-01-28

dupre

change une valeur par défaut

473

19aa21ef

2015-01-25

dupre

shebang

472

cb657b9e

2015-01-25

dupre

conférences, communautés

471

9db57a35

2015-01-23

dupre

source de données

470

aa4dd91a

2015-01-22

dupre

second reference for a book

469

89ff6689

2015-01-20

dupre

fix the setup

468

351c046f

2015-01-20

dupre

fix setup

467

b0aa5acb

2015-01-20

dupre

encoding, comments

466

2b6d9ac0

2015-01-19

dupre

fix setup + update batch

465

7716ad45

2015-01-19

dupre

remove BOM

464

a27f2fe9

2015-01-17

dupre

typo 2

463

bfd4618c

2015-01-17

dupre

typo

462

a40e7630

2015-01-17

dupre

improve a unit test

461

65cb6a8d

2015-01-17

dupre

fix labels, menu

460

05a04c77

2015-01-17

dupre

fix the setup

459

4e175103

2015-01-17

dupre

setup + documentation + extra spaces

458

e00fbdc4

2015-01-15

dupre

fix an issue with a rst label

457

3cc17994

2015-01-15

dupre

again unit tests

456

3eae0ba5

2015-01-15

dupre

fix the same unittest

455

09748add

2015-01-15

dupre

improve a unit test

454

7b5cf58e

2015-01-15

dupre

ajoute un timeout à la fonction get_data

453

cb9e7901

2015-01-15

dupre

quelques liens, sources de données projets informatiques

452

d737c044

2015-01-11

dupre

automation

451

a847aa8f

2015-01-07

dupre

liens

450

32fc28ba

2015-01-04

dupre

ajout d’une question relative à ipython

449

4a54c618

2015-01-04

dupre

ajout d’un lien

448

969ae8e3

2015-01-02

dupre

projet

447

cc3b5c4b

2015-01-02

dupre

automation

446

c616d27f

2015-01-01

xavier dupré

add function git_change_remote_origin

445

95bda054

2015-01-01

dupre

remove extra spaces

444

82e3d0cb

2015-01-01

dupre

fix some encodings, deeply nested errors (latex)

442

69ac6bcf

2015-01-01

dupre

désactive un test unitaire qui tourne sur une machine distante

441

476b3fe9

2015-01-01

dupre

refoactor a little bit project_helper

440

de5da1e1

2015-01-01

dupre

fix a bug in a notebook formula (for PDF conversion)

439

3f127596

2015-01-01

dupre

automation + quelques corrections de notebooks

438

8a953f27

2015-01-01

dupre

projets, liens

437

b430d350

2014-12-31

dupre

code for automation

436

3d9bb81a

2014-12-30

dupre

try to fix a link

435

ba9b1285

2014-12-30

dupre

simplify configuration, projects

434

4ec87009

2014-12-30

dupre

encoding issue

433

215dccec

2014-12-30

dupre

remove extra spaces

432

0124060d

2014-12-30

dupre

projets informatiques 1A

431

4daf73b4

2014-12-30

dupre

ajoute une fonction pour la FAQ matplotlib (labels, get_xticks)

430

9b9c8133

2014-12-30

dupre

add graph change to documentation

429

0fbdfdcb

2014-12-29

dupre

fix links

428

4b861cb6

2014-12-28

dupre

index

427

860812c8

2014-12-28

dupre

fix links

426

2f3abd08

2014-12-28

dupre

add missing depencency for the documentation

425

0b5067eb

2014-12-28

dupre

documentation, automation

424

fe7c1229

2014-12-28

dupre

some automation functions to grab emails from students

423

3cdbf41e

2014-12-27

dupre

remove extra space

422

c85c1834

2014-12-27

dupre

ajout d’un notebook illustrant pickle

421

d97b2259

2014-12-27

dupre

projets 1A, un peu plus de projets

420

6c347a7f

2014-12-22

dupre

référence projets

419

115d6217

2014-12-21

dupre

projets

418

5bacfba8

2014-12-20

dupre

ajout de code pour récupérer les discours du président

417

1cf0e038

2014-12-20

dupre

rst typo

416

916fec4b

2014-12-19

dupre

projets reférences

415

d1e0822d

2014-12-19

dupre

fix issues abotu the logging on Flask to avoid crashing unit tests

414

b91867a7

2014-12-19

dupre

process a form

413

4a00673b

2014-12-19

dupre

projets informatiques

412

2c9015f1

2014-12-18

dupre

index

411

66b3894a

2014-12-18

dupre

ajoute un exemple sur Flask

410

d92ad7b5

2014-12-17

dupre

notebook sur git

409

c8f67c94

2014-12-16

sdpython

projet 3A

408

3088d5c2

2014-12-15

sdpython

corrections mineures

407

cf30ee83

2014-12-15

sdpython

remove extra spaces

406

3372e87b

2014-12-15

sdpython

liens, notebooks, astuces

405

93247ce3

2014-12-14

sdpython

corrige certains liens

403

4918288f

2014-12-13

sdpython

correction de l’interrogation écrite de décembre par Yves Gerey

402

e21e8db6

2014-12-12

sdpython

quelques notes ou liens supplémentaires

400

70cfb8ea

2014-12-11

sdpython

corrige une erreur de latex

398

87392e91

2014-12-10

sdpython

quick fix to remove $$

397

b9ba462c

2014-12-10

sdpython

typo + bug latex

394

e0dc7b2a

2014-12-09

sdpython

faq

393

e41224f2

2014-12-08

sdpython

correction mineures

392

c334db36

2014-12-07

sdpython

change les espaces devant les listes

391

5c3eac18

2014-12-07

sdpython

quelques corrections

390

452d3b3b

2014-12-06

sdpython

correction td note 2015

389

7bcdd0e2

2014-12-06

sdpython

change configuration

388

b0bdbe07

2014-12-06

sdpython

fix a mistake

387

7c91d16b

2014-12-06

sdpython

another specific configuration

386

539783c6

2014-12-06

sdpython

adapt to the latest pyquickhelper

385

84f1f75f

2014-12-06

sdpython

more links

384

8bee4ee9

2014-12-06

sdpython

add link

383

4f28908b

2014-12-06

sdpython

début de la correction du TD noté 2015

382

5f5ced6b

2014-12-06

sdpython

début de la correction

381

670bf8d7

2014-12-06

sdpython

links

380

913421b7

2014-12-06

sdpython

titre, tests unitaires

379

cc84a1c5

2014-12-05

sdpython

déplace un fichier

378

4ee09692

2014-12-05

sdpython

rassemble le cours entre 3 chapitres 1A (programmation), 2A (machine learning), 3A (parallélisation)

377

980d9686

2014-12-05

sdpython

refactoring

376

a5569cc1

2014-12-05

sdpython

refactoring, ajoute paramètre fLOG à get_data

375

d1a295b6

2014-12-05

sdpython

correction d’une correction

374

fd20f369

2014-12-04

sdpython

quelques corrections + un test unitaire modifié

373

5706377a

2014-12-04

sdpython

début correction séance 8 - 3A

372

78871373

2014-12-03

sdpython

correction de la séance 7

371

8df81789

2014-12-02

sdpython

  • 1 lien

370

f0b51f72

2014-12-02

sdpython

FAQ autour de ipython

369

a18aaaa9

2014-12-01

sdpython

liens, textes

368

81769220

2014-11-30

sdpython

liens 1A

367

c226c308

2014-11-30

sdpython

lien

366

832a182e

2014-11-29

sdpython

biblio, correction d’urls

365

575d5584

2014-11-28

sdpython

latex bug

364

42ef2b54

2014-11-28

sdpython

problème d’index dans sphinx (et pyquickhelper)

363

29b50b68

2014-11-28

sdpython

wrong typo

362

92a4602b

2014-11-28

sdpython

fin temporaire de la séance 7

361

f75c04c3

2014-11-28

sdpython

séance 8 3A

360

b5c69347

2014-11-27

sdpython

début de la séance 8

359

d5200048

2014-11-27

sdpython

séance 7 avec paramètres

358

a65effc2

2014-11-27

sdpython

latest on seance 7

357

b8d518af

2014-11-27

sdpython

séance 12 TD1A, ggplot style

356

9bb6e3e1

2014-11-26

sdpython

correction de la séance 7 avec Jython toujours (on avance un peu)

355

00fdbd9e

2014-11-25

sdpython

cleaning

354

18183872

2014-11-25

sdpython

faq matplotlib

352

a0499091

2014-11-25

sdpython

dernier échec ce soir

351

207aadfa

2014-11-25

sdpython

change la façon de gérer les chemins avec Azure

350

672315b8

2014-11-24

sdpython

premère correction du td 7 avec Azure

349

c4a6cc5d

2014-11-24

sdpython

quelques liens en plus

347

93d1eae6

2014-11-23

sdpython

correction séance 7 + autres corrections

346

d3aea743

2014-11-23

azure provisioned user

bash script for linux

345

f3ef0d24

2014-11-23

sdpython

corrections, entretiens

344

54b68730

2014-11-22

sdpython

corrige un exercice utilisant cvxopt

343

aa7c3c6d

2014-11-22

sdpython

corrections mineures, liens…

342

074e918a

2014-11-21

sdpython

séance 7 streaming

341

f829ed33

2014-11-20

sdpython

séance 7 améliorations non conclusives

340

ddd9e8a9

2014-11-19

sdpython

correction td 7 3A (à terminer)

339

80a6f4c7

2014-11-18

sdpython

corrections, liens

338

15d96ba1

2014-11-18

sdpython

séance 7

337

f22d0376

2014-11-17

sdpython

faq

336

2015797b

2014-11-17

sdpython

première version de la séance 7

335

c48b87ff

2014-11-15

sdpython

mode batch (2)

334

62ff65cb

2014-11-15

sdpython

mode batch

333

44288c2a

2014-11-15

sdpython

remove the weird character on pypi

332

dcaf4892

2014-11-15

sdpython

update dependencies

331

82ba4037

2014-11-15

sdpython

utilise %lsr plutôt que %ls (problème d’encoding)

330

df80c285

2014-11-15

sdpython

ajoute quelques précisions à un notebook

329

7eb4193f

2014-11-15

sdpython

modify the notebooks with the latest version of pyensae, pyquickhelper

328

af975d77

2014-11-15

sdpython

change le formulaire qui saisit les credentials

327

404ba1ce

2014-11-15

sdpython

correction interrogation écrite + quelques corrections mineures

326

743a31e1

2014-11-14

sdpython

correction de liens

325

1d1fd7b9

2014-11-14

sdpython

présentation

324

a203f731

2014-11-14

sdpython

présentation

323

bdeb4042

2014-11-14

sdpython

night fixes

322

a492cf7e

2014-11-13

sdpython

projet 3A début + quelques corrections

321

b0506f44

2014-11-13

sdpython

night

320

02ac4730

2014-11-13

sdpython

présentation

319

23791008

2014-11-12

sdpython

correction notebooks

318

e1af8e9b

2014-11-12

sdpython

typo

317

7e091e4c

2014-11-11

sdpython

corrections mineures

316

afaf514f

2014-11-11

sdpython

apprendre à programmer

315

bea738ac

2014-11-10

sdpython

quelques précisions

313

5910eb11

2014-11-09

sdpython

fix the setup (cannot find readme.rst)

312

05c1e601

2014-11-09

sdpython

change la version requise de pyensae

311

8ea286d0

2014-11-08

sdpython

remove extra spaces

310

515e1105

2014-11-08

sdpython

correction séance 8 (A1, correction)

309

9a02ee5e

2014-11-08

sdpython

correction optmisation quadratique (1A)

308

e7b2d17f

2014-11-08

sdpython

remove extra space

307

c66728ae

2014-11-08

sdpython

refactoring + ajout du fichier optimisation_contrainte.py

306

ce0e8ef5

2014-11-08

sdpython

remove extra spaces

305

a48420a6

2014-11-08

sdpython

corrections de notebook + liens

304

ac88bac0

2014-11-07

sdpython

todo

303

a5aedcba

2014-11-07

sdpython

ajouts de liens,correction de quelques typos séance 9

300

33552803

2014-11-06

sdpython

présentation 3A + typo

299

623180fd

2014-11-06

sdpython

présentation 3A

298

25e25993

2014-11-05

sdpython

td3A

296

de04bf6f

2014-11-04

sdpython

supprime une cellule non indispensable

295

f8497f7b

2014-11-04

sdpython

correction de la séance 6

293

740a1afb

2014-11-03

sdpython

algorithmie

292

a255fda2

2014-11-03

sdpython

code jam

291

6f5ab0bc

2014-11-03

sdpython

notes séance 6

290

38f3b748

2014-11-03

sdpython

notes du cours séance 6

289

21ca262c

2014-11-03

sdpython

fin de la séance 6 avec Azure (sans correction)

288

f23acd77

2014-11-02

sdpython

azure

287

d07c6fa1

2014-11-02

sdpython

azure

286

59ab07fd

2014-11-02

sdpython

séance 6 avec Azure, manipulation de fichiers

285

c73e21c4

2014-11-01

sdpython

début du notebook sur azure

284

24444e79

2014-10-31

sdpython

dernières modifications, questions

283

60a9dd44

2014-10-31

sdpython

config change + quelques réponses à des questions

282

a57e68a8

2014-10-30

sdpython

ajoute un moyen de lancer un serveur en local pour la documentation

281

6f86b9b1

2014-10-30

sdpython

réponse aux questions, ajout de liens dans les notebook existants

280

56957e5d

2014-10-30

sdpython

documentation style

279

b5a5d297

2014-10-30

sdpython

configuration + réponse à une question

278

fe8e9715

2014-10-30

sdpython

references, help layout

277

c227e86b

2014-10-28

sdpython

small corrections

276

50e92755

2014-10-26

sdpython

références

274

a845b2c1

2014-10-25

sdpython

liens

273

60011085

2014-10-25

sdpython

cleaning

272

07b32a5a

2014-10-25

sdpython

séance 6 3A

271

d4ab1c68

2014-10-25

sdpython

ajout de la correction de la séance 6 (3A), quelques typos pour la séance 8 (1A)

270

7d762ed3

2014-10-24

sdpython

links, typo, séance 6 en 3A

269

6dfa7fa2

2014-10-23

sdpython

séance 6 - the job

268

41726045

2014-10-22

sdpython

séance 6 : initiation HDFS

267

1f76bf30

2014-10-21

sdpython

séance 6 - 3A

266

3fd7b57a

2014-10-20

sdpython

séance 5 - notes

265

17351120

2014-10-20

sdpython

séance 5

264

e01c4aad

2014-10-18

sdpython

quick change

263

aa73ca20

2014-10-18

sdpython

typo

262

1c6664d6

2014-10-18

sdpython

première version de la présentation de Nicolas

261

23f8acc5

2014-10-18

sdpython

quelques liens, documentation

260

ce78e366

2014-10-18

sdpython

canevas pour la session 5 (2A)

259

176fa264

2014-10-18

sdpython

resources

258

3c158f02

2014-10-18

sdpython

setup

257

14eddcc2

2014-10-18

sdpython

amélioration de l’énoncé TD 1A 7 + communiation python, R

256

44683531

2014-10-17

sdpython

typo

255

d9179269

2014-10-17

sdpython

quelques essais pour gérer quelques problèmes de documentation

254

312a2f10

2014-10-17

sdpython

correction séance, projet 2A

253

f83b6032

2014-10-14

sdpython

link

252

9b456c96

2014-10-13

sdpython

présentation

251

8180bfed

2014-10-13

sdpython

link

250

7a3a27a9

2014-10-13

sdpython

link

249

6b5dc717

2014-10-13

sdpython

encoding

248

f0ab965c

2014-10-13

sdpython

liens

247

56419e10

2014-10-13

sdpython

séance 4, algorithme

246

33b2e139

2014-10-12

sdpython

add a book

245

b46d9dd1

2014-10-12

sdpython

typo

244

670aa675

2014-10-12

sdpython

séance 4 avec images

243

3cc20db0

2014-10-12

sdpython

séance 4

242

cb9b7fd8

2014-10-12

sdpython

séance 4 - machine learning d3.js

241

e3672c72

2014-10-11

sdpython

refactoring

240

2e750555

2014-10-11

sdpython

plus grande somme

239

907c989f

2014-10-11

sdpython

notebook exercice

238

732bac6c

2014-10-11

sdpython

fix a reference

237

1278c758

2014-10-11

sdpython

correction de la dernière interrogation écrite

236

d560f641

2014-10-09

sdpython

corrections nocturnes

234

07a49f5f

2014-10-09

sdpython

C#, 3A

233

87ea6d29

2014-10-08

sdpython

bibliographie

232

f10a4654

2014-10-07

sdpython

fix latex issues

231

8ba2b3c3

2014-10-07

sdpython

more links

230

8362fbc5

2014-10-06

sdpython

merged pull request from athabault, resolving conflict

229

db309bcf

2014-10-06

AThabault

corrected typo and added corrections

228

5c476905

2014-10-06

sdpython

fix path names

227

d74c8225

2014-10-05

sdpython

séance 3

226

58c7c381

2014-10-04

sdpython

séance 5, 3B

225

a0ea0ba3

2014-10-03

sdpython

séance 3B

224

a19071a8

2014-10-02

sdpython

seance 3A 2A + quelques corrections d’erreurs

223

a08d52ce

2014-10-02

sdpython

séance 3

222

fc8aff02

2014-10-01

sdpython

seance 3 suite

221

5c33f7e2

2014-09-30

sdpython

last modifications

220

437e0dcb

2014-09-30

sdpython

quelques corrections + liens

219

9066dbee

2014-09-29

sdpython

dernières corrections pour la séance 2

218

2f1db37d

2014-09-29

xavier dupré

Merge pull request #4 from athabault/master

217

8d2fd640

2014-09-29

sdpython

premiers essais séance 3

216

e29cad51

2014-09-29

AThabault

good to go!

214

473e6786

2014-09-28

sdpython

typo

213

53aaa87e

2014-09-27

sdpython

toctree

212

18a43316

2014-09-27

xavier dupré

Merge pull request #3 from athabault/master

211

57662f1a

2014-09-27

sdpython

séance 2D

210

d3c7cb12

2014-09-27

AThabault

apero a la maison; have to stop; will resume later

209

0edb05ee

2014-09-27

sdpython

changement de liens

208

5cc8db2f

2014-09-27

sdpython

correction examen 26/9/2014

207

b3bd6a04

2014-09-27

sdpython

séance 2 + thread

206

fb9abfe1

2014-09-27

sdpython

modification séance 2 2A, séance 4 1A

205

c96efd61

2014-09-25

sdpython

séance 2D

204

b2032d7d

2014-09-25

sdpython

data2a

203

3ab26124

2014-09-24

sdpython

typo

202

211251c7

2014-09-23

sdpython

correction séance 1 + séance 2A

200

dff6c432

2014-09-21

sdpython

dernière modification de la session 1

199

f50bfc36

2014-09-21

xavier dupré

Merge pull request #2 from athabault/master

198

b8442cc3

2014-09-21

sdpython

correction séance 1 (2A)

197

3a280f68

2014-09-21

AThabault

Riemann

196

631b8e6c

2014-09-21

sdpython

ajout d’une question sur StringIO dans la FAQ

194

ecf4a2fb

2014-09-21

sdpython

écourte quelques chemins

193

b7936bfe

2014-09-20

sdpython

ipython et C#

192

df2b23d6

2014-09-20

sdpython

ajout de magics commands %%SPEAK, %%CS

191

69fa6a15

2014-09-20

sdpython

ajout d’une DLL CS + code pour créer des fonctions en C# depuis une chaîne de caractère

190

b9719300

2014-09-20

sdpython

correction de la séance 1 2A

189

6f3e4c8b

2014-09-20

sdpython

ajout de la fonction dfs2excel

188

6d56c2e4

2014-09-19

sdpython

remove some pringx

187

0393b277

2014-09-19

sdpython

séance 1

186

d2b7cb50

2014-09-18

sdpython

python et C#, détails

185

e5efdbe6

2014-09-18

sdpython

version + fix a bad url

184

5f718d05

2014-09-18

sdpython

séance 1 (2A)

183

10d1b9c3

2014-09-17

sdpython

paths

182

5cd1aa7a

2014-09-17

sdpython

préparation de la séance 2 (2A)

181

1eb015a6

2014-09-17

sdpython

python, r, csharp, moving some notebooks

180

8bca88a2

2014-09-16

sdpython

présentation première séance

179

f61970ad

2014-09-15

sdpython

presentation 2A

178

ae5af370

2014-09-14

sdpython

refoactoring, documentation

176

65c17835

2014-09-14

sdpython

quelques typos

174

ad73433d

2014-09-14

sdpython

trucs et astuces

173

1a772bf0

2014-09-13

sdpython

fix a unit test

172

5a9b1428

2014-09-13

sdpython

presque au bout des rues de paris

171

93a3df6c

2014-09-13

sdpython

rue de paris + mails

170

ddbc8831

2014-09-11

sdpython

correction sur la session 3, amélioration d’un notebook sur les rues de paris

169

378b3e9f

2014-09-11

sdpython

projets informatiques, rue de Paris

168

40bca5d6

2014-09-11

sdpython

projets informatiques

167

8a1f4b18

2014-09-07

sdpython

fix a url

165

eaea6d15

2014-09-07

sdpython

petite correction

164

780caac7

2014-09-06

sdpython

python + r

163

cf991c45

2014-09-06

sdpython

quelques corrections après la première séance

162

d5fb390e

2014-09-05

sdpython

présentation

161

703e50a7

2014-09-04

sdpython

essai de R avec les notebooks

160

60acb3bf

2014-09-04

sdpython

début de la description du cours de 2A

159

8a41a57f

2014-09-03

sdpython

inverse deux parties pour la seconde séance de TD (boucle et test)

158

5f2e1373

2014-09-03

sdpython

ajout d’un notebook sur hdf5 (début)

157

d2a62db6

2014-09-02

sdpython

petites corrections

156

751c0b71

2014-08-31

sdpython

table de mortalite

155

0a9b4c90

2014-08-30

sdpython

suite du cube

154

d0fb8661

2014-08-30

sdpython

ajout d’un notebook autour des tables de mortalités

153

9374af35

2014-08-29

sdpython

liens, typo

151

a28a97db

2014-08-29

sdpython

petit oubli dans l’automatisation

150

6767533b

2014-08-29

sdpython

enlève le texte barré qui ne plaît pas à nbconvert

149

a3cf9380

2014-08-29

sdpython

ressources biblio

148

50cc4512

2014-08-29

sdpython

supprime la searchbar dans la présentation + quelques typo

146

e82cace2

2014-08-27

sdpython

ajout de quelques références pour les data cubes

145

00ac70bf

2014-08-26

sdpython

typo

142

5cc17be2

2014-08-24

sdpython

présentation

141

20bc3ed5

2014-08-24

sdpython

fin de la séance 12

140

7207541c

2014-08-24

sdpython

séance 12, autres graphiques

139

f50d7193

2014-08-22

sdpython

relecture des deux premières séances

138

f453abb2

2014-08-20

sdpython

séance 12

137

f69418e1

2014-08-20

sdpython

biblio

136

aea5ddaf

2014-08-19

sdpython

séance 12 (énoncé)

135

75213646

2014-08-19

sdpython

presentation

134

18340c03

2014-08-18

sdpython

première version de la présentation

133

679fafb2

2014-08-18

sdpython

sphinx errors

132

c16fffc0

2014-08-18

sdpython

typo

131

f430df70

2014-08-14

sdpython

la séance 12 continue

130

2d892fb0

2014-08-14

sdpython

typo + séance 11

129

55dcc7bb

2014-08-13

sdpython

un peu plus loin dans la séance 12

128

5294c9ec

2014-08-12

xavier dupré

Merge pull request #1 from sciunto/typo

127

b68865dc

2014-08-12

sdpython

corrige quelques liens

126

a2fd971a

2014-08-12

François Boulogne

fix broken link

125

af6ba969

2014-08-10

sdpython

documentation + layout

124

b0b9884d

2014-08-10

sdpython

début de la séance 12

123

39a12465

2014-08-10

sdpython

essai d’une troisième version du layout

122

578d02a6

2014-08-10

sdpython

documentation, quelques corrections

121

9185c616

2014-08-09

sdpython

répare quelques problèmes de conversion en latex

120

918551d2

2014-08-09

sdpython

seance 11, fin de la correction

119

b6ea8ed8

2014-08-08

sdpython

séance 11, correction

117

7e53a4b8

2014-08-03

sdpython

utilise %%cython dans les notebooks

116

2eae92a8

2014-08-03

sdpython

change une référence locale

115

ee15bf2d

2014-08-03

sdpython

séance 10 + quelques modifications + python pour un data scientist

114

2e2431d0

2014-08-02

sdpython

séance 11 + diverses exercices

113

d5078f40

2014-08-01

sdpython

début de la séance 11

112

747bc946

2014-08-01

sdpython

change pythonnet + ajoute un exemple de DLL C#

111

f947289d

2014-07-30

sdpython

typo

110

23328ff6

2014-07-30

sdpython

retouches td1a, cours

109

db560ffc

2014-07-29

sdpython

documentation + unit test for pythonnet

108

a3fbbd84

2014-07-27

sdpython

setup

107

dc5dcf7e

2014-07-27

sdpython

séance 10

106

3cf1783c

2014-07-27

sdpython

seéance 10 + second layout pour la documentation

105

de193278

2014-07-27

sdpython

finalise le second layout de la documentation

104

4dd65904

2014-07-27

sdpython

améliore la documentation

103

d3694891

2014-07-27

sdpython

ajoute un test unitaire pour pythonnet

102

418af041

2014-07-27

sdpython

ajoute pythonnet a ensae_teaching_cs

100

c4a21b67

2014-07-20

sdpython

typo

99

9869116c

2014-07-20

sdpython

ajout de la méthode describe

98

07995c80

2014-07-20

sdpython

séance 10 sans numpy

97

05197147

2014-07-19

sdpython

toujours séance 10 (1A)

96

28313c91

2014-07-19

sdpython

extends setup.py functionalities with build_sphinx, unittests

95

1b6dfb6f

2014-07-16

sdpython

petit changement td10

94

85feb3ca

2014-07-14

sdpython

td1a, séance 10, quelques changements

93

46b4807c

2014-07-14

sdpython

1A td10 première partie

92

94970fdd

2014-07-14

sdpython

typo

91

13a560b6

2014-07-13

sdpython

déplace les notebooks

90

c328621d

2014-07-12

sdpython

biblio

89

ebe1e53b

2014-07-12

sdpython

typo

88

e47ed8fd

2014-07-12

sdpython

biblio

87

2f6c38d5

2014-07-10

sdpython

biblio

86

dc98dd7d

2014-07-07

sdpython

ajout d’une référence

85

8fcfea78

2014-07-05

sdpython

module, outils

84

a4d3ad6a

2014-07-01

sdpython

biblio

83

ac126cda

2014-06-29

sdpython

sujets de projets, jeux de cartes

82

3107a81c

2014-06-29

sdpython

sujets de projets, jeux de réflexion

81

945aa836

2014-06-27

sdpython

projets informatique

80

1782174a

2014-06-24

sdpython

toujours la séance 10

79

cef1ea5c

2014-06-22

sdpython

toujours la séance 10

78

4c56345e

2014-06-22

sdpython

ajout du début de la séance 10

77

ed585088

2014-06-21

sdpython

même texte, correction de format

76

229b0588

2014-06-21

sdpython

ajout de la séance 9 (optimisation sous contrainte)

75

edffce56

2014-06-19

sdpython

séance 8 : plus de détails

74

82bb18af

2014-06-19

sdpython

ajout de la séance 8 (arbre, trie)

73

114b15e7

2014-06-18

sdpython

+msi

72

05551289

2014-06-17

sdpython

ajoute un module à la liste

71

c9445e15

2014-06-16

sdpython

refactoring

70

fbf842a9

2014-06-15

sdpython

ajout des examens passés, regroupe les exemples sur une pages

69

561b3f54

2014-06-15

sdpython

ajout d’une image

68

2bef6cf3

2014-06-15

sdpython

another fix for latex

67

e6dafb59

2014-06-15

sdpython

corrige certains code latex car il ne passe pas dans ipyhon (eqnarray)

66

dbdf9a57

2014-06-15

sdpython

ajout de la séance 7, programmation dynamique

65

a09f3d6c

2014-06-14

sdpython

ajout d’un exercice sur les algorithmes

64

c06bac55

2014-06-12

sdpython

projet informatique

63

b8461127

2014-06-11

sdpython

quelques outils, un peu plus sur les projets informatique

62

fe1e77bf

2014-06-09

sdpython

raccourcit un menu

61

99accac0

2014-06-08

sdpython

projets informatique

60

5fd77e82

2014-06-08

sdpython

sujets financiers

59

7b869fb2

2014-06-07

sdpython

projets informatique, début

58

82618d9e

2014-06-04

sdpython

projets informatique

57

23887823

2014-06-04

sdpython

plusieurs petites modifications (projets, modules, articles)

56

23d61632

2014-06-03

sdpython

ajoute __version__ dans __init__.py

55

1516b604

2014-06-03

sdpython

typo

54

4f6f19da

2014-06-01

sdpython

typo

52

06daa425

2014-05-30

sdpython

typo

51

6a90d662

2014-05-30

sdpython

FAQ, unit test

50

edc692b4

2014-05-29

sdpython

ajout d’un module

49

bb84286a

2014-05-29

sdpython

ajout d’un exemple impossible à retenir

48

73630a43

2014-05-28

sdpython

ajout de la séance 6

42

7da003de

2014-05-24

sdpython

étude velib

41

c0ef0ccc

2014-05-24

sdpython

modules + coding party

40

de03ef28

2014-05-23

sdpython

ajout de modules, autres petits fix

39

0d46354d

2014-05-23

sdpython

examples négatifs

38

d8d18c29

2014-05-23

sdpython

ma dernière version pour le hackaton (juste avant de quitter l’école)

37

0fc1ae84

2014-05-23

sdpython

quelques remarques issues de la correction des projets

36

e81ded21

2014-05-22

sdpython

coding party

35

7103ceac

2014-05-22

sdpython

coding partie

34

6b8aab84

2014-05-22

sdpython

ajout d’une page pour coding party

33

796dcc69

2014-05-22

sdpython

ajout d’un commentaire sur les encodings

32

5fe9f10a

2014-05-21

sdpython

ajout d’un module intéressant

31

aaf0ed41

2014-05-21

sdpython

ajout d’un notebook sur la loi multinomiale, quelques changements sur la page principale

30

2def488b

2014-05-20

sdpython

ajout d’un notebook sur le coût des opérations

29

66af2a4e

2014-05-19

sdpython

corrections mineures, un problème d’encoding

28

ce2a3969

2014-05-19

sdpython

ajout de la séance 5

27

4d849939

2014-05-19

sdpython

liste de modules intéressants

26

c25d721c

2014-05-17

sdpython

nouveau lien, + 1 FAQ

25

54bf4794

2014-05-15

sdpython

correction sur un notebook

24

a9607ad8

2014-05-15

sdpython

ajoute un notebook sur le TSP

23

30fea541

2014-05-15

sdpython

ajout d’une page pour les projets informatiques, quelques autres petites modifications

22

d91d1794

2014-05-13

sdpython

glossaire

21

4f95fd29

2014-05-13

sdpython

ajout d’une question sur la limite des grands entiers

20

6620a686

2014-05-12

sdpython

améliore les indexes (sidebar)

19

6c240400

2014-05-11

sdpython

ajoute la séance 4

18

aa426b98

2014-05-09

sdpython

ajoute un programme résolvant l’énigme d’Einstein

17

d95ba5f7

2014-05-08

sdpython

ajout de quelques astuces sur numpy

16

e0415ea8

2014-05-08

sdpython

ajout de la séance trois et du code permettant de casse le code de Vigenère

15

a1e97f38

2014-05-06

sdpython

ajoute un exercice d’algorithmie

14

6d69bd49

2014-05-02

sdpython

ajoute la seconde séance de TD

13

385642f1

2014-05-02

sdpython

produit un fichier PDF

12

bc916aae

2014-05-01

sdpython

ajout d’autres constructions classiques

11

0e0a2b3b

2014-05-01

sdpython

ajoute des constructions classiques + changements dans la page principale

10

4164700f

2014-04-30

sdpython

FAQ pour cvxopt + quelques autres corrections

9

ad999146

2014-04-29

sdpython

remove commented lines

8

817b34c3

2014-04-26

sdpython

logo

7

8d0df16c

2014-04-26

sdpython

renomme les notebooks, mets à jour quelques pages

6

460b656c

2014-04-26

sdpython

update many details about the indexes, titles…

5

5325d14a

2014-04-24

sdpython

ajout de notebooks non reliés aux cours

4

6db30f46

2014-04-21

sdpython

quelques corrections d’index

3

3aede082

2014-04-21

sdpython

première séance ajouté, corrections des index

1

4568a878

2014-04-21

sdpython

first version