Mercurial > pylearn
annotate .hgignore @ 264:a1793a5e9523
we can now load and save in a file, see test class in the file for an example, but basically it's model1.save(filename) or learn_algo(filename) to load
author | Thierry Bertin-Mahieux <bertinmt@iro.umontreal.ca> |
---|---|
date | Wed, 04 Jun 2008 17:00:44 -0400 |
parents | a1eb3dbc035d |
children | 6eb0900fb553 |
rev | line source |
---|---|
47
7086cfcd8ed6
added file with pattern of file that should be ignored by mercurial
Frederic Bastien <bastienf@iro.umontreal.ca>
parents:
diff
changeset
|
1 syntax: glob |
7086cfcd8ed6
added file with pattern of file that should be ignored by mercurial
Frederic Bastien <bastienf@iro.umontreal.ca>
parents:
diff
changeset
|
2 *~ |
53
a1eb3dbc035d
ignore compiled version of python script
Frederic Bastien <bastienf@iro.umontreal.ca>
parents:
47
diff
changeset
|
3 *.pyc |